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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FailedEntity.BuilderentityId(String entityId)The identifier of the user or group in your IAM Identity Center identity source.FailedEntity.BuildererrorMessage(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 Detail
-
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.
-
-