Package | Description |
---|---|
com.amazonaws.services.opensearchserverless.model |
Modifier and Type | Method and Description |
---|---|
CreateCollectionDetail |
CreateCollectionDetail.clone() |
CreateCollectionDetail |
CreateCollectionResult.getCreateCollectionDetail()
Details about the collection.
|
CreateCollectionDetail |
CreateCollectionDetail.withArn(String arn)
The Amazon Resource Name (ARN) of the collection.
|
CreateCollectionDetail |
CreateCollectionDetail.withCreatedDate(Long createdDate)
The Epoch time when the collection was created.
|
CreateCollectionDetail |
CreateCollectionDetail.withDescription(String description)
A description of the collection.
|
CreateCollectionDetail |
CreateCollectionDetail.withId(String id)
The unique identifier of the collection.
|
CreateCollectionDetail |
CreateCollectionDetail.withKmsKeyArn(String kmsKeyArn)
The Amazon Resource Name (ARN) of the KMS key with which to encrypt the collection.
|
CreateCollectionDetail |
CreateCollectionDetail.withLastModifiedDate(Long lastModifiedDate)
The date and time when the collection was last modified.
|
CreateCollectionDetail |
CreateCollectionDetail.withName(String name)
The name of the collection.
|
CreateCollectionDetail |
CreateCollectionDetail.withStatus(CollectionStatus status)
The current status of the collection.
|
CreateCollectionDetail |
CreateCollectionDetail.withStatus(String status)
The current status of the collection.
|
CreateCollectionDetail |
CreateCollectionDetail.withType(CollectionType type)
The type of collection.
|
CreateCollectionDetail |
CreateCollectionDetail.withType(String type)
The type of collection.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateCollectionResult.setCreateCollectionDetail(CreateCollectionDetail createCollectionDetail)
Details about the collection.
|
CreateCollectionResult |
CreateCollectionResult.withCreateCollectionDetail(CreateCollectionDetail createCollectionDetail)
Details about the collection.
|
Copyright © 2023. All rights reserved.