Interface SingleSignOn.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SingleSignOn.Builder,
,SingleSignOn> SdkBuilder<SingleSignOn.Builder,
,SingleSignOn> SdkPojo
- Enclosing class:
SingleSignOn
public static interface SingleSignOn.Builder
extends SdkPojo, CopyableBuilder<SingleSignOn.Builder,SingleSignOn>
-
Method Summary
Modifier and TypeMethodDescriptionThe type of single sign-on in Amazon DataZone.The type of single sign-on in Amazon DataZone.userAssignment
(String userAssignment) The single sign-on user assignment in Amazon DataZone.userAssignment
(UserAssignment userAssignment) The single sign-on user assignment in Amazon DataZone.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, sdkFields
-
Method Details
-
type
The type of single sign-on in Amazon DataZone.
- Parameters:
type
- The type of single sign-on in Amazon DataZone.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of single sign-on in Amazon DataZone.
- Parameters:
type
- The type of single sign-on in Amazon DataZone.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
userAssignment
The single sign-on user assignment in Amazon DataZone.
- Parameters:
userAssignment
- The single sign-on user assignment in Amazon DataZone.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
userAssignment
The single sign-on user assignment in Amazon DataZone.
- Parameters:
userAssignment
- The single sign-on user assignment in Amazon DataZone.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-