Interface UserProfileDetails.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<UserProfileDetails.Builder,,UserProfileDetails> SdkBuilder<UserProfileDetails.Builder,,UserProfileDetails> SdkPojo
- Enclosing class:
UserProfileDetails
@Mutable
@NotThreadSafe
public static interface UserProfileDetails.Builder
extends SdkPojo, CopyableBuilder<UserProfileDetails.Builder,UserProfileDetails>
-
Method Summary
Modifier and TypeMethodDescriptiondefault UserProfileDetails.BuilderThe IAM details of the user profile.iam(IamUserProfileDetails iam) The IAM details of the user profile.default UserProfileDetails.BuilderThe SSO details of the user profile.sso(SsoUserProfileDetails sso) The SSO details of the user profile.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
-
iam
The IAM details of the user profile.
- Parameters:
iam- The IAM details of the user profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
iam
The IAM details of the user profile.
This is a convenience method that creates an instance of theIamUserProfileDetails.Builderavoiding the need to create one manually viaIamUserProfileDetails.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toiam(IamUserProfileDetails).- Parameters:
iam- a consumer that will call methods onIamUserProfileDetails.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sso
The SSO details of the user profile.
- Parameters:
sso- The SSO details of the user profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sso
The SSO details of the user profile.
This is a convenience method that creates an instance of theSsoUserProfileDetails.Builderavoiding the need to create one manually viaSsoUserProfileDetails.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosso(SsoUserProfileDetails).- Parameters:
sso- a consumer that will call methods onSsoUserProfileDetails.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-