CopyableBuilder<ListHostedZonesResponse.Builder,ListHostedZonesResponse>, SdkBuilder<ListHostedZonesResponse.Builder,ListHostedZonesResponse>public static interface ListHostedZonesResponse.Builder extends CopyableBuilder<ListHostedZonesResponse.Builder,ListHostedZonesResponse>
| Modifier and Type | Method | Description |
|---|---|---|
ListHostedZonesResponse.Builder |
hostedZones(Collection<HostedZone> hostedZones) |
A complex type that contains general information about the hosted zone.
|
ListHostedZonesResponse.Builder |
hostedZones(HostedZone... hostedZones) |
A complex type that contains general information about the hosted zone.
|
ListHostedZonesResponse.Builder |
isTruncated(Boolean isTruncated) |
A flag indicating whether there are more hosted zones to be listed.
|
ListHostedZonesResponse.Builder |
marker(String marker) |
For the second and subsequent calls to
ListHostedZones, Marker is the value that
you specified for the marker parameter in the request that produced the current response. |
ListHostedZonesResponse.Builder |
maxItems(String maxItems) |
The value that you specified for the
maxitems parameter in the call to
ListHostedZones that produced the current response. |
ListHostedZonesResponse.Builder |
nextMarker(String nextMarker) |
If
IsTruncated is true, the value of NextMarker identifies the first
hosted zone in the next group of hosted zones. |
copyapply, buildListHostedZonesResponse.Builder hostedZones(Collection<HostedZone> hostedZones)
A complex type that contains general information about the hosted zone.
hostedZones - A complex type that contains general information about the hosted zone.ListHostedZonesResponse.Builder hostedZones(HostedZone... hostedZones)
A complex type that contains general information about the hosted zone.
NOTE: This method appends the values to the existing list (if any). Use
#setHostedZones(java.util.Collection) or #withHostedZones(java.util.Collection) if you want
to override the existing values.
hostedZones - A complex type that contains general information about the hosted zone.ListHostedZonesResponse.Builder marker(String marker)
For the second and subsequent calls to ListHostedZones, Marker is the value that
you specified for the marker parameter in the request that produced the current response.
marker - For the second and subsequent calls to ListHostedZones, Marker is the value
that you specified for the marker parameter in the request that produced the current
response.ListHostedZonesResponse.Builder isTruncated(Boolean isTruncated)
A flag indicating whether there are more hosted zones to be listed. If the response was truncated, you can
get more hosted zones by submitting another ListHostedZones request and specifying the value of
NextMarker in the marker parameter.
isTruncated - A flag indicating whether there are more hosted zones to be listed. If the response was truncated, you
can get more hosted zones by submitting another ListHostedZones request and specifying
the value of NextMarker in the marker parameter.ListHostedZonesResponse.Builder nextMarker(String nextMarker)
If IsTruncated is true, the value of NextMarker identifies the first
hosted zone in the next group of hosted zones. Submit another ListHostedZones request, and
specify the value of NextMarker from the response in the marker parameter.
This element is present only if IsTruncated is true.
nextMarker - If IsTruncated is true, the value of NextMarker identifies the
first hosted zone in the next group of hosted zones. Submit another ListHostedZones
request, and specify the value of NextMarker from the response in the marker
parameter.
This element is present only if IsTruncated is true.
ListHostedZonesResponse.Builder maxItems(String maxItems)
The value that you specified for the maxitems parameter in the call to
ListHostedZones that produced the current response.
maxItems - The value that you specified for the maxitems parameter in the call to
ListHostedZones that produced the current response.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.