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 Summary
Modifier and TypeMethodDescriptionThe identifier of the user or group in your IAM Identity Center identity source.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.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
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
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.
-