Class EntityPersonaConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.kendra.model.EntityPersonaConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<EntityPersonaConfiguration.Builder,EntityPersonaConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class EntityPersonaConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EntityPersonaConfiguration.Builder,EntityPersonaConfiguration>
Provides the configuration information for users or groups in your IAM Identity Center identity source for access to your Amazon Kendra experience. Specific permissions are defined for each user or group once they are granted access to your Amazon Kendra experience.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceEntityPersonaConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EntityPersonaConfiguration.Builderbuilder()StringentityId()The identifier of a user or group in your IAM Identity Center identity source.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Personapersona()The persona that defines the specific permissions of the user or group in your IAM Identity Center identity source.StringpersonaAsString()The persona that defines the specific permissions of the user or group in your IAM Identity Center identity source.List<SdkField<?>>sdkFields()static Class<? extends EntityPersonaConfiguration.Builder>serializableBuilderClass()EntityPersonaConfiguration.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 a user or group in your IAM Identity Center identity source. For example, a user ID could be an email.
- Returns:
- The identifier of a user or group in your IAM Identity Center identity source. For example, a user ID could be an email.
-
persona
public final Persona persona()
The persona that defines the specific permissions of the user or group in your IAM Identity Center identity source. The available personas or access roles are
OwnerandViewer. For more information on these personas, see Providing access to your search page.If the service returns an enum value that is not available in the current SDK version,
personawill returnPersona.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frompersonaAsString().- Returns:
- The persona that defines the specific permissions of the user or group in your IAM Identity Center
identity source. The available personas or access roles are
OwnerandViewer. For more information on these personas, see Providing access to your search page. - See Also:
Persona
-
personaAsString
public final String personaAsString()
The persona that defines the specific permissions of the user or group in your IAM Identity Center identity source. The available personas or access roles are
OwnerandViewer. For more information on these personas, see Providing access to your search page.If the service returns an enum value that is not available in the current SDK version,
personawill returnPersona.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frompersonaAsString().- Returns:
- The persona that defines the specific permissions of the user or group in your IAM Identity Center
identity source. The available personas or access roles are
OwnerandViewer. For more information on these personas, see Providing access to your search page. - See Also:
Persona
-
toBuilder
public EntityPersonaConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<EntityPersonaConfiguration.Builder,EntityPersonaConfiguration>
-
builder
public static EntityPersonaConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends EntityPersonaConfiguration.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.
-
-