Class CfnUserProfilePropsMixin.IamUserProfileDetailsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.datazone.CfnUserProfilePropsMixin.IamUserProfileDetailsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnUserProfilePropsMixin.IamUserProfileDetailsProperty>
- Enclosing interface:
CfnUserProfilePropsMixin.IamUserProfileDetailsProperty
@Stability(Stable)
public static final class CfnUserProfilePropsMixin.IamUserProfileDetailsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnUserProfilePropsMixin.IamUserProfileDetailsProperty>
A builder for
CfnUserProfilePropsMixin.IamUserProfileDetailsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value ofCfnUserProfilePropsMixin.IamUserProfileDetailsProperty.getArn()build()Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
arn
@Stability(Stable) public CfnUserProfilePropsMixin.IamUserProfileDetailsProperty.Builder arn(String arn) Sets the value ofCfnUserProfilePropsMixin.IamUserProfileDetailsProperty.getArn()- Parameters:
arn- The ARN of the IAM User Profile.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnUserProfilePropsMixin.IamUserProfileDetailsProperty>- Returns:
- a new instance of
CfnUserProfilePropsMixin.IamUserProfileDetailsProperty - Throws:
NullPointerException- if any required attribute was not provided
-