Cloneable
, ReadLimitInfo
, ToCopyableBuilder<RenewDomainRequest.Builder,RenewDomainRequest>
@Generated("software.amazon.awssdk:codegen") public class RenewDomainRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<RenewDomainRequest.Builder,RenewDomainRequest>
A RenewDomain
request includes the number of years that you want to renew for and the current expiration
year.
Modifier and Type | Class | Description |
---|---|---|
static interface |
RenewDomainRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static RenewDomainRequest.Builder |
builder() |
|
Integer |
currentExpiryYear() |
The year when the registration for the domain is set to expire.
|
String |
domainName() |
The name of the domain that you want to renew.
|
Integer |
durationInYears() |
The number of years that you want to renew the domain for.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends RenewDomainRequest.Builder> |
serializableBuilderClass() |
|
RenewDomainRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String domainName()
The name of the domain that you want to renew.
public Integer durationInYears()
The number of years that you want to renew the domain for. The maximum number of years depends on the top-level domain. For the range of valid values for your domain, see Domains that You Can Register with Amazon Route 53 in the Amazon Route 53 Developer Guide.
Default: 1
Default: 1
public Integer currentExpiryYear()
The year when the registration for the domain is set to expire. This value must match the current expiration date for the domain.
public RenewDomainRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<RenewDomainRequest.Builder,RenewDomainRequest>
public static RenewDomainRequest.Builder builder()
public static Class<? extends RenewDomainRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.