CopyableBuilder<DomainSummary.Builder,DomainSummary>
, SdkBuilder<DomainSummary.Builder,DomainSummary>
public static interface DomainSummary.Builder extends CopyableBuilder<DomainSummary.Builder,DomainSummary>
Modifier and Type | Method | 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(Date 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
apply, 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(Date 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.