public static interface ListHostedZonesResponse.Builder extends Route53Response.Builder, CopyableBuilder<ListHostedZonesResponse.Builder,ListHostedZonesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListHostedZonesResponse.Builder |
hostedZones(Collection<HostedZone> hostedZones)
A complex type that contains general information about the hosted zone.
|
ListHostedZonesResponse.Builder |
hostedZones(Consumer<HostedZone.Builder>... 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. |
buildsdkHttpResponse, sdkHttpResponsecopyapply, 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.
hostedZones - A complex type that contains general information about the hosted zone.ListHostedZonesResponse.Builder hostedZones(Consumer<HostedZone.Builder>... hostedZones)
A complex type that contains general information about the hosted zone.
This is a convenience that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #hostedZones(List) .hostedZones - a consumer that will call methods on List.Builder #hostedZones(List) 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.