public static interface RenewDomainRequest.Builder extends Route53DomainsRequest.Builder, CopyableBuilder<RenewDomainRequest.Builder,RenewDomainRequest>
Modifier and Type | Method and 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.
|
RenewDomainRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
RenewDomainRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
build
requestOverrideConfig
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.RenewDomainRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.RenewDomainRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.