Struct aws_sdk_amplifybackend::operation::get_backend_api::builders::GetBackendApiInputBuilder
source · #[non_exhaustive]pub struct GetBackendApiInputBuilder { /* private fields */ }
Expand description
A builder for GetBackendApiInput
.
Implementations§
source§impl GetBackendApiInputBuilder
impl GetBackendApiInputBuilder
sourcepub fn set_app_id(self, input: Option<String>) -> Self
pub fn set_app_id(self, input: Option<String>) -> Self
The app ID.
sourcepub fn backend_environment_name(self, input: impl Into<String>) -> Self
pub fn backend_environment_name(self, input: impl Into<String>) -> Self
The name of the backend environment.
sourcepub fn set_backend_environment_name(self, input: Option<String>) -> Self
pub fn set_backend_environment_name(self, input: Option<String>) -> Self
The name of the backend environment.
sourcepub fn resource_config(self, input: BackendApiResourceConfig) -> Self
pub fn resource_config(self, input: BackendApiResourceConfig) -> Self
Defines the resource configuration for the data model in your Amplify project.
sourcepub fn set_resource_config(
self,
input: Option<BackendApiResourceConfig>
) -> Self
pub fn set_resource_config( self, input: Option<BackendApiResourceConfig> ) -> Self
Defines the resource configuration for the data model in your Amplify project.
sourcepub fn resource_name(self, input: impl Into<String>) -> Self
pub fn resource_name(self, input: impl Into<String>) -> Self
The name of this resource.
sourcepub fn set_resource_name(self, input: Option<String>) -> Self
pub fn set_resource_name(self, input: Option<String>) -> Self
The name of this resource.
sourcepub fn build(self) -> Result<GetBackendApiInput, BuildError>
pub fn build(self) -> Result<GetBackendApiInput, BuildError>
Consumes the builder and constructs a GetBackendApiInput
.
Trait Implementations§
source§impl Clone for GetBackendApiInputBuilder
impl Clone for GetBackendApiInputBuilder
source§fn clone(&self) -> GetBackendApiInputBuilder
fn clone(&self) -> GetBackendApiInputBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for GetBackendApiInputBuilder
impl Debug for GetBackendApiInputBuilder
source§impl Default for GetBackendApiInputBuilder
impl Default for GetBackendApiInputBuilder
source§fn default() -> GetBackendApiInputBuilder
fn default() -> GetBackendApiInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetBackendApiInputBuilder> for GetBackendApiInputBuilder
impl PartialEq<GetBackendApiInputBuilder> for GetBackendApiInputBuilder
source§fn eq(&self, other: &GetBackendApiInputBuilder) -> bool
fn eq(&self, other: &GetBackendApiInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.