public static interface UpdateUserPoolDomainRequest.Builder extends CognitoIdentityProviderRequest.Builder, SdkPojo, CopyableBuilder<UpdateUserPoolDomainRequest.Builder,UpdateUserPoolDomainRequest>
Modifier and Type | Method and Description |
---|---|
default UpdateUserPoolDomainRequest.Builder |
customDomainConfig(Consumer<CustomDomainConfigType.Builder> customDomainConfig)
The configuration for a custom domain that hosts the sign-up and sign-in pages for your application.
|
UpdateUserPoolDomainRequest.Builder |
customDomainConfig(CustomDomainConfigType customDomainConfig)
The configuration for a custom domain that hosts the sign-up and sign-in pages for your application.
|
UpdateUserPoolDomainRequest.Builder |
domain(String domain)
The domain name for the custom domain that hosts the sign-up and sign-in pages for your application.
|
UpdateUserPoolDomainRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateUserPoolDomainRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateUserPoolDomainRequest.Builder |
userPoolId(String userPoolId)
The ID of the user pool that is associated with the custom domain that you are updating the certificate for.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
UpdateUserPoolDomainRequest.Builder domain(String domain)
The domain name for the custom domain that hosts the sign-up and sign-in pages for your application. For
example: auth.example.com
.
This string can include only lowercase letters, numbers, and hyphens. Do not use a hyphen for the first or last character. Use periods to separate subdomain names.
domain
- The domain name for the custom domain that hosts the sign-up and sign-in pages for your application.
For example: auth.example.com
.
This string can include only lowercase letters, numbers, and hyphens. Do not use a hyphen for the first or last character. Use periods to separate subdomain names.
UpdateUserPoolDomainRequest.Builder userPoolId(String userPoolId)
The ID of the user pool that is associated with the custom domain that you are updating the certificate for.
userPoolId
- The ID of the user pool that is associated with the custom domain that you are updating the
certificate for.UpdateUserPoolDomainRequest.Builder customDomainConfig(CustomDomainConfigType customDomainConfig)
The configuration for a custom domain that hosts the sign-up and sign-in pages for your application. Use this object to specify an SSL certificate that is managed by ACM.
customDomainConfig
- The configuration for a custom domain that hosts the sign-up and sign-in pages for your application.
Use this object to specify an SSL certificate that is managed by ACM.default UpdateUserPoolDomainRequest.Builder customDomainConfig(Consumer<CustomDomainConfigType.Builder> customDomainConfig)
The configuration for a custom domain that hosts the sign-up and sign-in pages for your application. Use this object to specify an SSL certificate that is managed by ACM.
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)
UpdateUserPoolDomainRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
UpdateUserPoolDomainRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2020. All rights reserved.