Interface Index.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Index.Builder,Index>,SdkBuilder<Index.Builder,Index>,SdkPojo
- Enclosing class:
- Index
public static interface Index.Builder extends SdkPojo, CopyableBuilder<Index.Builder,Index>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Index.Builderarn(String arn)The Amazon resource name (ARN) of the index.Index.Builderregion(String region)The Amazon Web Services Region in which the index exists.Index.Buildertype(String type)The type of index.Index.Buildertype(IndexType type)The type of index.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
arn
Index.Builder arn(String arn)
The Amazon resource name (ARN) of the index.
- Parameters:
arn- The Amazon resource name (ARN) of the index.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
region
Index.Builder region(String region)
The Amazon Web Services Region in which the index exists.
- Parameters:
region- The Amazon Web Services Region in which the index exists.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
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.
- Parameters:
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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
IndexType,IndexType
-
-
type
Index.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.
- Parameters:
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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
IndexType,IndexType
-
-
-