GetIndexResponse.Builder |
GetIndexResponse.Builder.arn(String arn) |
|
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(String... replicatingFrom) |
This response value is present only if this index is Type=AGGREGATOR.
|
GetIndexResponse.Builder |
GetIndexResponse.Builder.replicatingFrom(Collection<String> replicatingFrom) |
This response value is present only if this index is Type=AGGREGATOR.
|
GetIndexResponse.Builder |
GetIndexResponse.Builder.replicatingTo(String... replicatingTo) |
This response value is present only if this index is Type=LOCAL.
|
GetIndexResponse.Builder |
GetIndexResponse.Builder.replicatingTo(Collection<String> replicatingTo) |
This response value is present only if this index is Type=LOCAL.
|
GetIndexResponse.Builder |
GetIndexResponse.Builder.state(String state) |
The current state of the index in this Amazon Web Services Region.
|
GetIndexResponse.Builder |
GetIndexResponse.Builder.state(IndexState 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(String type) |
The type of the index in this Region.
|
GetIndexResponse.Builder |
GetIndexResponse.Builder.type(IndexType type) |
The type of the index in this Region.
|