CopyableBuilder<DomainDescriptionType.Builder,DomainDescriptionType>, SdkBuilder<DomainDescriptionType.Builder,DomainDescriptionType>public static interface DomainDescriptionType.Builder extends CopyableBuilder<DomainDescriptionType.Builder,DomainDescriptionType>
| Modifier and Type | Method | 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.
|
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(String status) |
The domain status.
|
DomainDescriptionType.Builder |
status(DomainStatusType status) |
The domain status.
|
DomainDescriptionType.Builder |
userPoolId(String userPoolId) |
The user pool ID.
|
DomainDescriptionType.Builder |
version(String version) |
The app version.
|
copyapply, 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.DomainStatusTypeDomainDescriptionType.Builder status(DomainStatusType status)
The domain status.
status - The domain status.DomainStatusTypeCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.