Interface DeleteEntitiesInfo.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DeleteEntitiesInfo.Builder,,DeleteEntitiesInfo> SdkBuilder<DeleteEntitiesInfo.Builder,,DeleteEntitiesInfo> SdkPojo
- Enclosing class:
DeleteEntitiesInfo
@Mutable
@NotThreadSafe
public static interface DeleteEntitiesInfo.Builder
extends SdkPojo, CopyableBuilder<DeleteEntitiesInfo.Builder,DeleteEntitiesInfo>
-
Method Summary
Modifier and TypeMethodDescriptionSets the value of the EntityIds property for this object.entityIds(Collection<String> entityIds) Sets the value of the EntityIds property for this object.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
-
entityIds
Sets the value of the EntityIds property for this object.- Parameters:
entityIds- The new value for the EntityIds property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
entityIds
Sets the value of the EntityIds property for this object.- Parameters:
entityIds- The new value for the EntityIds property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-