Interface UpdateIndexTypeRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateIndexTypeRequest.Builder,UpdateIndexTypeRequest>,ResourceExplorer2Request.Builder,SdkBuilder<UpdateIndexTypeRequest.Builder,UpdateIndexTypeRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateIndexTypeRequest
public static interface UpdateIndexTypeRequest.Builder extends ResourceExplorer2Request.Builder, SdkPojo, CopyableBuilder<UpdateIndexTypeRequest.Builder,UpdateIndexTypeRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateIndexTypeRequest.Builderarn(String arn)The Amazon resource name (ARN) of the index that you want to update.UpdateIndexTypeRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateIndexTypeRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateIndexTypeRequest.Buildertype(String type)The type of the index.UpdateIndexTypeRequest.Buildertype(IndexType type)The type of the index.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.resourceexplorer2.model.ResourceExplorer2Request.Builder
build
-
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
UpdateIndexTypeRequest.Builder arn(String arn)
The Amazon resource name (ARN) of the index that you want to update.
- Parameters:
arn- The Amazon resource name (ARN) of the index that you want to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
UpdateIndexTypeRequest.Builder type(String type)
The type of the index. To understand the difference between
LOCALandAGGREGATOR, see Turning on cross-Region search in the Amazon Web Services Resource Explorer User Guide.- Parameters:
type- The type of the index. To understand the difference betweenLOCALandAGGREGATOR, see Turning on cross-Region search in the Amazon Web Services Resource Explorer User Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
IndexType,IndexType
-
type
UpdateIndexTypeRequest.Builder type(IndexType type)
The type of the index. To understand the difference between
LOCALandAGGREGATOR, see Turning on cross-Region search in the Amazon Web Services Resource Explorer User Guide.- Parameters:
type- The type of the index. To understand the difference betweenLOCALandAGGREGATOR, see Turning on cross-Region search in the Amazon Web Services Resource Explorer User Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
IndexType,IndexType
-
overrideConfiguration
UpdateIndexTypeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateIndexTypeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-