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)
Add an optional request override configuration. 
 | 
CreateUserPoolDomainRequest.Builder | 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration. 
 | 
CreateUserPoolDomainRequest.Builder | 
userPoolId(String userPoolId)
 The user pool ID. 
 | 
buildoverrideConfigurationcopyapplyMutation, buildCreateUserPoolDomainRequest.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 own 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 own 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 own 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.BuildercustomDomainConfig(CustomDomainConfigType)CreateUserPoolDomainRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.CreateUserPoolDomainRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
 given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.