public class DomainDescriptionType extends Object implements Serializable
A container for information about a domain.
| Constructor and Description |
|---|
DomainDescriptionType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAWSAccountId()
The AWS account ID for the user pool owner.
|
String |
getCloudFrontDistribution()
The ARN of the CloudFront distribution.
|
CustomDomainConfigType |
getCustomDomainConfig()
The configuration for a custom domain that hosts the sign-up and sign-in
webpages for your application.
|
String |
getDomain()
The domain string.
|
String |
getS3Bucket()
The S3 bucket where the static files for this domain are stored.
|
String |
getStatus()
The domain status.
|
String |
getUserPoolId()
The user pool ID.
|
String |
getVersion()
The app version.
|
int |
hashCode() |
void |
setAWSAccountId(String aWSAccountId)
The AWS account ID for the user pool owner.
|
void |
setCloudFrontDistribution(String cloudFrontDistribution)
The ARN of the CloudFront distribution.
|
void |
setCustomDomainConfig(CustomDomainConfigType customDomainConfig)
The configuration for a custom domain that hosts the sign-up and sign-in
webpages for your application.
|
void |
setDomain(String domain)
The domain string.
|
void |
setS3Bucket(String s3Bucket)
The S3 bucket where the static files for this domain are stored.
|
void |
setStatus(DomainStatusType status)
The domain status.
|
void |
setStatus(String status)
The domain status.
|
void |
setUserPoolId(String userPoolId)
The user pool ID.
|
void |
setVersion(String version)
The app version.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DomainDescriptionType |
withAWSAccountId(String aWSAccountId)
The AWS account ID for the user pool owner.
|
DomainDescriptionType |
withCloudFrontDistribution(String cloudFrontDistribution)
The ARN of the CloudFront distribution.
|
DomainDescriptionType |
withCustomDomainConfig(CustomDomainConfigType customDomainConfig)
The configuration for a custom domain that hosts the sign-up and sign-in
webpages for your application.
|
DomainDescriptionType |
withDomain(String domain)
The domain string.
|
DomainDescriptionType |
withS3Bucket(String s3Bucket)
The S3 bucket where the static files for this domain are stored.
|
DomainDescriptionType |
withStatus(DomainStatusType status)
The domain status.
|
DomainDescriptionType |
withStatus(String status)
The domain status.
|
DomainDescriptionType |
withUserPoolId(String userPoolId)
The user pool ID.
|
DomainDescriptionType |
withVersion(String version)
The app version.
|
public String getUserPoolId()
The user pool ID.
Constraints:
Length: 1 - 55
Pattern: [\w-]+_[0-9a-zA-Z]+
The user pool ID.
public void setUserPoolId(String userPoolId)
The user pool ID.
Constraints:
Length: 1 - 55
Pattern: [\w-]+_[0-9a-zA-Z]+
userPoolId - The user pool ID.
public DomainDescriptionType withUserPoolId(String userPoolId)
The user pool ID.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 55
Pattern: [\w-]+_[0-9a-zA-Z]+
userPoolId - The user pool ID.
public String getAWSAccountId()
The AWS account ID for the user pool owner.
The AWS account ID for the user pool owner.
public void setAWSAccountId(String aWSAccountId)
The AWS account ID for the user pool owner.
aWSAccountId - The AWS account ID for the user pool owner.
public DomainDescriptionType withAWSAccountId(String aWSAccountId)
The AWS account ID for the user pool owner.
Returns a reference to this object so that method calls can be chained together.
aWSAccountId - The AWS account ID for the user pool owner.
public String getDomain()
The domain string.
Constraints:
Length: 1 - 63
Pattern: ^[a-z0-9](?:[a-z0-9\-]{0,61}[a-z0-9])?$
The domain string.
public void setDomain(String domain)
The domain string.
Constraints:
Length: 1 - 63
Pattern: ^[a-z0-9](?:[a-z0-9\-]{0,61}[a-z0-9])?$
domain - The domain string.
public DomainDescriptionType withDomain(String domain)
The domain string.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 63
Pattern: ^[a-z0-9](?:[a-z0-9\-]{0,61}[a-z0-9])?$
domain - The domain string.
public String getS3Bucket()
The S3 bucket where the static files for this domain are stored.
Constraints:
Length: 3 - 1024
Pattern: ^[0-9A-Za-z\.\-_]*(?
The S3 bucket where the static files for this domain are stored.
public void setS3Bucket(String s3Bucket)
The S3 bucket where the static files for this domain are stored.
Constraints:
Length: 3 - 1024
Pattern: ^[0-9A-Za-z\.\-_]*(?
s3Bucket - The S3 bucket where the static files for this domain are stored.
public DomainDescriptionType withS3Bucket(String s3Bucket)
The S3 bucket where the static files for this domain are stored.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 3 - 1024
Pattern: ^[0-9A-Za-z\.\-_]*(?
s3Bucket - The S3 bucket where the static files for this domain are stored.
public String getCloudFrontDistribution()
The ARN of the CloudFront distribution.
The ARN of the CloudFront distribution.
public void setCloudFrontDistribution(String cloudFrontDistribution)
The ARN of the CloudFront distribution.
cloudFrontDistribution - The ARN of the CloudFront distribution.
public DomainDescriptionType withCloudFrontDistribution(String cloudFrontDistribution)
The ARN of the CloudFront distribution.
Returns a reference to this object so that method calls can be chained together.
cloudFrontDistribution - The ARN of the CloudFront distribution.
public String getVersion()
The app version.
Constraints:
Length: 1 - 20
The app version.
public void setVersion(String version)
The app version.
Constraints:
Length: 1 - 20
version - The app version.
public DomainDescriptionType withVersion(String version)
The app version.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 20
version - The app version.
public String getStatus()
The domain status.
Constraints:
Allowed Values: CREATING, DELETING, UPDATING, ACTIVE, FAILED
The domain status.
DomainStatusTypepublic void setStatus(String status)
The domain status.
Constraints:
Allowed Values: CREATING, DELETING, UPDATING, ACTIVE, FAILED
status - The domain status.
DomainStatusTypepublic DomainDescriptionType withStatus(String status)
The domain status.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: CREATING, DELETING, UPDATING, ACTIVE, FAILED
status - The domain status.
DomainStatusTypepublic void setStatus(DomainStatusType status)
The domain status.
Constraints:
Allowed Values: CREATING, DELETING, UPDATING, ACTIVE, FAILED
status - The domain status.
DomainStatusTypepublic DomainDescriptionType withStatus(DomainStatusType status)
The domain status.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: CREATING, DELETING, UPDATING, ACTIVE, FAILED
status - The domain status.
DomainStatusTypepublic CustomDomainConfigType getCustomDomainConfig()
The configuration for a custom domain that hosts the sign-up and sign-in webpages for your application.
The configuration for a custom domain that hosts the sign-up and sign-in webpages for your application.
public void setCustomDomainConfig(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.
public DomainDescriptionType withCustomDomainConfig(CustomDomainConfigType customDomainConfig)
The configuration for a custom domain that hosts the sign-up and sign-in webpages for your application.
Returns a reference to this object so that method calls can be chained together.
customDomainConfig - The configuration for a custom domain that hosts the sign-up and sign-in webpages for your application.
public String toString()
toString in class ObjectObject.toString()Copyright © 2020. All rights reserved.