CopyableBuilder<ListReusableDelegationSetsResponse.Builder,ListReusableDelegationSetsResponse>
, SdkBuilder<ListReusableDelegationSetsResponse.Builder,ListReusableDelegationSetsResponse>
public static interface ListReusableDelegationSetsResponse.Builder extends CopyableBuilder<ListReusableDelegationSetsResponse.Builder,ListReusableDelegationSetsResponse>
Modifier and Type | Method | 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(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. |
copy
apply, 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.
NOTE: This method appends the values to the existing list (if any). Use
#setDelegationSets(java.util.Collection)
or #withDelegationSets(java.util.Collection)
if you
want to override the existing values.
delegationSets
- A complex type that contains one DelegationSet
element for each reusable delegation set
that was created by the current AWS account.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.