Struct aws_sdk_appsync::model::cognito_user_pool_config::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for CognitoUserPoolConfig
Implementations
The user pool ID.
The user pool ID.
The Amazon Web Services Region in which the user pool was created.
The Amazon Web Services Region in which the user pool was created.
A regular expression for validating the incoming Amazon Cognito user pool app client ID.
A regular expression for validating the incoming Amazon Cognito user pool app client ID.
Consumes the builder and constructs a CognitoUserPoolConfig
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more