public static interface CreateUserPoolDomainRequest.Builder extends CognitoIdentityProviderRequest.Builder, SdkPojo, CopyableBuilder<CreateUserPoolDomainRequest.Builder,CreateUserPoolDomainRequest>
Modifier and Type | Method and Description |
---|---|
default CreateUserPoolDomainRequest.Builder |
customDomainConfig(Consumer<CustomDomainConfigType.Builder> customDomainConfig)
The configuration for a custom domain that hosts the sign-up and sign-in webpages for your application.
|
CreateUserPoolDomainRequest.Builder |
customDomainConfig(CustomDomainConfigType customDomainConfig)
The configuration for a custom domain that hosts the sign-up and sign-in webpages for your application.
|
CreateUserPoolDomainRequest.Builder |
domain(String domain)
The domain string.
|
CreateUserPoolDomainRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateUserPoolDomainRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateUserPoolDomainRequest.Builder |
userPoolId(String userPoolId)
The user pool ID.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
CreateUserPoolDomainRequest.Builder domain(String domain)
The domain string.
domain
- The domain string.CreateUserPoolDomainRequest.Builder userPoolId(String userPoolId)
The user pool ID.
userPoolId
- The user pool ID.CreateUserPoolDomainRequest.Builder customDomainConfig(CustomDomainConfigType customDomainConfig)
The configuration for a custom domain that hosts the sign-up and sign-in webpages for your application.
Provide this parameter only if you want to use a custom domain for your user pool. Otherwise, you can exclude this parameter and use the Amazon Cognito hosted domain instead.
For more information about the hosted domain and custom domains, see Configuring a User Pool Domain.
customDomainConfig
- The configuration for a custom domain that hosts the sign-up and sign-in webpages for your
application.
Provide this parameter only if you want to use a custom domain for your user pool. Otherwise, you can exclude this parameter and use the Amazon Cognito hosted domain instead.
For more information about the hosted domain and custom domains, see Configuring a User Pool Domain.
default CreateUserPoolDomainRequest.Builder customDomainConfig(Consumer<CustomDomainConfigType.Builder> customDomainConfig)
The configuration for a custom domain that hosts the sign-up and sign-in webpages for your application.
Provide this parameter only if you want to use a custom domain for your user pool. Otherwise, you can exclude this parameter and use the Amazon Cognito hosted domain instead.
For more information about the hosted domain and custom domains, see Configuring a User Pool Domain.
This is a convenience that creates an instance of theCustomDomainConfigType.Builder
avoiding the
need to create one manually via CustomDomainConfigType.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and
its result is passed to customDomainConfig(CustomDomainConfigType)
.customDomainConfig
- a consumer that will call methods on CustomDomainConfigType.Builder
customDomainConfig(CustomDomainConfigType)
CreateUserPoolDomainRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
CreateUserPoolDomainRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2021. All rights reserved.