Interface FailedEntity.Builder

All Superinterfaces:
Buildable, CopyableBuilder<FailedEntity.Builder,FailedEntity>, SdkBuilder<FailedEntity.Builder,FailedEntity>, SdkPojo
Enclosing class:
FailedEntity

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

    • entityId

      FailedEntity.Builder entityId(String entityId)

      The identifier of the user or group in your IAM Identity Center identity source. For example, a user ID could be an email.

      Parameters:
      entityId - The identifier of the user or group in your IAM Identity Center identity source. For example, a user ID could be an email.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • errorMessage

      FailedEntity.Builder errorMessage(String errorMessage)

      The reason the user or group in your IAM Identity Center identity source failed to properly configure with your Amazon Kendra experience.

      Parameters:
      errorMessage - The reason the user or group in your IAM Identity Center identity source failed to properly configure with your Amazon Kendra experience.
      Returns:
      Returns a reference to this object so that method calls can be chained together.