DomainDescriptionType.Builder |
DomainDescriptionType.Builder.awsAccountId(String awsAccountId) |
The Amazon Web Services account that you created the user pool in.
|
static DomainDescriptionType.Builder |
DomainDescriptionType.builder() |
|
DomainDescriptionType.Builder |
DomainDescriptionType.Builder.cloudFrontDistribution(String cloudFrontDistribution) |
The Amazon CloudFront endpoint that hosts your custom domain.
|
default DomainDescriptionType.Builder |
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 |
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 |
DomainDescriptionType.Builder.domain(String domain) |
The domain string.
|
DomainDescriptionType.Builder |
DomainDescriptionType.Builder.managedLoginVersion(Integer managedLoginVersion) |
The version of managed login branding that you want to apply to your domain.
|
DomainDescriptionType.Builder |
DomainDescriptionType.Builder.s3Bucket(String s3Bucket) |
The Amazon S3 bucket where the static files for this domain are stored.
|
DomainDescriptionType.Builder |
DomainDescriptionType.Builder.status(String status) |
The domain status.
|
DomainDescriptionType.Builder |
DomainDescriptionType.Builder.status(DomainStatusType status) |
The domain status.
|
DomainDescriptionType.Builder |
DomainDescriptionType.toBuilder() |
|
DomainDescriptionType.Builder |
DomainDescriptionType.Builder.userPoolId(String userPoolId) |
The ID of the user pool that the domain is attached to.
|
DomainDescriptionType.Builder |
DomainDescriptionType.Builder.version(String version) |
The app version.
|