| Package | Description |
|---|---|
| software.amazon.awssdk.services.resourceexplorer2.model |
| Modifier and Type | Method and Description |
|---|---|
CreateIndexResponse.Builder |
CreateIndexResponse.Builder.arn(String arn)
The ARN of the new local index for the Region.
|
static CreateIndexResponse.Builder |
CreateIndexResponse.builder() |
CreateIndexResponse.Builder |
CreateIndexResponse.Builder.createdAt(Instant createdAt)
The date and timestamp when the index was created.
|
CreateIndexResponse.Builder |
CreateIndexResponse.Builder.state(IndexState state)
Indicates the current state of the index.
|
CreateIndexResponse.Builder |
CreateIndexResponse.Builder.state(String state)
Indicates the current state of the index.
|
CreateIndexResponse.Builder |
CreateIndexResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateIndexResponse.Builder> |
CreateIndexResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.