public static interface CollectionDetail.Builder extends SdkPojo, CopyableBuilder<CollectionDetail.Builder,CollectionDetail>
| Modifier and Type | Method and Description |
|---|---|
CollectionDetail.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the collection.
|
CollectionDetail.Builder |
collectionEndpoint(String collectionEndpoint)
Collection-specific endpoint used to submit index, search, and data upload requests to an OpenSearch
Serverless collection.
|
CollectionDetail.Builder |
createdDate(Long createdDate)
The Epoch time when the collection was created.
|
CollectionDetail.Builder |
dashboardEndpoint(String dashboardEndpoint)
Collection-specific endpoint used to access OpenSearch Dashboards.
|
CollectionDetail.Builder |
description(String description)
A description of the collection.
|
CollectionDetail.Builder |
id(String id)
A unique identifier for the collection.
|
CollectionDetail.Builder |
kmsKeyArn(String kmsKeyArn)
The ARN of the Amazon Web Services KMS key used to encrypt the collection.
|
CollectionDetail.Builder |
lastModifiedDate(Long lastModifiedDate)
The date and time when the collection was last modified.
|
CollectionDetail.Builder |
name(String name)
The name of the collection.
|
CollectionDetail.Builder |
status(CollectionStatus status)
The current status of the collection.
|
CollectionDetail.Builder |
status(String status)
The current status of the collection.
|
CollectionDetail.Builder |
type(CollectionType type)
The type of collection.
|
CollectionDetail.Builder |
type(String type)
The type of collection.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCollectionDetail.Builder arn(String arn)
The Amazon Resource Name (ARN) of the collection.
arn - The Amazon Resource Name (ARN) of the collection.CollectionDetail.Builder collectionEndpoint(String collectionEndpoint)
Collection-specific endpoint used to submit index, search, and data upload requests to an OpenSearch Serverless collection.
collectionEndpoint - Collection-specific endpoint used to submit index, search, and data upload requests to an OpenSearch
Serverless collection.CollectionDetail.Builder createdDate(Long createdDate)
The Epoch time when the collection was created.
createdDate - The Epoch time when the collection was created.CollectionDetail.Builder dashboardEndpoint(String dashboardEndpoint)
Collection-specific endpoint used to access OpenSearch Dashboards.
dashboardEndpoint - Collection-specific endpoint used to access OpenSearch Dashboards.CollectionDetail.Builder description(String description)
A description of the collection.
description - A description of the collection.CollectionDetail.Builder id(String id)
A unique identifier for the collection.
id - A unique identifier for the collection.CollectionDetail.Builder kmsKeyArn(String kmsKeyArn)
The ARN of the Amazon Web Services KMS key used to encrypt the collection.
kmsKeyArn - The ARN of the Amazon Web Services KMS key used to encrypt the collection.CollectionDetail.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.CollectionDetail.Builder name(String name)
The name of the collection.
name - The name of the collection.CollectionDetail.Builder status(String status)
The current status of the collection.
status - The current status of the collection.CollectionStatus,
CollectionStatusCollectionDetail.Builder status(CollectionStatus status)
The current status of the collection.
status - The current status of the collection.CollectionStatus,
CollectionStatusCollectionDetail.Builder type(String type)
The type of collection.
type - The type of collection.CollectionType,
CollectionTypeCollectionDetail.Builder type(CollectionType type)
The type of collection.
type - The type of collection.CollectionType,
CollectionTypeCopyright © 2023. All rights reserved.