Class FailedEntity
- java.lang.Object
-
- software.amazon.awssdk.services.kendra.model.FailedEntity
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<FailedEntity.Builder,FailedEntity>
@Generated("software.amazon.awssdk:codegen") public final class FailedEntity extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FailedEntity.Builder,FailedEntity>
Information on the users or groups in your IAM Identity Center identity source that failed to properly configure with your Amazon Kendra experience.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceFailedEntity.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FailedEntity.Builderbuilder()StringentityId()The identifier of the user or group in your IAM Identity Center identity source.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringerrorMessage()The reason the user or group in your IAM Identity Center identity source failed to properly configure with your Amazon Kendra experience.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends FailedEntity.Builder>serializableBuilderClass()FailedEntity.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
entityId
public final 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.
- Returns:
- The identifier of the user or group in your IAM Identity Center identity source. For example, a user ID could be an email.
-
errorMessage
public final String errorMessage()
The reason the user or group in your IAM Identity Center identity source failed to properly configure with your Amazon Kendra experience.
- Returns:
- The reason the user or group in your IAM Identity Center identity source failed to properly configure with your Amazon Kendra experience.
-
toBuilder
public FailedEntity.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<FailedEntity.Builder,FailedEntity>
-
builder
public static FailedEntity.Builder builder()
-
serializableBuilderClass
public static Class<? extends FailedEntity.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-