Struct aws_sdk_amplifybackend::operation::import_backend_auth::builders::ImportBackendAuthInputBuilder
source · #[non_exhaustive]pub struct ImportBackendAuthInputBuilder { /* private fields */ }
Expand description
A builder for ImportBackendAuthInput
.
Implementations§
source§impl ImportBackendAuthInputBuilder
impl ImportBackendAuthInputBuilder
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 identity_pool_id(self, input: impl Into<String>) -> Self
pub fn identity_pool_id(self, input: impl Into<String>) -> Self
The ID of the Amazon Cognito identity pool.
sourcepub fn set_identity_pool_id(self, input: Option<String>) -> Self
pub fn set_identity_pool_id(self, input: Option<String>) -> Self
The ID of the Amazon Cognito identity pool.
sourcepub fn native_client_id(self, input: impl Into<String>) -> Self
pub fn native_client_id(self, input: impl Into<String>) -> Self
The ID of the Amazon Cognito native client.
sourcepub fn set_native_client_id(self, input: Option<String>) -> Self
pub fn set_native_client_id(self, input: Option<String>) -> Self
The ID of the Amazon Cognito native client.
sourcepub fn user_pool_id(self, input: impl Into<String>) -> Self
pub fn user_pool_id(self, input: impl Into<String>) -> Self
The ID of the Amazon Cognito user pool.
sourcepub fn set_user_pool_id(self, input: Option<String>) -> Self
pub fn set_user_pool_id(self, input: Option<String>) -> Self
The ID of the Amazon Cognito user pool.
sourcepub fn web_client_id(self, input: impl Into<String>) -> Self
pub fn web_client_id(self, input: impl Into<String>) -> Self
The ID of the Amazon Cognito web client.
sourcepub fn set_web_client_id(self, input: Option<String>) -> Self
pub fn set_web_client_id(self, input: Option<String>) -> Self
The ID of the Amazon Cognito web client.
sourcepub fn build(self) -> Result<ImportBackendAuthInput, BuildError>
pub fn build(self) -> Result<ImportBackendAuthInput, BuildError>
Consumes the builder and constructs a ImportBackendAuthInput
.
Trait Implementations§
source§impl Clone for ImportBackendAuthInputBuilder
impl Clone for ImportBackendAuthInputBuilder
source§fn clone(&self) -> ImportBackendAuthInputBuilder
fn clone(&self) -> ImportBackendAuthInputBuilder
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 Default for ImportBackendAuthInputBuilder
impl Default for ImportBackendAuthInputBuilder
source§fn default() -> ImportBackendAuthInputBuilder
fn default() -> ImportBackendAuthInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<ImportBackendAuthInputBuilder> for ImportBackendAuthInputBuilder
impl PartialEq<ImportBackendAuthInputBuilder> for ImportBackendAuthInputBuilder
source§fn eq(&self, other: &ImportBackendAuthInputBuilder) -> bool
fn eq(&self, other: &ImportBackendAuthInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.