public static interface ConflictingAliasesList.Builder extends SdkPojo, CopyableBuilder<ConflictingAliasesList.Builder,ConflictingAliasesList>
| Modifier and Type | Method and Description |
|---|---|
ConflictingAliasesList.Builder |
items(Collection<ConflictingAlias> items)
Contains the conflicting aliases in the list.
|
ConflictingAliasesList.Builder |
items(ConflictingAlias... items)
Contains the conflicting aliases in the list.
|
ConflictingAliasesList.Builder |
items(Consumer<ConflictingAlias.Builder>... items)
Contains the conflicting aliases in the list.
|
ConflictingAliasesList.Builder |
maxItems(Integer maxItems)
The maximum number of conflicting aliases requested.
|
ConflictingAliasesList.Builder |
nextMarker(String nextMarker)
If there are more items in the list than are in this response, this element is present.
|
ConflictingAliasesList.Builder |
quantity(Integer quantity)
The number of conflicting aliases returned in the response.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildConflictingAliasesList.Builder nextMarker(String nextMarker)
If there are more items in the list than are in this response, this element is present. It contains the value
that you should use in the Marker field of a subsequent request to continue listing conflicting
aliases where you left off.
nextMarker - If there are more items in the list than are in this response, this element is present. It contains
the value that you should use in the Marker field of a subsequent request to continue
listing conflicting aliases where you left off.ConflictingAliasesList.Builder maxItems(Integer maxItems)
The maximum number of conflicting aliases requested.
maxItems - The maximum number of conflicting aliases requested.ConflictingAliasesList.Builder quantity(Integer quantity)
The number of conflicting aliases returned in the response.
quantity - The number of conflicting aliases returned in the response.ConflictingAliasesList.Builder items(Collection<ConflictingAlias> items)
Contains the conflicting aliases in the list.
items - Contains the conflicting aliases in the list.ConflictingAliasesList.Builder items(ConflictingAlias... items)
Contains the conflicting aliases in the list.
items - Contains the conflicting aliases in the list.ConflictingAliasesList.Builder items(Consumer<ConflictingAlias.Builder>... items)
Contains the conflicting aliases in the list.
This is a convenience method that creates an instance of theConflictingAlias.Builder avoiding the need to create
one manually via ConflictingAlias.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #items(List.
items - a consumer that will call methods on
ConflictingAlias.Builder#items(java.util.Collection) Copyright © 2023. All rights reserved.