Interface SsoUserProfileDetails.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SsoUserProfileDetails.Builder,,SsoUserProfileDetails> SdkBuilder<SsoUserProfileDetails.Builder,,SsoUserProfileDetails> SdkPojo
- Enclosing class:
SsoUserProfileDetails
@Mutable
@NotThreadSafe
public static interface SsoUserProfileDetails.Builder
extends SdkPojo, CopyableBuilder<SsoUserProfileDetails.Builder,SsoUserProfileDetails>
-
Method Summary
Modifier and TypeMethodDescriptionThe first name as part of the SSO user profile detail.The last name as part of the SSO user profile detail.The username as part of the SSO user profile detail.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
-
firstName
The first name as part of the SSO user profile detail.
- Parameters:
firstName- The first name as part of the SSO user profile detail.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastName
The last name as part of the SSO user profile detail.
- Parameters:
lastName- The last name as part of the SSO user profile detail.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
username
The username as part of the SSO user profile detail.
- Parameters:
username- The username as part of the SSO user profile detail.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-