Interface DeleteCollectionDetail.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DeleteCollectionDetail.Builder,DeleteCollectionDetail>,SdkBuilder<DeleteCollectionDetail.Builder,DeleteCollectionDetail>,SdkPojo
- Enclosing class:
- DeleteCollectionDetail
public static interface DeleteCollectionDetail.Builder extends SdkPojo, CopyableBuilder<DeleteCollectionDetail.Builder,DeleteCollectionDetail>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteCollectionDetail.Builderid(String id)The unique identifier of the collection.DeleteCollectionDetail.Buildername(String name)The name of the collection.DeleteCollectionDetail.Builderstatus(String status)The current status of the collection.DeleteCollectionDetail.Builderstatus(CollectionStatus status)The current status of 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 Detail
-
id
DeleteCollectionDetail.Builder id(String 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
DeleteCollectionDetail.Builder name(String 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
DeleteCollectionDetail.Builder status(String 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:
CollectionStatus,CollectionStatus
-
status
DeleteCollectionDetail.Builder status(CollectionStatus 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:
CollectionStatus,CollectionStatus
-
-