Interface DescribePrincipalMappingRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribePrincipalMappingRequest.Builder,DescribePrincipalMappingRequest>,KendraRequest.Builder,SdkBuilder<DescribePrincipalMappingRequest.Builder,DescribePrincipalMappingRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribePrincipalMappingRequest
public static interface DescribePrincipalMappingRequest.Builder extends KendraRequest.Builder, SdkPojo, CopyableBuilder<DescribePrincipalMappingRequest.Builder,DescribePrincipalMappingRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribePrincipalMappingRequest.BuilderdataSourceId(String dataSourceId)The identifier of the data source to check the processing ofPUTandDELETEactions for mapping users to their groups.DescribePrincipalMappingRequest.BuildergroupId(String groupId)The identifier of the group required to check the processing ofPUTandDELETEactions for mapping users to their groups.DescribePrincipalMappingRequest.BuilderindexId(String indexId)The identifier of the index required to check the processing ofPUTandDELETEactions for mapping users to their groups.DescribePrincipalMappingRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribePrincipalMappingRequest.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.kendra.model.KendraRequest.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
-
indexId
DescribePrincipalMappingRequest.Builder indexId(String indexId)
The identifier of the index required to check the processing of
PUTandDELETEactions for mapping users to their groups.- Parameters:
indexId- The identifier of the index required to check the processing ofPUTandDELETEactions for mapping users to their groups.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataSourceId
DescribePrincipalMappingRequest.Builder dataSourceId(String dataSourceId)
The identifier of the data source to check the processing of
PUTandDELETEactions for mapping users to their groups.- Parameters:
dataSourceId- The identifier of the data source to check the processing ofPUTandDELETEactions for mapping users to their groups.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
groupId
DescribePrincipalMappingRequest.Builder groupId(String groupId)
The identifier of the group required to check the processing of
PUTandDELETEactions for mapping users to their groups.- Parameters:
groupId- The identifier of the group required to check the processing ofPUTandDELETEactions for mapping users to their groups.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribePrincipalMappingRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribePrincipalMappingRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-