pub struct Builder { /* private fields */ }
Expand description
A builder for ImportBackendAuthInput
.
Implementations§
source§impl Builder
impl Builder
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
.