public static interface UpdateCollectionDetail.Builder extends SdkPojo, CopyableBuilder<UpdateCollectionDetail.Builder,UpdateCollectionDetail>
| Modifier and Type | Method and Description |
|---|---|
UpdateCollectionDetail.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the collection.
|
UpdateCollectionDetail.Builder |
createdDate(Long createdDate)
The date and time when the collection was created.
|
UpdateCollectionDetail.Builder |
description(String description)
The description of the collection.
|
UpdateCollectionDetail.Builder |
id(String id)
The unique identifier of the collection.
|
UpdateCollectionDetail.Builder |
lastModifiedDate(Long lastModifiedDate)
The date and time when the collection was last modified.
|
UpdateCollectionDetail.Builder |
name(String name)
The name of the collection.
|
UpdateCollectionDetail.Builder |
status(CollectionStatus status)
The current status of the collection.
|
UpdateCollectionDetail.Builder |
status(String status)
The current status of the collection.
|
UpdateCollectionDetail.Builder |
type(CollectionType type)
The collection type.
|
UpdateCollectionDetail.Builder |
type(String type)
The collection type.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateCollectionDetail.Builder arn(String arn)
The Amazon Resource Name (ARN) of the collection.
arn - The Amazon Resource Name (ARN) of the collection.UpdateCollectionDetail.Builder createdDate(Long createdDate)
The date and time when the collection was created.
createdDate - The date and time when the collection was created.UpdateCollectionDetail.Builder description(String description)
The description of the collection.
description - The description of the collection.UpdateCollectionDetail.Builder id(String id)
The unique identifier of the collection.
id - The unique identifier of the collection.UpdateCollectionDetail.Builder lastModifiedDate(Long lastModifiedDate)
The date and time when the collection was last modified.
lastModifiedDate - The date and time when the collection was last modified.UpdateCollectionDetail.Builder name(String name)
The name of the collection.
name - The name of the collection.UpdateCollectionDetail.Builder status(String status)
The current status of the collection.
status - The current status of the collection.CollectionStatus,
CollectionStatusUpdateCollectionDetail.Builder status(CollectionStatus status)
The current status of the collection.
status - The current status of the collection.CollectionStatus,
CollectionStatusUpdateCollectionDetail.Builder type(String type)
The collection type.
type - The collection type.CollectionType,
CollectionTypeUpdateCollectionDetail.Builder type(CollectionType type)
The collection type.
type - The collection type.CollectionType,
CollectionTypeCopyright © 2023. All rights reserved.