| Package | Description |
|---|---|
| software.amazon.awssdk.services.resourceexplorer2.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateIndexTypeResponse.Builder |
UpdateIndexTypeResponse.Builder.arn(String arn)
The Amazon resource name
(ARN) of the index that you updated.
|
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(IndexState state)
Indicates the state of the request to update the index.
|
UpdateIndexTypeResponse.Builder |
UpdateIndexTypeResponse.Builder.state(String state)
Indicates the state of the request to update the index.
|
UpdateIndexTypeResponse.Builder |
UpdateIndexTypeResponse.toBuilder() |
UpdateIndexTypeResponse.Builder |
UpdateIndexTypeResponse.Builder.type(IndexType type)
Specifies the type of the specified index after the operation completes.
|
UpdateIndexTypeResponse.Builder |
UpdateIndexTypeResponse.Builder.type(String type)
Specifies the type of the specified index after the operation completes.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateIndexTypeResponse.Builder> |
UpdateIndexTypeResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.