Interface ListHostedZonesByNameResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListHostedZonesByNameResponse.Builder,
,ListHostedZonesByNameResponse> Route53Response.Builder
,SdkBuilder<ListHostedZonesByNameResponse.Builder,
,ListHostedZonesByNameResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListHostedZonesByNameResponse
-
Method Summary
Modifier and TypeMethodDescriptionFor the second and subsequent calls toListHostedZonesByName
,DNSName
is the value that you specified for thednsname
parameter in the request that produced the current response.hostedZoneId
(String hostedZoneId) The ID that Amazon Route 53 assigned to the hosted zone when you created it.hostedZones
(Collection<HostedZone> hostedZones) A complex type that contains general information about the hosted zone.hostedZones
(Consumer<HostedZone.Builder>... hostedZones) A complex type that contains general information about the hosted zone.hostedZones
(HostedZone... hostedZones) A complex type that contains general information about the hosted zone.isTruncated
(Boolean isTruncated) A flag that indicates whether there are more hosted zones to be listed.The value that you specified for themaxitems
parameter in the call toListHostedZonesByName
that produced the current response.nextDNSName
(String nextDNSName) IfIsTruncated
is true, the value ofNextDNSName
is the name of the first hosted zone in the next group ofmaxitems
hosted zones.nextHostedZoneId
(String nextHostedZoneId) IfIsTruncated
istrue
, the value ofNextHostedZoneId
identifies the first hosted zone in the next group ofmaxitems
hosted zones.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.route53.model.Route53Response.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
hostedZones
A complex type that contains general information about the hosted zone.
- Parameters:
hostedZones
- A complex type that contains general information about the hosted zone.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hostedZones
A complex type that contains general information about the hosted zone.
- Parameters:
hostedZones
- A complex type that contains general information about the hosted zone.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hostedZones
A complex type that contains general information about the hosted zone.
This is a convenience method that creates an instance of theHostedZone.Builder
avoiding the need to create one manually viaHostedZone.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tohostedZones(List<HostedZone>)
.- Parameters:
hostedZones
- a consumer that will call methods onHostedZone.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
dnsName
For the second and subsequent calls to
ListHostedZonesByName
,DNSName
is the value that you specified for thednsname
parameter in the request that produced the current response.- Parameters:
dnsName
- For the second and subsequent calls toListHostedZonesByName
,DNSName
is the value that you specified for thednsname
parameter in the request that produced the current response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hostedZoneId
The ID that Amazon Route 53 assigned to the hosted zone when you created it.
- Parameters:
hostedZoneId
- The ID that Amazon Route 53 assigned to the hosted zone when you created it.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isTruncated
A flag that indicates whether there are more hosted zones to be listed. If the response was truncated, you can get the next group of
maxitems
hosted zones by callingListHostedZonesByName
again and specifying the values ofNextDNSName
andNextHostedZoneId
elements in thednsname
andhostedzoneid
parameters.- Parameters:
isTruncated
- A flag that indicates whether there are more hosted zones to be listed. If the response was truncated, you can get the next group ofmaxitems
hosted zones by callingListHostedZonesByName
again and specifying the values ofNextDNSName
andNextHostedZoneId
elements in thednsname
andhostedzoneid
parameters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextDNSName
If
IsTruncated
is true, the value ofNextDNSName
is the name of the first hosted zone in the next group ofmaxitems
hosted zones. CallListHostedZonesByName
again and specify the value ofNextDNSName
andNextHostedZoneId
in thednsname
andhostedzoneid
parameters, respectively.This element is present only if
IsTruncated
istrue
.- Parameters:
nextDNSName
- IfIsTruncated
is true, the value ofNextDNSName
is the name of the first hosted zone in the next group ofmaxitems
hosted zones. CallListHostedZonesByName
again and specify the value ofNextDNSName
andNextHostedZoneId
in thednsname
andhostedzoneid
parameters, respectively.This element is present only if
IsTruncated
istrue
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextHostedZoneId
If
IsTruncated
istrue
, the value ofNextHostedZoneId
identifies the first hosted zone in the next group ofmaxitems
hosted zones. CallListHostedZonesByName
again and specify the value ofNextDNSName
andNextHostedZoneId
in thednsname
andhostedzoneid
parameters, respectively.This element is present only if
IsTruncated
istrue
.- Parameters:
nextHostedZoneId
- IfIsTruncated
istrue
, the value ofNextHostedZoneId
identifies the first hosted zone in the next group ofmaxitems
hosted zones. CallListHostedZonesByName
again and specify the value ofNextDNSName
andNextHostedZoneId
in thednsname
andhostedzoneid
parameters, respectively.This element is present only if
IsTruncated
istrue
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxItems
The value that you specified for the
maxitems
parameter in the call toListHostedZonesByName
that produced the current response.- Parameters:
maxItems
- The value that you specified for themaxitems
parameter in the call toListHostedZonesByName
that produced the current response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-