Interface AnycastIpListCollection.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AnycastIpListCollection.Builder,
,AnycastIpListCollection> SdkBuilder<AnycastIpListCollection.Builder,
,AnycastIpListCollection> SdkPojo
- Enclosing class:
AnycastIpListCollection
-
Method Summary
Modifier and TypeMethodDescriptionisTruncated
(Boolean isTruncated) If there are more items in the list collection than are in this response, this value istrue
.items
(Collection<AnycastIpListSummary> items) Items in the Anycast static IP list collection.items
(Consumer<AnycastIpListSummary.Builder>... items) Items in the Anycast static IP list collection.items
(AnycastIpListSummary... items) Items in the Anycast static IP list collection.Use this field when paginating results to indicate where to begin in your list.The maximum number of Anycast static IP list collections that you want returned in the response.nextMarker
(String nextMarker) Indicates the next page of the Anycast static IP list collection.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 Details
-
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
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
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.Builder
avoiding the need to create one manually viaAnycastIpListSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toitems(List<AnycastIpListSummary>)
.- 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:
-
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
NextMarker
from 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 ofNextMarker
from the current page's response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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
Marker
field 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 theMarker
field of your request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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
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
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.
-