public static interface GetIndexResponse.Builder extends ResourceExplorer2Response.Builder, SdkPojo, CopyableBuilder<GetIndexResponse.Builder,GetIndexResponse>
| Modifier and Type | Method and Description |
|---|---|
GetIndexResponse.Builder |
arn(String arn)
The Amazon resource name
(ARN) of the index.
|
GetIndexResponse.Builder |
createdAt(Instant createdAt)
The date and time when the index was originally created.
|
GetIndexResponse.Builder |
lastUpdatedAt(Instant lastUpdatedAt)
The date and time when the index was last updated.
|
GetIndexResponse.Builder |
replicatingFrom(Collection<String> replicatingFrom)
This response value is present only if this index is
Type=AGGREGATOR. |
GetIndexResponse.Builder |
replicatingFrom(String... replicatingFrom)
This response value is present only if this index is
Type=AGGREGATOR. |
GetIndexResponse.Builder |
replicatingTo(Collection<String> replicatingTo)
This response value is present only if this index is
Type=LOCAL. |
GetIndexResponse.Builder |
replicatingTo(String... replicatingTo)
This response value is present only if this index is
Type=LOCAL. |
GetIndexResponse.Builder |
state(IndexState state)
The current state of the index in this Amazon Web Services Region.
|
GetIndexResponse.Builder |
state(String state)
The current state of the index in this Amazon Web Services Region.
|
GetIndexResponse.Builder |
tags(Map<String,String> tags)
Tag key and value pairs that are attached to the index.
|
GetIndexResponse.Builder |
type(IndexType type)
The type of the index in this Region.
|
GetIndexResponse.Builder |
type(String type)
The type of the index in this Region.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetIndexResponse.Builder arn(String arn)
The Amazon resource name (ARN) of the index.
arn - The Amazon
resource name (ARN) of the index.GetIndexResponse.Builder createdAt(Instant createdAt)
The date and time when the index was originally created.
createdAt - The date and time when the index was originally created.GetIndexResponse.Builder lastUpdatedAt(Instant lastUpdatedAt)
The date and time when the index was last updated.
lastUpdatedAt - The date and time when the index was last updated.GetIndexResponse.Builder replicatingFrom(Collection<String> replicatingFrom)
This response value is present only if this index is Type=AGGREGATOR.
A list of the Amazon Web Services Regions that replicate their content to the index in this Region.
replicatingFrom - This response value is present only if this index is Type=AGGREGATOR.
A list of the Amazon Web Services Regions that replicate their content to the index in this Region.
GetIndexResponse.Builder replicatingFrom(String... replicatingFrom)
This response value is present only if this index is Type=AGGREGATOR.
A list of the Amazon Web Services Regions that replicate their content to the index in this Region.
replicatingFrom - This response value is present only if this index is Type=AGGREGATOR.
A list of the Amazon Web Services Regions that replicate their content to the index in this Region.
GetIndexResponse.Builder replicatingTo(Collection<String> replicatingTo)
This response value is present only if this index is Type=LOCAL.
The Amazon Web Services Region that contains the aggregator index, if one exists. If an aggregator index does exist then the Region in which you called this operation replicates its index information to the Region specified in this response value.
replicatingTo - This response value is present only if this index is Type=LOCAL.
The Amazon Web Services Region that contains the aggregator index, if one exists. If an aggregator index does exist then the Region in which you called this operation replicates its index information to the Region specified in this response value.
GetIndexResponse.Builder replicatingTo(String... replicatingTo)
This response value is present only if this index is Type=LOCAL.
The Amazon Web Services Region that contains the aggregator index, if one exists. If an aggregator index does exist then the Region in which you called this operation replicates its index information to the Region specified in this response value.
replicatingTo - This response value is present only if this index is Type=LOCAL.
The Amazon Web Services Region that contains the aggregator index, if one exists. If an aggregator index does exist then the Region in which you called this operation replicates its index information to the Region specified in this response value.
GetIndexResponse.Builder state(String state)
The current state of the index in this Amazon Web Services Region.
state - The current state of the index in this Amazon Web Services Region.IndexState,
IndexStateGetIndexResponse.Builder state(IndexState state)
The current state of the index in this Amazon Web Services Region.
state - The current state of the index in this Amazon Web Services Region.IndexState,
IndexStateGetIndexResponse.Builder tags(Map<String,String> tags)
Tag key and value pairs that are attached to the index.
tags - Tag key and value pairs that are attached to the index.GetIndexResponse.Builder type(String type)
The type of the index in this Region. For information about the aggregator index and how it differs from a local index, see Turning on cross-Region search by creating an aggregator index.
type - The type of the index in this Region. For information about the aggregator index and how it differs
from a local index, see Turning on cross-Region search by creating an aggregator index.IndexType,
IndexTypeGetIndexResponse.Builder type(IndexType type)
The type of the index in this Region. For information about the aggregator index and how it differs from a local index, see Turning on cross-Region search by creating an aggregator index.
type - The type of the index in this Region. For information about the aggregator index and how it differs
from a local index, see Turning on cross-Region search by creating an aggregator index.IndexType,
IndexTypeCopyright © 2023. All rights reserved.