public static interface DomainSummary.Builder extends CopyableBuilder<DomainSummary.Builder,DomainSummary>
Modifier and Type | Method and Description |
---|---|
DomainSummary.Builder |
autoRenew(Boolean autoRenew)
Indicates whether the domain is automatically renewed upon expiration.
|
DomainSummary.Builder |
domainName(String domainName)
The name of the domain that the summary information applies to.
|
DomainSummary.Builder |
expiry(Instant expiry)
Expiration date of the domain in Coordinated Universal Time (UTC).
|
DomainSummary.Builder |
transferLock(Boolean transferLock)
Indicates whether a domain is locked from unauthorized transfer to another party.
|
copy
applyMutation, build
DomainSummary.Builder domainName(String domainName)
The name of the domain that the summary information applies to.
domainName
- The name of the domain that the summary information applies to.DomainSummary.Builder autoRenew(Boolean autoRenew)
Indicates whether the domain is automatically renewed upon expiration.
autoRenew
- Indicates whether the domain is automatically renewed upon expiration.DomainSummary.Builder transferLock(Boolean transferLock)
Indicates whether a domain is locked from unauthorized transfer to another party.
transferLock
- Indicates whether a domain is locked from unauthorized transfer to another party.DomainSummary.Builder expiry(Instant expiry)
Expiration date of the domain in Coordinated Universal Time (UTC).
expiry
- Expiration date of the domain in Coordinated Universal Time (UTC).Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.