Interface IAMFederationOptionsInput.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<IAMFederationOptionsInput.Builder,
,IAMFederationOptionsInput> SdkBuilder<IAMFederationOptionsInput.Builder,
,IAMFederationOptionsInput> SdkPojo
- Enclosing class:
IAMFederationOptionsInput
@Mutable
@NotThreadSafe
public static interface IAMFederationOptionsInput.Builder
extends SdkPojo, CopyableBuilder<IAMFederationOptionsInput.Builder,IAMFederationOptionsInput>
-
Method Summary
Modifier and TypeMethodDescriptionTrue to enable IAM federation authentication for a domain.Element of the IAM federation assertion to use for backend roles.subjectKey
(String subjectKey) Element of the IAM federation assertion to use for the user name.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
enabled
True to enable IAM federation authentication for a domain.
- Parameters:
enabled
- True to enable IAM federation authentication for a domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subjectKey
Element of the IAM federation assertion to use for the user name. Default is
sub
.- Parameters:
subjectKey
- Element of the IAM federation assertion to use for the user name. Default issub
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
rolesKey
Element of the IAM federation assertion to use for backend roles. Default is
roles
.- Parameters:
rolesKey
- Element of the IAM federation assertion to use for backend roles. Default isroles
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-