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.Builder
The IAM details included in the user profile details.iam
(IamUserProfileDetails iam) The IAM details included in the user profile details.default UserProfileDetails.Builder
The single sign-on details included in the user profile details.sso
(SsoUserProfileDetails sso) The single sign-on details included in the user profile details.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
-
iam
The IAM details included in the user profile details.
- Parameters:
iam
- The IAM details included in the user profile details.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
iam
The IAM details included in the user profile details.
This is a convenience method that creates an instance of theIamUserProfileDetails.Builder
avoiding the need to create one manually viaIamUserProfileDetails.builder()
.When the
Consumer
completes,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 single sign-on details included in the user profile details.
- Parameters:
sso
- The single sign-on details included in the user profile details.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sso
The single sign-on details included in the user profile details.
This is a convenience method that creates an instance of theSsoUserProfileDetails.Builder
avoiding the need to create one manually viaSsoUserProfileDetails.builder()
.When the
Consumer
completes,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:
-