Interface IAMFederationOptionsOutput.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<IAMFederationOptionsOutput.Builder,,IAMFederationOptionsOutput> SdkBuilder<IAMFederationOptionsOutput.Builder,,IAMFederationOptionsOutput> SdkPojo
- Enclosing class:
IAMFederationOptionsOutput
@Mutable
@NotThreadSafe
public static interface IAMFederationOptionsOutput.Builder
extends SdkPojo, CopyableBuilder<IAMFederationOptionsOutput.Builder,IAMFederationOptionsOutput>
-
Method Summary
Modifier and TypeMethodDescriptionIndicates whether IAM identity federation is currently enabled for the domain.The configured key in the SAML assertion for the user's role information.subjectKey(String subjectKey) The configured key in the SAML assertion for the user's subject identifier.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
enabled
Indicates whether IAM identity federation is currently enabled for the domain.
- Parameters:
enabled- Indicates whether IAM identity federation is currently enabled for the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subjectKey
The configured key in the SAML assertion for the user's subject identifier.
- Parameters:
subjectKey- The configured key in the SAML assertion for the user's subject identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
rolesKey
The configured key in the SAML assertion for the user's role information.
- Parameters:
rolesKey- The configured key in the SAML assertion for the user's role information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-