public static interface UpdateIndexTypeResponse.Builder extends ResourceExplorer2Response.Builder, SdkPojo, CopyableBuilder<UpdateIndexTypeResponse.Builder,UpdateIndexTypeResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateIndexTypeResponse.Builder |
arn(String arn)
The Amazon resource name
(ARN) of the index that you updated.
|
UpdateIndexTypeResponse.Builder |
lastUpdatedAt(Instant lastUpdatedAt)
The date and timestamp when the index was last updated.
|
UpdateIndexTypeResponse.Builder |
state(IndexState state)
Indicates the state of the request to update the index.
|
UpdateIndexTypeResponse.Builder |
state(String state)
Indicates the state of the request to update the index.
|
UpdateIndexTypeResponse.Builder |
type(IndexType type)
Specifies the type of the specified index after the operation completes.
|
UpdateIndexTypeResponse.Builder |
type(String type)
Specifies the type of the specified index after the operation completes.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateIndexTypeResponse.Builder arn(String arn)
The Amazon resource name (ARN) of the index that you updated.
arn - The Amazon
resource name (ARN) of the index that you updated.UpdateIndexTypeResponse.Builder lastUpdatedAt(Instant lastUpdatedAt)
The date and timestamp when the index was last updated.
lastUpdatedAt - The date and timestamp when the index was last updated.UpdateIndexTypeResponse.Builder state(String state)
Indicates the state of the request to update the index. This operation is asynchronous. Call the GetIndex operation to check for changes.
state - Indicates the state of the request to update the index. This operation is asynchronous. Call the
GetIndex operation to check for changes.IndexState,
IndexStateUpdateIndexTypeResponse.Builder state(IndexState state)
Indicates the state of the request to update the index. This operation is asynchronous. Call the GetIndex operation to check for changes.
state - Indicates the state of the request to update the index. This operation is asynchronous. Call the
GetIndex operation to check for changes.IndexState,
IndexStateUpdateIndexTypeResponse.Builder type(String type)
Specifies the type of the specified index after the operation completes.
UpdateIndexTypeResponse.Builder type(IndexType type)
Specifies the type of the specified index after the operation completes.
Copyright © 2023. All rights reserved.