@Generated(value="software.amazon.awssdk:codegen") public final class EntityConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EntityConfiguration.Builder,EntityConfiguration>
Provides the configuration information for users or groups in your IAM Identity Center identity source to grant access your Amazon Kendra experience.
| Modifier and Type | Class and Description |
|---|---|
static interface |
EntityConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static EntityConfiguration.Builder |
builder() |
String |
entityId()
The identifier of a user or group in your IAM Identity Center identity source.
|
EntityType |
entityType()
Specifies whether you are configuring a
User or a Group. |
String |
entityTypeAsString()
Specifies whether you are configuring a
User or a Group. |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends EntityConfiguration.Builder> |
serializableBuilderClass() |
EntityConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String entityId()
The identifier of a user or group in your IAM Identity Center identity source. For example, a user ID could be an email.
public final EntityType entityType()
Specifies whether you are configuring a User or a Group.
If the service returns an enum value that is not available in the current SDK version, entityType will
return EntityType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
entityTypeAsString().
User or a Group.EntityTypepublic final String entityTypeAsString()
Specifies whether you are configuring a User or a Group.
If the service returns an enum value that is not available in the current SDK version, entityType will
return EntityType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
entityTypeAsString().
User or a Group.EntityTypepublic EntityConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<EntityConfiguration.Builder,EntityConfiguration>public static EntityConfiguration.Builder builder()
public static Class<? extends EntityConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.