Interface AnycastIpListCollection.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AnycastIpListCollection.Builder,AnycastIpListCollection>,SdkBuilder<AnycastIpListCollection.Builder,AnycastIpListCollection>,SdkPojo
- Enclosing class:
- AnycastIpListCollection
@Mutable @NotThreadSafe public static interface AnycastIpListCollection.Builder extends SdkPojo, CopyableBuilder<AnycastIpListCollection.Builder,AnycastIpListCollection>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AnycastIpListCollection.BuilderisTruncated(Boolean isTruncated)If there are more items in the list collection than are in this response, this value istrue.AnycastIpListCollection.Builderitems(Collection<AnycastIpListSummary> items)Items in the Anycast static IP list collection.AnycastIpListCollection.Builderitems(Consumer<AnycastIpListSummary.Builder>... items)Items in the Anycast static IP list collection.AnycastIpListCollection.Builderitems(AnycastIpListSummary... items)Items in the Anycast static IP list collection.AnycastIpListCollection.Buildermarker(String marker)Use this field when paginating results to indicate where to begin in your list.AnycastIpListCollection.BuildermaxItems(Integer maxItems)The maximum number of Anycast static IP list collections that you want returned in the response.AnycastIpListCollection.BuildernextMarker(String nextMarker)Indicates the next page of the Anycast static IP list collection.AnycastIpListCollection.Builderquantity(Integer quantity)The quantity of Anycast static IP lists in the collection.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
items
AnycastIpListCollection.Builder items(Collection<AnycastIpListSummary> items)
Items in the Anycast static IP list collection. Each item is of the AnycastIpListSummary structure type.
- Parameters:
items- Items in the Anycast static IP list collection. Each item is of the AnycastIpListSummary structure type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
AnycastIpListCollection.Builder items(AnycastIpListSummary... items)
Items in the Anycast static IP list collection. Each item is of the AnycastIpListSummary structure type.
- Parameters:
items- Items in the Anycast static IP list collection. Each item is of the AnycastIpListSummary structure type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
AnycastIpListCollection.Builder items(Consumer<AnycastIpListSummary.Builder>... items)
Items in the Anycast static IP list collection. Each item is of the AnycastIpListSummary structure type.
This is a convenience method that creates an instance of theAnycastIpListSummary.Builderavoiding the need to create one manually viaAnycastIpListSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#items(List.) - Parameters:
items- a consumer that will call methods onAnycastIpListSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#items(java.util.Collection)
-
marker
AnycastIpListCollection.Builder marker(String marker)
Use this field when paginating results to indicate where to begin in your list. The response includes items in the list that occur after the marker. To get the next page of the list, set this field's value to the value of
NextMarkerfrom the current page's response.- Parameters:
marker- Use this field when paginating results to indicate where to begin in your list. The response includes items 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
AnycastIpListCollection.Builder nextMarker(String nextMarker)
Indicates the next page of the Anycast static IP list collection. To get the next page of the list, use this value in the
Markerfield of your request.- Parameters:
nextMarker- Indicates the next page of the Anycast static IP list collection. To get the next page of the list, use this value in theMarkerfield of your request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxItems
AnycastIpListCollection.Builder maxItems(Integer maxItems)
The maximum number of Anycast static IP list collections that you want returned in the response.
- Parameters:
maxItems- The maximum number of Anycast static IP list collections that you want returned in the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isTruncated
AnycastIpListCollection.Builder isTruncated(Boolean isTruncated)
If there are more items in the list collection than are in this response, this value is
true.- Parameters:
isTruncated- If there are more items in the list collection than are in this response, this value istrue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
quantity
AnycastIpListCollection.Builder quantity(Integer quantity)
The quantity of Anycast static IP lists in the collection.
- Parameters:
quantity- The quantity of Anycast static IP lists in the collection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-