public static interface CollectionSummary.Builder extends SdkPojo, CopyableBuilder<CollectionSummary.Builder,CollectionSummary>
| Modifier and Type | Method and Description |
|---|---|
CollectionSummary.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the collection.
|
CollectionSummary.Builder |
id(String id)
The unique identifier of the collection.
|
CollectionSummary.Builder |
name(String name)
The name of the collection.
|
CollectionSummary.Builder |
status(CollectionStatus status)
The current status of the collection.
|
CollectionSummary.Builder |
status(String status)
The current status of the collection.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCollectionSummary.Builder arn(String arn)
The Amazon Resource Name (ARN) of the collection.
arn - The Amazon Resource Name (ARN) of the collection.CollectionSummary.Builder id(String id)
The unique identifier of the collection.
id - The unique identifier of the collection.CollectionSummary.Builder name(String name)
The name of the collection.
name - The name of the collection.CollectionSummary.Builder status(String status)
The current status of the collection.
status - The current status of the collection.CollectionStatus,
CollectionStatusCollectionSummary.Builder status(CollectionStatus status)
The current status of the collection.
status - The current status of the collection.CollectionStatus,
CollectionStatusCopyright © 2023. All rights reserved.