UpdateIndexTypeResponse.Builder |
UpdateIndexTypeResponse.Builder.arn(String arn) |
|
static UpdateIndexTypeResponse.Builder |
UpdateIndexTypeResponse.builder() |
|
UpdateIndexTypeResponse.Builder |
UpdateIndexTypeResponse.Builder.lastUpdatedAt(Instant lastUpdatedAt) |
The date and timestamp when the index was last updated.
|
UpdateIndexTypeResponse.Builder |
UpdateIndexTypeResponse.Builder.state(String state) |
Indicates the state of the request to update the index.
|
UpdateIndexTypeResponse.Builder |
UpdateIndexTypeResponse.Builder.state(IndexState state) |
Indicates the state of the request to update the index.
|
UpdateIndexTypeResponse.Builder |
UpdateIndexTypeResponse.toBuilder() |
|
UpdateIndexTypeResponse.Builder |
UpdateIndexTypeResponse.Builder.type(String type) |
Specifies the type of the specified index after the operation completes.
|
UpdateIndexTypeResponse.Builder |
UpdateIndexTypeResponse.Builder.type(IndexType type) |
Specifies the type of the specified index after the operation completes.
|