public static interface DomainDescriptionType.Builder extends SdkPojo, CopyableBuilder<DomainDescriptionType.Builder,DomainDescriptionType>
| Modifier and Type | Method and Description |
|---|---|
DomainDescriptionType.Builder |
awsAccountId(String awsAccountId)
The AWS account ID for the user pool owner.
|
DomainDescriptionType.Builder |
cloudFrontDistribution(String cloudFrontDistribution)
The ARN of the 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 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 AWS account ID for the user pool owner.
awsAccountId - The AWS account ID for the user pool owner.DomainDescriptionType.Builder domain(String domain)
The domain string.
domain - The domain string.DomainDescriptionType.Builder s3Bucket(String s3Bucket)
The S3 bucket where the static files for this domain are stored.
s3Bucket - The S3 bucket where the static files for this domain are stored.DomainDescriptionType.Builder cloudFrontDistribution(String cloudFrontDistribution)
The ARN of the CloudFront distribution.
cloudFrontDistribution - The ARN of the 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 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 © 2020. All rights reserved.