public static interface AssociatePersonasToEntitiesResponse.Builder extends KendraResponse.Builder, SdkPojo, CopyableBuilder<AssociatePersonasToEntitiesResponse.Builder,AssociatePersonasToEntitiesResponse>
| Modifier and Type | Method and Description |
|---|---|
AssociatePersonasToEntitiesResponse.Builder |
failedEntityList(Collection<FailedEntity> failedEntityList)
Lists the users or groups in your IAM Identity Center identity source that failed to properly configure with
your Amazon Kendra experience.
|
AssociatePersonasToEntitiesResponse.Builder |
failedEntityList(Consumer<FailedEntity.Builder>... failedEntityList)
Lists the users or groups in your IAM Identity Center identity source that failed to properly configure with
your Amazon Kendra experience.
|
AssociatePersonasToEntitiesResponse.Builder |
failedEntityList(FailedEntity... failedEntityList)
Lists the users or groups in your IAM Identity Center identity source that failed to properly configure with
your Amazon Kendra experience.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildAssociatePersonasToEntitiesResponse.Builder failedEntityList(Collection<FailedEntity> failedEntityList)
Lists the users or groups in your IAM Identity Center identity source that failed to properly configure with your Amazon Kendra experience.
failedEntityList - Lists the users or groups in your IAM Identity Center identity source that failed to properly
configure with your Amazon Kendra experience.AssociatePersonasToEntitiesResponse.Builder failedEntityList(FailedEntity... failedEntityList)
Lists the users or groups in your IAM Identity Center identity source that failed to properly configure with your Amazon Kendra experience.
failedEntityList - Lists the users or groups in your IAM Identity Center identity source that failed to properly
configure with your Amazon Kendra experience.AssociatePersonasToEntitiesResponse.Builder failedEntityList(Consumer<FailedEntity.Builder>... failedEntityList)
Lists the users or groups in your IAM Identity Center identity source that failed to properly configure with your Amazon Kendra experience.
This is a convenience method that creates an instance of theFailedEntity.Builder avoiding the need to create one
manually via FailedEntity.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #failedEntityList(List.
failedEntityList - a consumer that will call methods on
FailedEntity.Builder#failedEntityList(java.util.Collection) Copyright © 2023. All rights reserved.