Interface DistributionIdList.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<DistributionIdList.Builder,,DistributionIdList> SdkBuilder<DistributionIdList.Builder,,DistributionIdList> SdkPojo
- Enclosing class:
 DistributionIdList
public static interface DistributionIdList.Builder
extends SdkPojo, CopyableBuilder<DistributionIdList.Builder,DistributionIdList> 
- 
Method Summary
Modifier and TypeMethodDescriptionisTruncated(Boolean isTruncated) A flag that indicates whether more distribution IDs remain to be listed.Contains the distribution IDs in the list.items(Collection<String> items) Contains the distribution IDs in the list.The value provided in theMarkerrequest field.The maximum number of distribution IDs requested.nextMarker(String nextMarker) Contains the value that you should use in theMarkerfield of a subsequent request to continue listing distribution IDs where you left off.The total number of distribution IDs returned in the response.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
marker
The value provided in the
Markerrequest field.- Parameters:
 marker- The value provided in theMarkerrequest field.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
nextMarker
Contains the value that you should use in the
Markerfield of a subsequent request to continue listing distribution IDs where you left off.- Parameters:
 nextMarker- Contains the value that you should use in theMarkerfield of a subsequent request to continue listing distribution IDs where you left off.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
maxItems
The maximum number of distribution IDs requested.
- Parameters:
 maxItems- The maximum number of distribution IDs requested.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
isTruncated
A flag that indicates whether more distribution IDs remain to be listed. If your results were truncated, you can make a subsequent request using the
Markerrequest field to retrieve more distribution IDs in the list.- Parameters:
 isTruncated- A flag that indicates whether more distribution IDs remain to be listed. If your results were truncated, you can make a subsequent request using theMarkerrequest field to retrieve more distribution IDs in the list.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
quantity
The total number of distribution IDs returned in the response.
- Parameters:
 quantity- The total number of distribution IDs returned in the response.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
items
Contains the distribution IDs in the list.
- Parameters:
 items- Contains the distribution IDs in the list.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
items
Contains the distribution IDs in the list.
- Parameters:
 items- Contains the distribution IDs in the list.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -