public static interface ListReusableDelegationSetsResponse.Builder extends Route53Response.Builder, SdkPojo, CopyableBuilder<ListReusableDelegationSetsResponse.Builder,ListReusableDelegationSetsResponse>
Modifier and Type | Method and Description |
---|---|
ListReusableDelegationSetsResponse.Builder |
delegationSets(Collection<DelegationSet> delegationSets)
A complex type that contains one
DelegationSet element for each reusable delegation set that was
created by the current AWS account. |
ListReusableDelegationSetsResponse.Builder |
delegationSets(Consumer<DelegationSet.Builder>... delegationSets)
A complex type that contains one
DelegationSet element for each reusable delegation set that was
created by the current AWS account. |
ListReusableDelegationSetsResponse.Builder |
delegationSets(DelegationSet... delegationSets)
A complex type that contains one
DelegationSet element for each reusable delegation set that was
created by the current AWS account. |
ListReusableDelegationSetsResponse.Builder |
isTruncated(Boolean isTruncated)
A flag that indicates whether there are more reusable delegation sets to be listed.
|
ListReusableDelegationSetsResponse.Builder |
marker(String marker)
For the second and subsequent calls to
ListReusableDelegationSets , Marker is the
value that you specified for the marker parameter in the request that produced the current
response. |
ListReusableDelegationSetsResponse.Builder |
maxItems(String maxItems)
The value that you specified for the
maxitems parameter in the call to
ListReusableDelegationSets that produced the current response. |
ListReusableDelegationSetsResponse.Builder |
nextMarker(String nextMarker)
If
IsTruncated is true , the value of NextMarker identifies the next
reusable delegation set that Amazon Route 53 will return if you submit another
ListReusableDelegationSets request and specify the value of NextMarker in the
marker parameter. |
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
ListReusableDelegationSetsResponse.Builder delegationSets(Collection<DelegationSet> delegationSets)
A complex type that contains one DelegationSet
element for each reusable delegation set that was
created by the current AWS account.
delegationSets
- A complex type that contains one DelegationSet
element for each reusable delegation set
that was created by the current AWS account.ListReusableDelegationSetsResponse.Builder delegationSets(DelegationSet... delegationSets)
A complex type that contains one DelegationSet
element for each reusable delegation set that was
created by the current AWS account.
delegationSets
- A complex type that contains one DelegationSet
element for each reusable delegation set
that was created by the current AWS account.ListReusableDelegationSetsResponse.Builder delegationSets(Consumer<DelegationSet.Builder>... delegationSets)
A complex type that contains one DelegationSet
element for each reusable delegation set that was
created by the current AWS account.
List.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 #delegationSets(List)
.delegationSets
- a consumer that will call methods on List.Builder
#delegationSets(List)
ListReusableDelegationSetsResponse.Builder marker(String marker)
For the second and subsequent calls to ListReusableDelegationSets
, 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 ListReusableDelegationSets
, Marker
is
the value that you specified for the marker
parameter in the request that produced the
current response.ListReusableDelegationSetsResponse.Builder isTruncated(Boolean isTruncated)
A flag that indicates whether there are more reusable delegation sets to be listed.
isTruncated
- A flag that indicates whether there are more reusable delegation sets to be listed.ListReusableDelegationSetsResponse.Builder nextMarker(String nextMarker)
If IsTruncated
is true
, the value of NextMarker
identifies the next
reusable delegation set that Amazon Route 53 will return if you submit another
ListReusableDelegationSets
request and specify the value of NextMarker
in the
marker
parameter.
nextMarker
- If IsTruncated
is true
, the value of NextMarker
identifies the
next reusable delegation set that Amazon Route 53 will return if you submit another
ListReusableDelegationSets
request and specify the value of NextMarker
in
the marker
parameter.ListReusableDelegationSetsResponse.Builder maxItems(String maxItems)
The value that you specified for the maxitems
parameter in the call to
ListReusableDelegationSets
that produced the current response.
maxItems
- The value that you specified for the maxitems
parameter in the call to
ListReusableDelegationSets
that produced the current response.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.