| Package | Description |
|---|---|
| software.amazon.awssdk.services.resourceexplorer2.model |
| Modifier and Type | Method and Description |
|---|---|
GetIndexResponse.Builder |
GetIndexResponse.Builder.arn(String arn)
The Amazon resource name
(ARN) of the index.
|
static GetIndexResponse.Builder |
GetIndexResponse.builder() |
GetIndexResponse.Builder |
GetIndexResponse.Builder.createdAt(Instant createdAt)
The date and time when the index was originally created.
|
GetIndexResponse.Builder |
GetIndexResponse.Builder.lastUpdatedAt(Instant lastUpdatedAt)
The date and time when the index was last updated.
|
GetIndexResponse.Builder |
GetIndexResponse.Builder.replicatingFrom(Collection<String> replicatingFrom)
This response value is present only if this index is
Type=AGGREGATOR. |
GetIndexResponse.Builder |
GetIndexResponse.Builder.replicatingFrom(String... replicatingFrom)
This response value is present only if this index is
Type=AGGREGATOR. |
GetIndexResponse.Builder |
GetIndexResponse.Builder.replicatingTo(Collection<String> replicatingTo)
This response value is present only if this index is
Type=LOCAL. |
GetIndexResponse.Builder |
GetIndexResponse.Builder.replicatingTo(String... replicatingTo)
This response value is present only if this index is
Type=LOCAL. |
GetIndexResponse.Builder |
GetIndexResponse.Builder.state(IndexState state)
The current state of the index in this Amazon Web Services Region.
|
GetIndexResponse.Builder |
GetIndexResponse.Builder.state(String state)
The current state of the index in this Amazon Web Services Region.
|
GetIndexResponse.Builder |
GetIndexResponse.Builder.tags(Map<String,String> tags)
Tag key and value pairs that are attached to the index.
|
GetIndexResponse.Builder |
GetIndexResponse.toBuilder() |
GetIndexResponse.Builder |
GetIndexResponse.Builder.type(IndexType type)
The type of the index in this Region.
|
GetIndexResponse.Builder |
GetIndexResponse.Builder.type(String type)
The type of the index in this Region.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetIndexResponse.Builder> |
GetIndexResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.