public static interface DescribePrincipalMappingResponse.Builder extends KendraResponse.Builder, SdkPojo, CopyableBuilder<DescribePrincipalMappingResponse.Builder,DescribePrincipalMappingResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribePrincipalMappingResponse.Builder |
dataSourceId(String dataSourceId)
Shows the identifier of the data source to see information on the processing of
PUT and
DELETE actions for mapping users to their groups. |
DescribePrincipalMappingResponse.Builder |
groupId(String groupId)
Shows the identifier of the group to see information on the processing of
PUT and
DELETE actions for mapping users to their groups. |
DescribePrincipalMappingResponse.Builder |
groupOrderingIdSummaries(Collection<GroupOrderingIdSummary> groupOrderingIdSummaries)
Shows the following information on the processing of
PUT and DELETE actions for
mapping users to their groups: |
DescribePrincipalMappingResponse.Builder |
groupOrderingIdSummaries(Consumer<GroupOrderingIdSummary.Builder>... groupOrderingIdSummaries)
Shows the following information on the processing of
PUT and DELETE actions for
mapping users to their groups: |
DescribePrincipalMappingResponse.Builder |
groupOrderingIdSummaries(GroupOrderingIdSummary... groupOrderingIdSummaries)
Shows the following information on the processing of
PUT and DELETE actions for
mapping users to their groups: |
DescribePrincipalMappingResponse.Builder |
indexId(String indexId)
Shows the identifier of the index to see information on the processing of
PUT and
DELETE actions for mapping users to their groups. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribePrincipalMappingResponse.Builder indexId(String indexId)
Shows the identifier of the index to see information on the processing of PUT and
DELETE actions for mapping users to their groups.
indexId - Shows the identifier of the index to see information on the processing of PUT and
DELETE actions for mapping users to their groups.DescribePrincipalMappingResponse.Builder dataSourceId(String dataSourceId)
Shows the identifier of the data source to see information on the processing of PUT and
DELETE actions for mapping users to their groups.
dataSourceId - Shows the identifier of the data source to see information on the processing of PUT and
DELETE actions for mapping users to their groups.DescribePrincipalMappingResponse.Builder groupId(String groupId)
Shows the identifier of the group to see information on the processing of PUT and
DELETE actions for mapping users to their groups.
groupId - Shows the identifier of the group to see information on the processing of PUT and
DELETE actions for mapping users to their groups.DescribePrincipalMappingResponse.Builder groupOrderingIdSummaries(Collection<GroupOrderingIdSummary> groupOrderingIdSummaries)
Shows the following information on the processing of PUT and DELETE actions for
mapping users to their groups:
Status—the status can be either PROCESSING, SUCCEEDED, DELETING,
DELETED, or FAILED.
Last updated—the last date-time an action was updated.
Received—the last date-time an action was received or submitted.
Ordering ID—the latest action that should process and apply after other actions.
Failure reason—the reason an action could not be processed.
groupOrderingIdSummaries - Shows the following information on the processing of PUT and DELETE actions
for mapping users to their groups:
Status—the status can be either PROCESSING, SUCCEEDED, DELETING, DELETED, or FAILED.
Last updated—the last date-time an action was updated.
Received—the last date-time an action was received or submitted.
Ordering ID—the latest action that should process and apply after other actions.
Failure reason—the reason an action could not be processed.
DescribePrincipalMappingResponse.Builder groupOrderingIdSummaries(GroupOrderingIdSummary... groupOrderingIdSummaries)
Shows the following information on the processing of PUT and DELETE actions for
mapping users to their groups:
Status—the status can be either PROCESSING, SUCCEEDED, DELETING,
DELETED, or FAILED.
Last updated—the last date-time an action was updated.
Received—the last date-time an action was received or submitted.
Ordering ID—the latest action that should process and apply after other actions.
Failure reason—the reason an action could not be processed.
groupOrderingIdSummaries - Shows the following information on the processing of PUT and DELETE actions
for mapping users to their groups:
Status—the status can be either PROCESSING, SUCCEEDED, DELETING, DELETED, or FAILED.
Last updated—the last date-time an action was updated.
Received—the last date-time an action was received or submitted.
Ordering ID—the latest action that should process and apply after other actions.
Failure reason—the reason an action could not be processed.
DescribePrincipalMappingResponse.Builder groupOrderingIdSummaries(Consumer<GroupOrderingIdSummary.Builder>... groupOrderingIdSummaries)
Shows the following information on the processing of PUT and DELETE actions for
mapping users to their groups:
Status—the status can be either PROCESSING, SUCCEEDED, DELETING,
DELETED, or FAILED.
Last updated—the last date-time an action was updated.
Received—the last date-time an action was received or submitted.
Ordering ID—the latest action that should process and apply after other actions.
Failure reason—the reason an action could not be processed.
GroupOrderingIdSummary.Builder avoiding the need to
create one manually via GroupOrderingIdSummary.builder()
.
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #groupOrderingIdSummaries(List.
groupOrderingIdSummaries - a consumer that will call methods on
GroupOrderingIdSummary.Builder#groupOrderingIdSummaries(java.util.Collection) Copyright © 2023. All rights reserved.