public static interface DeleteIndexResponse.Builder extends ResourceExplorer2Response.Builder, SdkPojo, CopyableBuilder<DeleteIndexResponse.Builder,DeleteIndexResponse>
| Modifier and Type | Method and Description |
|---|---|
DeleteIndexResponse.Builder |
arn(String arn)
The Amazon resource name
(ARN) of the index that you successfully started the deletion process.
|
DeleteIndexResponse.Builder |
lastUpdatedAt(Instant lastUpdatedAt)
The date and time when you last updated this index.
|
DeleteIndexResponse.Builder |
state(IndexState state)
Indicates the current state of the index.
|
DeleteIndexResponse.Builder |
state(String state)
Indicates the current state of the index.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteIndexResponse.Builder arn(String arn)
The Amazon resource name (ARN) of the index that you successfully started the deletion process.
This operation is asynchronous. To check its status, call the GetIndex operation.
arn - The Amazon
resource name (ARN) of the index that you successfully started the deletion process. This operation is asynchronous. To check its status, call the GetIndex operation.
DeleteIndexResponse.Builder lastUpdatedAt(Instant lastUpdatedAt)
The date and time when you last updated this index.
lastUpdatedAt - The date and time when you last updated this index.DeleteIndexResponse.Builder state(String state)
Indicates the current state of the index.
state - Indicates the current state of the index.IndexState,
IndexStateDeleteIndexResponse.Builder state(IndexState state)
Indicates the current state of the index.
state - Indicates the current state of the index.IndexState,
IndexStateCopyright © 2023. All rights reserved.