Interface ConflictingAliasesList.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ConflictingAliasesList.Builder,,- ConflictingAliasesList> - SdkBuilder<ConflictingAliasesList.Builder,,- ConflictingAliasesList> - SdkPojo
- Enclosing class:
- ConflictingAliasesList
@Mutable
@NotThreadSafe
public static interface ConflictingAliasesList.Builder
extends SdkPojo, CopyableBuilder<ConflictingAliasesList.Builder,ConflictingAliasesList> 
- 
Method SummaryModifier and TypeMethodDescriptionitems(Collection<ConflictingAlias> items) Contains the conflicting aliases in the list.items(Consumer<ConflictingAlias.Builder>... items) Contains the conflicting aliases in the list.items(ConflictingAlias... items) Contains the conflicting aliases in the list.The maximum number of conflicting aliases requested.nextMarker(String nextMarker) If there are more items in the list than are in this response, this element is present.The number of conflicting aliases returned in the response.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
nextMarkerIf 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 Markerfield of a subsequent request to continue listing conflicting aliases where you left off.- Parameters:
- 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- Markerfield of a subsequent request to continue listing conflicting aliases where you left off.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
maxItemsThe maximum number of conflicting aliases requested. - Parameters:
- maxItems- The maximum number of conflicting aliases requested.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
quantityThe number of conflicting aliases returned in the response. - Parameters:
- quantity- The number of conflicting aliases returned in the response.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
itemsContains the conflicting aliases in the list. - Parameters:
- items- Contains the conflicting aliases in the list.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
itemsContains the conflicting aliases in the list. - Parameters:
- items- Contains the conflicting aliases in the list.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
itemsContains the conflicting aliases in the list. This is a convenience method that creates an instance of theConflictingAlias.Builderavoiding the need to create one manually viaConflictingAlias.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toitems(List<ConflictingAlias>).- Parameters:
- items- a consumer that will call methods on- ConflictingAlias.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-