Interface GetIndexRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetIndexRequest.Builder,GetIndexRequest>,QBusinessRequest.Builder,SdkBuilder<GetIndexRequest.Builder,GetIndexRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetIndexRequest
public static interface GetIndexRequest.Builder extends QBusinessRequest.Builder, SdkPojo, CopyableBuilder<GetIndexRequest.Builder,GetIndexRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetIndexRequest.BuilderapplicationId(String applicationId)The identifier of the Amazon Q Business application connected to the index.GetIndexRequest.BuilderindexId(String indexId)The identifier of the Amazon Q Business index you want information on.GetIndexRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetIndexRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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.qbusiness.model.QBusinessRequest.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
-
applicationId
GetIndexRequest.Builder applicationId(String applicationId)
The identifier of the Amazon Q Business application connected to the index.
- Parameters:
applicationId- The identifier of the Amazon Q Business application connected to the index.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
indexId
GetIndexRequest.Builder indexId(String indexId)
The identifier of the Amazon Q Business index you want information on.
- Parameters:
indexId- The identifier of the Amazon Q Business index you want information on.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetIndexRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetIndexRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-