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 TypeMethodDescriptionTrue if IAM federation is enabled.The key used for matching the IAM federation roles attribute.subjectKey
(String subjectKey) The key used for matching the IAM federation subject attribute.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 if IAM federation is enabled.
- Parameters:
enabled
- True if IAM federation is enabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subjectKey
The key used for matching the IAM federation subject attribute.
- Parameters:
subjectKey
- The key used for matching the IAM federation subject attribute.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
rolesKey
The key used for matching the IAM federation roles attribute.
- Parameters:
rolesKey
- The key used for matching the IAM federation roles attribute.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-