static ListHostedZonesByNameResponse.Builder |
ListHostedZonesByNameResponse.builder() |
|
ListHostedZonesByNameResponse.Builder |
ListHostedZonesByNameResponse.Builder.dnsName(String dnsName) |
For the second and subsequent calls to ListHostedZonesByName, DNSName is the value
that you specified for the dnsname parameter in the request that produced the current response.
|
ListHostedZonesByNameResponse.Builder |
ListHostedZonesByNameResponse.Builder.hostedZoneId(String hostedZoneId) |
The ID that Amazon Route 53 assigned to the hosted zone when you created it.
|
ListHostedZonesByNameResponse.Builder |
ListHostedZonesByNameResponse.Builder.hostedZones(Collection<HostedZone> hostedZones) |
A complex type that contains general information about the hosted zone.
|
ListHostedZonesByNameResponse.Builder |
ListHostedZonesByNameResponse.Builder.hostedZones(Consumer<HostedZone.Builder>... hostedZones) |
A complex type that contains general information about the hosted zone.
|
ListHostedZonesByNameResponse.Builder |
ListHostedZonesByNameResponse.Builder.hostedZones(HostedZone... hostedZones) |
A complex type that contains general information about the hosted zone.
|
ListHostedZonesByNameResponse.Builder |
ListHostedZonesByNameResponse.Builder.isTruncated(Boolean isTruncated) |
A flag that indicates whether there are more hosted zones to be listed.
|
ListHostedZonesByNameResponse.Builder |
ListHostedZonesByNameResponse.Builder.maxItems(String maxItems) |
The value that you specified for the maxitems parameter in the call to
ListHostedZonesByName that produced the current response.
|
ListHostedZonesByNameResponse.Builder |
ListHostedZonesByNameResponse.Builder.nextDNSName(String nextDNSName) |
If IsTruncated is true, the value of NextDNSName is the name of the first hosted
zone in the next group of maxitems hosted zones.
|
ListHostedZonesByNameResponse.Builder |
ListHostedZonesByNameResponse.Builder.nextHostedZoneId(String nextHostedZoneId) |
If IsTruncated is true, the value of NextHostedZoneId identifies the
first hosted zone in the next group of maxitems hosted zones.
|
ListHostedZonesByNameResponse.Builder |
ListHostedZonesByNameResponse.toBuilder() |
|