public static interface DescribeDomainResponse.Builder extends WorkLinkResponse.Builder, SdkPojo, CopyableBuilder<DescribeDomainResponse.Builder,DescribeDomainResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeDomainResponse.Builder |
acmCertificateArn(String acmCertificateArn)
The ARN of an issued ACM certificate that is valid for the domain being associated.
|
DescribeDomainResponse.Builder |
createdTime(Instant createdTime)
The time that the domain was added.
|
DescribeDomainResponse.Builder |
displayName(String displayName)
The name to display.
|
DescribeDomainResponse.Builder |
domainName(String domainName)
The name of the domain.
|
DescribeDomainResponse.Builder |
domainStatus(DomainStatus domainStatus)
The current state for the domain.
|
DescribeDomainResponse.Builder |
domainStatus(String domainStatus)
The current state for the domain.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeDomainResponse.Builder domainName(String domainName)
The name of the domain.
domainName - The name of the domain.DescribeDomainResponse.Builder displayName(String displayName)
The name to display.
displayName - The name to display.DescribeDomainResponse.Builder createdTime(Instant createdTime)
The time that the domain was added.
createdTime - The time that the domain was added.DescribeDomainResponse.Builder domainStatus(String domainStatus)
The current state for the domain.
domainStatus - The current state for the domain.DomainStatus,
DomainStatusDescribeDomainResponse.Builder domainStatus(DomainStatus domainStatus)
The current state for the domain.
domainStatus - The current state for the domain.DomainStatus,
DomainStatusDescribeDomainResponse.Builder acmCertificateArn(String acmCertificateArn)
The ARN of an issued ACM certificate that is valid for the domain being associated.
acmCertificateArn - The ARN of an issued ACM certificate that is valid for the domain being associated.Copyright © 2023. All rights reserved.