public static interface ListHostedZonesByNameRequest.Builder extends Route53Request.Builder, CopyableBuilder<ListHostedZonesByNameRequest.Builder,ListHostedZonesByNameRequest>
Modifier and Type | Method and Description |
---|---|
ListHostedZonesByNameRequest.Builder |
dnsName(String dnsName)
(Optional) For your first request to
ListHostedZonesByName , include the dnsname
parameter only if you want to specify the name of the first hosted zone in the response. |
ListHostedZonesByNameRequest.Builder |
hostedZoneId(String hostedZoneId)
(Optional) For your first request to
ListHostedZonesByName , do not include the
hostedzoneid parameter. |
ListHostedZonesByNameRequest.Builder |
maxItems(String maxItems)
The maximum number of hosted zones to be included in the response body for this request.
|
ListHostedZonesByNameRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListHostedZonesByNameRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
ListHostedZonesByNameRequest.Builder dnsName(String dnsName)
(Optional) For your first request to ListHostedZonesByName
, include the dnsname
parameter only if you want to specify the name of the first hosted zone in the response. If you don't include
the dnsname
parameter, Amazon Route 53 returns all of the hosted zones that were created by the
current AWS account, in ASCII order. For subsequent requests, include both dnsname
and
hostedzoneid
parameters. For dnsname
, specify the value of NextDNSName
from the previous response.
dnsName
- (Optional) For your first request to ListHostedZonesByName
, include the
dnsname
parameter only if you want to specify the name of the first hosted zone in the
response. If you don't include the dnsname
parameter, Amazon Route 53 returns all of the
hosted zones that were created by the current AWS account, in ASCII order. For subsequent requests,
include both dnsname
and hostedzoneid
parameters. For dnsname
,
specify the value of NextDNSName
from the previous response.ListHostedZonesByNameRequest.Builder hostedZoneId(String hostedZoneId)
(Optional) For your first request to ListHostedZonesByName
, do not include the
hostedzoneid
parameter.
If you have more hosted zones than the value of maxitems
, ListHostedZonesByName
returns only the first maxitems
hosted zones. To get the next group of maxitems
hosted zones, submit another request to ListHostedZonesByName
and include both
dnsname
and hostedzoneid
parameters. For the value of hostedzoneid
,
specify the value of the NextHostedZoneId
element from the previous response.
hostedZoneId
- (Optional) For your first request to ListHostedZonesByName
, do not include the
hostedzoneid
parameter.
If you have more hosted zones than the value of maxitems
,
ListHostedZonesByName
returns only the first maxitems
hosted zones. To get
the next group of maxitems
hosted zones, submit another request to
ListHostedZonesByName
and include both dnsname
and hostedzoneid
parameters. For the value of hostedzoneid
, specify the value of the
NextHostedZoneId
element from the previous response.
ListHostedZonesByNameRequest.Builder maxItems(String maxItems)
The maximum number of hosted zones to be included in the response body for this request. If you have more
than maxitems
hosted zones, then the value of the IsTruncated
element in the
response is true, and the values of NextDNSName
and NextHostedZoneId
specify the
first hosted zone in the next group of maxitems
hosted zones.
maxItems
- The maximum number of hosted zones to be included in the response body for this request. If you have
more than maxitems
hosted zones, then the value of the IsTruncated
element
in the response is true, and the values of NextDNSName
and NextHostedZoneId
specify the first hosted zone in the next group of maxitems
hosted zones.ListHostedZonesByNameRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListHostedZonesByNameRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.