public static interface Index.Builder extends SdkPojo, CopyableBuilder<Index.Builder,Index>
| Modifier and Type | Method and Description |
|---|---|
Index.Builder |
arn(String arn)
The Amazon resource name
(ARN) of the index.
|
Index.Builder |
region(String region)
The Amazon Web Services Region in which the index exists.
|
Index.Builder |
type(IndexType type)
The type of index.
|
Index.Builder |
type(String type)
The type of index.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildIndex.Builder arn(String arn)
The Amazon resource name (ARN) of the index.
arn - The Amazon
resource name (ARN) of the index.Index.Builder region(String region)
The Amazon Web Services Region in which the index exists.
region - The Amazon Web Services Region in which the index exists.Index.Builder type(String type)
The type of index. It can be one of the following values:
LOCAL – The index contains information about resources from only the same Amazon Web Services Region.
AGGREGATOR – Resource Explorer replicates copies of the indexed information about resources in all other Amazon Web Services Regions to the aggregator index. This lets search results in the Region with the aggregator index to include resources from all Regions in the account where Resource Explorer is turned on.
type - The type of index. It can be one of the following values:
LOCAL – The index contains information about resources from only the same Amazon Web Services Region.
AGGREGATOR – Resource Explorer replicates copies of the indexed information about resources in all other Amazon Web Services Regions to the aggregator index. This lets search results in the Region with the aggregator index to include resources from all Regions in the account where Resource Explorer is turned on.
IndexType,
IndexTypeIndex.Builder type(IndexType type)
The type of index. It can be one of the following values:
LOCAL – The index contains information about resources from only the same Amazon Web Services Region.
AGGREGATOR – Resource Explorer replicates copies of the indexed information about resources in all other Amazon Web Services Regions to the aggregator index. This lets search results in the Region with the aggregator index to include resources from all Regions in the account where Resource Explorer is turned on.
type - The type of index. It can be one of the following values:
LOCAL – The index contains information about resources from only the same Amazon Web Services Region.
AGGREGATOR – Resource Explorer replicates copies of the indexed information about resources in all other Amazon Web Services Regions to the aggregator index. This lets search results in the Region with the aggregator index to include resources from all Regions in the account where Resource Explorer is turned on.
IndexType,
IndexTypeCopyright © 2023. All rights reserved.