Interface DomainSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DomainSummary.Builder,
,DomainSummary> SdkBuilder<DomainSummary.Builder,
,DomainSummary> SdkPojo
- Enclosing class:
DomainSummary
public static interface DomainSummary.Builder
extends SdkPojo, CopyableBuilder<DomainSummary.Builder,DomainSummary>
-
Method Summary
Modifier and TypeMethodDescriptionIndicates whether the domain is automatically renewed upon expiration.domainName
(String domainName) The name of the domain that the summary information applies to.Expiration date of the domain in Unix time format and Coordinated Universal Time (UTC).transferLock
(Boolean transferLock) Indicates whether a domain is locked from unauthorized transfer to another party.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
domainName
The name of the domain that the summary information applies to.
- Parameters:
domainName
- The name of the domain that the summary information applies to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
autoRenew
Indicates whether the domain is automatically renewed upon expiration.
- Parameters:
autoRenew
- Indicates whether the domain is automatically renewed upon expiration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
transferLock
Indicates whether a domain is locked from unauthorized transfer to another party.
- Parameters:
transferLock
- Indicates whether a domain is locked from unauthorized transfer to another party.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
expiry
Expiration date of the domain in Unix time format and Coordinated Universal Time (UTC).
- Parameters:
expiry
- Expiration date of the domain in Unix time format and Coordinated Universal Time (UTC).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-