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