public static interface DescribePrincipalMappingRequest.Builder extends KendraRequest.Builder, SdkPojo, CopyableBuilder<DescribePrincipalMappingRequest.Builder,DescribePrincipalMappingRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribePrincipalMappingRequest.Builder |
dataSourceId(String dataSourceId)
The identifier of the data source to check the processing of
PUT and DELETE actions
for mapping users to their groups. |
DescribePrincipalMappingRequest.Builder |
groupId(String groupId)
The identifier of the group required to check the processing of
PUT and DELETE
actions for mapping users to their groups. |
DescribePrincipalMappingRequest.Builder |
indexId(String indexId)
The identifier of the index required to check the processing of
PUT and DELETE
actions for mapping users to their groups. |
DescribePrincipalMappingRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribePrincipalMappingRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribePrincipalMappingRequest.Builder indexId(String indexId)
The identifier of the index required to check the processing of PUT and DELETE
actions for mapping users to their groups.
indexId - The identifier of the index required to check the processing of PUT and
DELETE actions for mapping users to their groups.DescribePrincipalMappingRequest.Builder dataSourceId(String dataSourceId)
The identifier of the data source to check the processing of PUT and DELETE actions
for mapping users to their groups.
dataSourceId - The identifier of the data source to check the processing of PUT and DELETE
actions for mapping users to their groups.DescribePrincipalMappingRequest.Builder groupId(String groupId)
The identifier of the group required to check the processing of PUT and DELETE
actions for mapping users to their groups.
groupId - The identifier of the group required to check the processing of PUT and
DELETE actions for mapping users to their groups.DescribePrincipalMappingRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribePrincipalMappingRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.