Interface ListReusableDelegationSetsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListReusableDelegationSetsResponse.Builder,ListReusableDelegationSetsResponse>,Route53Response.Builder,SdkBuilder<ListReusableDelegationSetsResponse.Builder,ListReusableDelegationSetsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListReusableDelegationSetsResponse
public static interface ListReusableDelegationSetsResponse.Builder extends Route53Response.Builder, SdkPojo, CopyableBuilder<ListReusableDelegationSetsResponse.Builder,ListReusableDelegationSetsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListReusableDelegationSetsResponse.BuilderdelegationSets(Collection<DelegationSet> delegationSets)A complex type that contains oneDelegationSetelement for each reusable delegation set that was created by the current Amazon Web Services account.ListReusableDelegationSetsResponse.BuilderdelegationSets(Consumer<DelegationSet.Builder>... delegationSets)A complex type that contains oneDelegationSetelement for each reusable delegation set that was created by the current Amazon Web Services account.ListReusableDelegationSetsResponse.BuilderdelegationSets(DelegationSet... delegationSets)A complex type that contains oneDelegationSetelement for each reusable delegation set that was created by the current Amazon Web Services account.ListReusableDelegationSetsResponse.BuilderisTruncated(Boolean isTruncated)A flag that indicates whether there are more reusable delegation sets to be listed.ListReusableDelegationSetsResponse.Buildermarker(String marker)For the second and subsequent calls toListReusableDelegationSets,Markeris the value that you specified for themarkerparameter in the request that produced the current response.ListReusableDelegationSetsResponse.BuildermaxItems(String maxItems)The value that you specified for themaxitemsparameter in the call toListReusableDelegationSetsthat produced the current response.ListReusableDelegationSetsResponse.BuildernextMarker(String nextMarker)IfIsTruncatedistrue, the value ofNextMarkeridentifies the next reusable delegation set that Amazon Route 53 will return if you submit anotherListReusableDelegationSetsrequest and specify the value ofNextMarkerin themarkerparameter.-
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 Detail
-
delegationSets
ListReusableDelegationSetsResponse.Builder delegationSets(Collection<DelegationSet> delegationSets)
A complex type that contains one
DelegationSetelement for each reusable delegation set that was created by the current Amazon Web Services account.- Parameters:
delegationSets- A complex type that contains oneDelegationSetelement 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(DelegationSet... delegationSets)
A complex type that contains one
DelegationSetelement for each reusable delegation set that was created by the current Amazon Web Services account.- Parameters:
delegationSets- A complex type that contains oneDelegationSetelement 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 theDelegationSetelement for each reusable delegation set that was created by the current Amazon Web Services account.DelegationSet.Builderavoiding the need to create one manually viaDelegationSet.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#delegationSets(List.) - 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:
#delegationSets(java.util.Collection)
-
marker
ListReusableDelegationSetsResponse.Builder marker(String marker)
For the second and subsequent calls to
ListReusableDelegationSets,Markeris the value that you specified for themarkerparameter in the request that produced the current response.- Parameters:
marker- For the second and subsequent calls toListReusableDelegationSets,Markeris the value that you specified for themarkerparameter in the request that produced the current response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isTruncated
ListReusableDelegationSetsResponse.Builder isTruncated(Boolean 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
ListReusableDelegationSetsResponse.Builder nextMarker(String nextMarker)
If
IsTruncatedistrue, the value ofNextMarkeridentifies the next reusable delegation set that Amazon Route 53 will return if you submit anotherListReusableDelegationSetsrequest and specify the value ofNextMarkerin themarkerparameter.- Parameters:
nextMarker- IfIsTruncatedistrue, the value ofNextMarkeridentifies the next reusable delegation set that Amazon Route 53 will return if you submit anotherListReusableDelegationSetsrequest and specify the value ofNextMarkerin themarkerparameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxItems
ListReusableDelegationSetsResponse.Builder maxItems(String maxItems)
The value that you specified for the
maxitemsparameter in the call toListReusableDelegationSetsthat produced the current response.- Parameters:
maxItems- The value that you specified for themaxitemsparameter in the call toListReusableDelegationSetsthat produced the current response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-