public static interface UpdateIndexTypeRequest.Builder extends ResourceExplorer2Request.Builder, SdkPojo, CopyableBuilder<UpdateIndexTypeRequest.Builder,UpdateIndexTypeRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateIndexTypeRequest.Builder |
arn(String arn)
The Amazon resource name
(ARN) of the index that you want to update.
|
UpdateIndexTypeRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateIndexTypeRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateIndexTypeRequest.Builder |
type(IndexType type)
The type of the index.
|
UpdateIndexTypeRequest.Builder |
type(String type)
The type of the index.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateIndexTypeRequest.Builder arn(String arn)
The Amazon resource name (ARN) of the index that you want to update.
arn - The Amazon
resource name (ARN) of the index that you want to update.UpdateIndexTypeRequest.Builder type(String type)
The type of the index. To understand the difference between LOCAL and AGGREGATOR,
see Turning
on cross-Region search in the Amazon Web Services Resource Explorer User Guide.
type - The type of the index. To understand the difference between LOCAL and
AGGREGATOR, see Turning on cross-Region search in the Amazon Web Services Resource Explorer User Guide.IndexType,
IndexTypeUpdateIndexTypeRequest.Builder type(IndexType type)
The type of the index. To understand the difference between LOCAL and AGGREGATOR,
see Turning
on cross-Region search in the Amazon Web Services Resource Explorer User Guide.
type - The type of the index. To understand the difference between LOCAL and
AGGREGATOR, see Turning on cross-Region search in the Amazon Web Services Resource Explorer User Guide.IndexType,
IndexTypeUpdateIndexTypeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateIndexTypeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.