Interface DeleteCollectionDetail.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DeleteCollectionDetail.Builder,,DeleteCollectionDetail> SdkBuilder<DeleteCollectionDetail.Builder,,DeleteCollectionDetail> SdkPojo
- Enclosing class:
DeleteCollectionDetail
@Mutable
@NotThreadSafe
public static interface DeleteCollectionDetail.Builder
extends SdkPojo, CopyableBuilder<DeleteCollectionDetail.Builder,DeleteCollectionDetail>
-
Method Summary
Modifier and TypeMethodDescriptiondeletionProtection(String deletionProtection) Indicates whether deletion protection isENABLEDorDISABLEDfor the collection.deletionProtection(DeletionProtection deletionProtection) Indicates whether deletion protection isENABLEDorDISABLEDfor the collection.The unique identifier of the collection.The name of the collection.The current status of the collection.status(CollectionStatus status) The current status of the collection.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
-
id
The unique identifier of the collection.
- Parameters:
id- The unique identifier of the collection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the collection.
- Parameters:
name- The name of the collection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of the collection.
- Parameters:
status- The current status of the collection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the collection.
- Parameters:
status- The current status of the collection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
deletionProtection
Indicates whether deletion protection is
ENABLEDorDISABLEDfor the collection.- Parameters:
deletionProtection- Indicates whether deletion protection isENABLEDorDISABLEDfor the collection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
deletionProtection
Indicates whether deletion protection is
ENABLEDorDISABLEDfor the collection.- Parameters:
deletionProtection- Indicates whether deletion protection isENABLEDorDISABLEDfor the collection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-