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