Interface AssociatePersonasToEntitiesResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<AssociatePersonasToEntitiesResponse.Builder,AssociatePersonasToEntitiesResponse>, KendraResponse.Builder, SdkBuilder<AssociatePersonasToEntitiesResponse.Builder,AssociatePersonasToEntitiesResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
AssociatePersonasToEntitiesResponse

public static interface AssociatePersonasToEntitiesResponse.Builder extends KendraResponse.Builder, SdkPojo, CopyableBuilder<AssociatePersonasToEntitiesResponse.Builder,AssociatePersonasToEntitiesResponse>
  • Method Details

    • failedEntityList

      Lists the users or groups in your IAM Identity Center identity source that failed to properly configure with your Amazon Kendra experience.

      Parameters:
      failedEntityList - Lists the users or groups in your IAM Identity Center identity source that failed to properly configure with your Amazon Kendra experience.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • failedEntityList

      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.

      Parameters:
      failedEntityList - Lists the users or groups in your IAM Identity Center identity source that failed to properly configure with your Amazon Kendra experience.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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 the FailedEntity.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<FailedEntity>).

      Parameters:
      failedEntityList - a consumer that will call methods on FailedEntity.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: