Class CfnUserProfile.SsoUserProfileDetailsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.datazone.CfnUserProfile.SsoUserProfileDetailsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnUserProfile.SsoUserProfileDetailsProperty>
- Enclosing interface:
CfnUserProfile.SsoUserProfileDetailsProperty
@Stability(Stable)
public static final class CfnUserProfile.SsoUserProfileDetailsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnUserProfile.SsoUserProfileDetailsProperty>
A builder for
CfnUserProfile.SsoUserProfileDetailsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnUserProfile.SsoUserProfileDetailsProperty.getFirstName()Sets the value ofCfnUserProfile.SsoUserProfileDetailsProperty.getLastName()Sets the value ofCfnUserProfile.SsoUserProfileDetailsProperty.getUsername()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
firstName
@Stability(Stable) public CfnUserProfile.SsoUserProfileDetailsProperty.Builder firstName(String firstName) Sets the value ofCfnUserProfile.SsoUserProfileDetailsProperty.getFirstName()- Parameters:
firstName- The First Name of the IAM User Profile.- Returns:
this
-
lastName
@Stability(Stable) public CfnUserProfile.SsoUserProfileDetailsProperty.Builder lastName(String lastName) Sets the value ofCfnUserProfile.SsoUserProfileDetailsProperty.getLastName()- Parameters:
lastName- The Last Name of the IAM User Profile.- Returns:
this
-
username
@Stability(Stable) public CfnUserProfile.SsoUserProfileDetailsProperty.Builder username(String username) Sets the value ofCfnUserProfile.SsoUserProfileDetailsProperty.getUsername()- Parameters:
username- The username of the SSO User Profile.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnUserProfile.SsoUserProfileDetailsProperty>- Returns:
- a new instance of
CfnUserProfile.SsoUserProfileDetailsProperty - Throws:
NullPointerException- if any required attribute was not provided
-