CopyableBuilder<RenewDomainRequest.Builder,RenewDomainRequest>
, SdkBuilder<RenewDomainRequest.Builder,RenewDomainRequest>
public static interface RenewDomainRequest.Builder extends CopyableBuilder<RenewDomainRequest.Builder,RenewDomainRequest>
Modifier and Type | Method | Description |
---|---|---|
RenewDomainRequest.Builder |
currentExpiryYear(Integer currentExpiryYear) |
The year when the registration for the domain is set to expire.
|
RenewDomainRequest.Builder |
domainName(String domainName) |
The name of the domain that you want to renew.
|
RenewDomainRequest.Builder |
durationInYears(Integer durationInYears) |
The number of years that you want to renew the domain for.
|
copy
apply, build
RenewDomainRequest.Builder domainName(String domainName)
The name of the domain that you want to renew.
domainName
- The name of the domain that you want to renew.RenewDomainRequest.Builder durationInYears(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
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
RenewDomainRequest.Builder currentExpiryYear(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.
currentExpiryYear
- The year when the registration for the domain is set to expire. This value must match the current
expiration date for the domain.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.