Interface DistributionIdOwnerList.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DistributionIdOwnerList.Builder,,DistributionIdOwnerList> SdkBuilder<DistributionIdOwnerList.Builder,,DistributionIdOwnerList> SdkPojo
- Enclosing class:
DistributionIdOwnerList
-
Method Summary
Modifier and TypeMethodDescriptionisTruncated(Boolean isTruncated) A flag that indicates whether moreDistributionIdOwnerobjects remain to be listed.items(Collection<DistributionIdOwner> items) The number ofDistributionIdOwnerobjects.items(Consumer<DistributionIdOwner.Builder>... items) The number ofDistributionIdOwnerobjects.items(DistributionIdOwner... items) The number ofDistributionIdOwnerobjects.Use this field when paginating results to indicate where to begin in your list ofDistributionIdOwnerobjects.The maximum number ofDistributionIdOwnerobjects to return.nextMarker(String nextMarker) A token used for pagination of results returned in the response.Specifies the actual number ofDistributionIdOwnerobjects included in the list for the current page.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, sdkFieldNameToField, sdkFields
-
Method Details
-
marker
Use this field when paginating results to indicate where to begin in your list of
DistributionIdOwnerobjects. The response includes distributions in the list that occur after the marker. To get the next page of the list, set this field's value to the value ofNextMarkerfrom the current page's response.- Parameters:
marker- Use this field when paginating results to indicate where to begin in your list ofDistributionIdOwnerobjects. The response includes distributions in the list that occur after the marker. To get the next page of the list, set this field's value to the value ofNextMarkerfrom the current page's response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextMarker
A token used for pagination of results returned in the response. You can use the token from the previous request to define where the current request should begin.
- Parameters:
nextMarker- A token used for pagination of results returned in the response. You can use the token from the previous request to define where the current request should begin.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxItems
The maximum number of
DistributionIdOwnerobjects to return.- Parameters:
maxItems- The maximum number ofDistributionIdOwnerobjects to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isTruncated
A flag that indicates whether more
DistributionIdOwnerobjects remain to be listed. If your results were truncated, you can make a follow-up pagination request using theMarkerrequest parameter to retrieve more results in the list.- Parameters:
isTruncated- A flag that indicates whether moreDistributionIdOwnerobjects remain to be listed. If your results were truncated, you can make a follow-up pagination request using theMarkerrequest parameter to retrieve more results in the list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
quantity
Specifies the actual number of
DistributionIdOwnerobjects included in the list for the current page.- Parameters:
quantity- Specifies the actual number ofDistributionIdOwnerobjects included in the list for the current page.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
The number of
DistributionIdOwnerobjects.- Parameters:
items- The number ofDistributionIdOwnerobjects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
The number of
DistributionIdOwnerobjects.- Parameters:
items- The number ofDistributionIdOwnerobjects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
The number of
This is a convenience method that creates an instance of theDistributionIdOwnerobjects.DistributionIdOwner.Builderavoiding the need to create one manually viaDistributionIdOwner.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toitems(List<DistributionIdOwner>).- Parameters:
items- a consumer that will call methods onDistributionIdOwner.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-