public static interface CreateCollectionDetail.Builder extends SdkPojo, CopyableBuilder<CreateCollectionDetail.Builder,CreateCollectionDetail>
| Modifier and Type | Method and Description |
|---|---|
CreateCollectionDetail.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the collection.
|
CreateCollectionDetail.Builder |
createdDate(Long createdDate)
The Epoch time when the collection was created.
|
CreateCollectionDetail.Builder |
description(String description)
A description of the collection.
|
CreateCollectionDetail.Builder |
id(String id)
The unique identifier of the collection.
|
CreateCollectionDetail.Builder |
kmsKeyArn(String kmsKeyArn)
The Amazon Resource Name (ARN) of the KMS key with which to encrypt the collection.
|
CreateCollectionDetail.Builder |
lastModifiedDate(Long lastModifiedDate)
The date and time when the collection was last modified.
|
CreateCollectionDetail.Builder |
name(String name)
The name of the collection.
|
CreateCollectionDetail.Builder |
status(CollectionStatus status)
The current status of the collection.
|
CreateCollectionDetail.Builder |
status(String status)
The current status of the collection.
|
CreateCollectionDetail.Builder |
type(CollectionType type)
The type of collection.
|
CreateCollectionDetail.Builder |
type(String type)
The type of collection.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateCollectionDetail.Builder arn(String arn)
The Amazon Resource Name (ARN) of the collection.
arn - The Amazon Resource Name (ARN) of the collection.CreateCollectionDetail.Builder createdDate(Long createdDate)
The Epoch time when the collection was created.
createdDate - The Epoch time when the collection was created.CreateCollectionDetail.Builder description(String description)
A description of the collection.
description - A description of the collection.CreateCollectionDetail.Builder id(String id)
The unique identifier of the collection.
id - The unique identifier of the collection.CreateCollectionDetail.Builder kmsKeyArn(String kmsKeyArn)
The Amazon Resource Name (ARN) of the KMS key with which to encrypt the collection.
kmsKeyArn - The Amazon Resource Name (ARN) of the KMS key with which to encrypt the collection.CreateCollectionDetail.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.CreateCollectionDetail.Builder name(String name)
The name of the collection.
name - The name of the collection.CreateCollectionDetail.Builder status(String status)
The current status of the collection.
status - The current status of the collection.CollectionStatus,
CollectionStatusCreateCollectionDetail.Builder status(CollectionStatus status)
The current status of the collection.
status - The current status of the collection.CollectionStatus,
CollectionStatusCreateCollectionDetail.Builder type(String type)
The type of collection.
type - The type of collection.CollectionType,
CollectionTypeCreateCollectionDetail.Builder type(CollectionType type)
The type of collection.
type - The type of collection.CollectionType,
CollectionTypeCopyright © 2023. All rights reserved.