Interface CollectionSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CollectionSummary.Builder,CollectionSummary>,SdkBuilder<CollectionSummary.Builder,CollectionSummary>,SdkPojo
- Enclosing class:
- CollectionSummary
public static interface CollectionSummary.Builder extends SdkPojo, CopyableBuilder<CollectionSummary.Builder,CollectionSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CollectionSummary.Builderarn(String arn)The Amazon Resource Name (ARN) of the collection.CollectionSummary.Builderid(String id)The unique identifier of the collection.CollectionSummary.Buildername(String name)The name of the collection.CollectionSummary.Builderstatus(String status)The current status of the collection.CollectionSummary.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
-
arn
CollectionSummary.Builder arn(String arn)
The Amazon Resource Name (ARN) of the collection.
- Parameters:
arn- The Amazon Resource Name (ARN) of the collection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
CollectionSummary.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
CollectionSummary.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
CollectionSummary.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
CollectionSummary.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
-
-