Interface SingleSignOn.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SingleSignOn.Builder,
,SingleSignOn> SdkBuilder<SingleSignOn.Builder,
,SingleSignOn> SdkPojo
- Enclosing class:
SingleSignOn
@Mutable
@NotThreadSafe
public static interface SingleSignOn.Builder
extends SdkPojo, CopyableBuilder<SingleSignOn.Builder,SingleSignOn>
-
Method Summary
Modifier and TypeMethodDescriptionidcInstanceArn
(String idcInstanceArn) The ARN of the IDC instance.The 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, sdkFieldNameToField, sdkFields
-
Method Details
-
idcInstanceArn
The ARN of the IDC instance.
- Parameters:
idcInstanceArn
- The ARN of the IDC instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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:
-