public static interface DomainDescriptionType.Builder extends SdkPojo, CopyableBuilder<DomainDescriptionType.Builder,DomainDescriptionType>
| Modifier and Type | Method and Description |
|---|---|
DomainDescriptionType.Builder |
awsAccountId(String awsAccountId)
The Amazon Web Services ID for the user pool owner.
|
DomainDescriptionType.Builder |
cloudFrontDistribution(String cloudFrontDistribution)
The Amazon Resource Name (ARN) of the Amazon CloudFront distribution.
|
default DomainDescriptionType.Builder |
customDomainConfig(Consumer<CustomDomainConfigType.Builder> customDomainConfig)
The configuration for a custom domain that hosts the sign-up and sign-in webpages for your application.
|
DomainDescriptionType.Builder |
customDomainConfig(CustomDomainConfigType customDomainConfig)
The configuration for a custom domain that hosts the sign-up and sign-in webpages for your application.
|
DomainDescriptionType.Builder |
domain(String domain)
The domain string.
|
DomainDescriptionType.Builder |
s3Bucket(String s3Bucket)
The Amazon S3 bucket where the static files for this domain are stored.
|
DomainDescriptionType.Builder |
status(DomainStatusType status)
The domain status.
|
DomainDescriptionType.Builder |
status(String status)
The domain status.
|
DomainDescriptionType.Builder |
userPoolId(String userPoolId)
The user pool ID.
|
DomainDescriptionType.Builder |
version(String version)
The app version.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDomainDescriptionType.Builder userPoolId(String userPoolId)
The user pool ID.
userPoolId - The user pool ID.DomainDescriptionType.Builder awsAccountId(String awsAccountId)
The Amazon Web Services ID for the user pool owner.
awsAccountId - The Amazon Web Services ID for the user pool owner.DomainDescriptionType.Builder domain(String domain)
The domain string. For custom domains, this is the fully-qualified domain name, such as
auth.example.com. For Amazon Cognito prefix domains, this is the prefix alone, such as
auth.
domain - The domain string. For custom domains, this is the fully-qualified domain name, such as
auth.example.com. For Amazon Cognito prefix domains, this is the prefix alone, such as
auth.DomainDescriptionType.Builder s3Bucket(String s3Bucket)
The Amazon S3 bucket where the static files for this domain are stored.
s3Bucket - The Amazon S3 bucket where the static files for this domain are stored.DomainDescriptionType.Builder cloudFrontDistribution(String cloudFrontDistribution)
The Amazon Resource Name (ARN) of the Amazon CloudFront distribution.
cloudFrontDistribution - The Amazon Resource Name (ARN) of the Amazon CloudFront distribution.DomainDescriptionType.Builder version(String version)
The app version.
version - The app version.DomainDescriptionType.Builder status(String status)
The domain status.
status - The domain status.DomainStatusType,
DomainStatusTypeDomainDescriptionType.Builder status(DomainStatusType status)
The domain status.
status - The domain status.DomainStatusType,
DomainStatusTypeDomainDescriptionType.Builder customDomainConfig(CustomDomainConfigType customDomainConfig)
The configuration for a custom domain that hosts the sign-up and sign-in webpages for your application.
customDomainConfig - The configuration for a custom domain that hosts the sign-up and sign-in webpages for your
application.default DomainDescriptionType.Builder customDomainConfig(Consumer<CustomDomainConfigType.Builder> customDomainConfig)
The configuration for a custom domain that hosts the sign-up and sign-in webpages for your application.
This is a convenience method 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)Copyright © 2022. All rights reserved.