Class IdentityCenterOptionsInput
- java.lang.Object
-
- software.amazon.awssdk.services.opensearch.model.IdentityCenterOptionsInput
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<IdentityCenterOptionsInput.Builder,IdentityCenterOptionsInput>
@Generated("software.amazon.awssdk:codegen") public final class IdentityCenterOptionsInput extends Object implements SdkPojo, Serializable, ToCopyableBuilder<IdentityCenterOptionsInput.Builder,IdentityCenterOptionsInput>
Configuration settings for enabling and managing IAM Identity Center.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceIdentityCenterOptionsInput.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IdentityCenterOptionsInput.Builderbuilder()BooleanenabledAPIAccess()Indicates whether IAM Identity Center is enabled for API access in Amazon OpenSearch Service.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringidentityCenterInstanceARN()The ARN of the IAM Identity Center instance used to create an OpenSearch UI application that uses IAM Identity Center for authentication.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 IdentityCenterOptionsInput.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.IdentityCenterOptionsInput.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 API access in Amazon OpenSearch Service.
- Returns:
- Indicates whether IAM Identity Center is enabled for API access in Amazon OpenSearch Service.
-
identityCenterInstanceARN
public final String identityCenterInstanceARN()
The ARN of the IAM Identity Center instance used to create an OpenSearch UI application that uses IAM Identity Center for authentication.
- Returns:
- The ARN of the IAM Identity Center instance used to create an OpenSearch UI application that uses IAM Identity Center for authentication.
-
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
-
toBuilder
public IdentityCenterOptionsInput.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<IdentityCenterOptionsInput.Builder,IdentityCenterOptionsInput>
-
builder
public static IdentityCenterOptionsInput.Builder builder()
-
serializableBuilderClass
public static Class<? extends IdentityCenterOptionsInput.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
-
-