Interface ListReusableDelegationSetsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListReusableDelegationSetsResponse.Builder,
,ListReusableDelegationSetsResponse> Route53Response.Builder
,SdkBuilder<ListReusableDelegationSetsResponse.Builder,
,ListReusableDelegationSetsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListReusableDelegationSetsResponse
-
Method Summary
Modifier and TypeMethodDescriptiondelegationSets
(Collection<DelegationSet> delegationSets) A complex type that contains oneDelegationSet
element for each reusable delegation set that was created by the current Amazon Web Services account.delegationSets
(Consumer<DelegationSet.Builder>... delegationSets) A complex type that contains oneDelegationSet
element for each reusable delegation set that was created by the current Amazon Web Services account.delegationSets
(DelegationSet... delegationSets) A complex type that contains oneDelegationSet
element for each reusable delegation set that was created by the current Amazon Web Services account.isTruncated
(Boolean isTruncated) A flag that indicates whether there are more reusable delegation sets to be listed.For the second and subsequent calls toListReusableDelegationSets
,Marker
is the value that you specified for themarker
parameter in the request that produced the current response.The value that you specified for themaxitems
parameter in the call toListReusableDelegationSets
that produced the current response.nextMarker
(String nextMarker) IfIsTruncated
istrue
, the value ofNextMarker
identifies the next reusable delegation set that Amazon Route 53 will return if you submit anotherListReusableDelegationSets
request and specify the value ofNextMarker
in themarker
parameter.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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
delegationSets
A complex type that contains one
DelegationSet
element for each reusable delegation set that was created by the current Amazon Web Services account.- Parameters:
delegationSets
- A complex type that contains oneDelegationSet
element for each reusable delegation set that was created by the current Amazon Web Services account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
delegationSets
A complex type that contains one
DelegationSet
element for each reusable delegation set that was created by the current Amazon Web Services account.- Parameters:
delegationSets
- A complex type that contains oneDelegationSet
element for each reusable delegation set that was created by the current Amazon Web Services account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
delegationSets
ListReusableDelegationSetsResponse.Builder delegationSets(Consumer<DelegationSet.Builder>... delegationSets) A complex type that contains one
This is a convenience method that creates an instance of theDelegationSet
element for each reusable delegation set that was created by the current Amazon Web Services account.DelegationSet.Builder
avoiding the need to create one manually viaDelegationSet.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed todelegationSets(List<DelegationSet>)
.- Parameters:
delegationSets
- a consumer that will call methods onDelegationSet.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
marker
For the second and subsequent calls to
ListReusableDelegationSets
,Marker
is the value that you specified for themarker
parameter in the request that produced the current response.- Parameters:
marker
- For the second and subsequent calls toListReusableDelegationSets
,Marker
is the value that you specified for themarker
parameter in the request that produced the current response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isTruncated
A flag that indicates whether there are more reusable delegation sets to be listed.
- Parameters:
isTruncated
- A flag that indicates whether there are more reusable delegation sets to be listed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextMarker
If
IsTruncated
istrue
, the value ofNextMarker
identifies the next reusable delegation set that Amazon Route 53 will return if you submit anotherListReusableDelegationSets
request and specify the value ofNextMarker
in themarker
parameter.- Parameters:
nextMarker
- IfIsTruncated
istrue
, the value ofNextMarker
identifies the next reusable delegation set that Amazon Route 53 will return if you submit anotherListReusableDelegationSets
request and specify the value ofNextMarker
in themarker
parameter.- 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 toListReusableDelegationSets
that produced the current response.- Parameters:
maxItems
- The value that you specified for themaxitems
parameter in the call toListReusableDelegationSets
that produced the current response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-