Class IdentityCenterOptions
- java.lang.Object
-
- software.amazon.awssdk.services.opensearch.model.IdentityCenterOptions
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<IdentityCenterOptions.Builder,IdentityCenterOptions>
@Generated("software.amazon.awssdk:codegen") public final class IdentityCenterOptions extends Object implements SdkPojo, Serializable, ToCopyableBuilder<IdentityCenterOptions.Builder,IdentityCenterOptions>
Settings container for integrating IAM Identity Center with OpenSearch UI applications, which enables enabling secure user authentication and access control across multiple data sources. This setup supports single sign-on (SSO) through IAM Identity Center, allowing centralized user management.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceIdentityCenterOptions.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IdentityCenterOptions.Builderbuilder()BooleanenabledAPIAccess()Indicates whether IAM Identity Center is enabled for the application.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringidentityCenterApplicationARN()The ARN of the IAM Identity Center application that integrates with Amazon OpenSearch Service.StringidentityCenterInstanceARN()The Amazon Resource Name (ARN) of the IAM Identity Center instance.StringidentityStoreId()The identifier of the IAM Identity Store.RolesKeyIdCOptionrolesKey()Specifies the attribute that contains the backend role identifier (such as group name or group ID) in IAM Identity Center.StringrolesKeyAsString()Specifies the attribute that contains the backend role identifier (such as group name or group ID) in IAM Identity Center.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends IdentityCenterOptions.Builder>serializableBuilderClass()SubjectKeyIdCOptionsubjectKey()Specifies the attribute that contains the subject identifier (such as username, user ID, or email) in IAM Identity Center.StringsubjectKeyAsString()Specifies the attribute that contains the subject identifier (such as username, user ID, or email) in IAM Identity Center.IdentityCenterOptions.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
-
enabledAPIAccess
public final Boolean enabledAPIAccess()
Indicates whether IAM Identity Center is enabled for the application.
- Returns:
- Indicates whether IAM Identity Center is enabled for the application.
-
identityCenterInstanceARN
public final String identityCenterInstanceARN()
The Amazon Resource Name (ARN) of the IAM Identity Center instance.
- Returns:
- The Amazon Resource Name (ARN) of the IAM Identity Center instance.
-
subjectKey
public final SubjectKeyIdCOption subjectKey()
Specifies the attribute that contains the subject identifier (such as username, user ID, or email) in IAM Identity Center.
If the service returns an enum value that is not available in the current SDK version,
subjectKeywill returnSubjectKeyIdCOption.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsubjectKeyAsString().- Returns:
- Specifies the attribute that contains the subject identifier (such as username, user ID, or email) in IAM Identity Center.
- See Also:
SubjectKeyIdCOption
-
subjectKeyAsString
public final String subjectKeyAsString()
Specifies the attribute that contains the subject identifier (such as username, user ID, or email) in IAM Identity Center.
If the service returns an enum value that is not available in the current SDK version,
subjectKeywill returnSubjectKeyIdCOption.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsubjectKeyAsString().- Returns:
- Specifies the attribute that contains the subject identifier (such as username, user ID, or email) in IAM Identity Center.
- See Also:
SubjectKeyIdCOption
-
rolesKey
public final RolesKeyIdCOption rolesKey()
Specifies the attribute that contains the backend role identifier (such as group name or group ID) in IAM Identity Center.
If the service returns an enum value that is not available in the current SDK version,
rolesKeywill returnRolesKeyIdCOption.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromrolesKeyAsString().- Returns:
- Specifies the attribute that contains the backend role identifier (such as group name or group ID) in IAM Identity Center.
- See Also:
RolesKeyIdCOption
-
rolesKeyAsString
public final String rolesKeyAsString()
Specifies the attribute that contains the backend role identifier (such as group name or group ID) in IAM Identity Center.
If the service returns an enum value that is not available in the current SDK version,
rolesKeywill returnRolesKeyIdCOption.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromrolesKeyAsString().- Returns:
- Specifies the attribute that contains the backend role identifier (such as group name or group ID) in IAM Identity Center.
- See Also:
RolesKeyIdCOption
-
identityCenterApplicationARN
public final String identityCenterApplicationARN()
The ARN of the IAM Identity Center application that integrates with Amazon OpenSearch Service.
- Returns:
- The ARN of the IAM Identity Center application that integrates with Amazon OpenSearch Service.
-
identityStoreId
public final String identityStoreId()
The identifier of the IAM Identity Store.
- Returns:
- The identifier of the IAM Identity Store.
-
toBuilder
public IdentityCenterOptions.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<IdentityCenterOptions.Builder,IdentityCenterOptions>
-
builder
public static IdentityCenterOptions.Builder builder()
-
serializableBuilderClass
public static Class<? extends IdentityCenterOptions.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-