Class CfnProjectProfilePropsMixin.AwsAccountProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.datazone.CfnProjectProfilePropsMixin.AwsAccountProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnProjectProfilePropsMixin.AwsAccountProperty>
- Enclosing interface:
CfnProjectProfilePropsMixin.AwsAccountProperty
@Stability(Stable)
public static final class CfnProjectProfilePropsMixin.AwsAccountProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnProjectProfilePropsMixin.AwsAccountProperty>
A builder for
CfnProjectProfilePropsMixin.AwsAccountProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionawsAccountId(String awsAccountId) Sets the value ofCfnProjectProfilePropsMixin.AwsAccountProperty.getAwsAccountId()build()Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
awsAccountId
@Stability(Stable) public CfnProjectProfilePropsMixin.AwsAccountProperty.Builder awsAccountId(String awsAccountId) Sets the value ofCfnProjectProfilePropsMixin.AwsAccountProperty.getAwsAccountId()- Parameters:
awsAccountId- The account ID of a project.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnProjectProfilePropsMixin.AwsAccountProperty>- Returns:
- a new instance of
CfnProjectProfilePropsMixin.AwsAccountProperty - Throws:
NullPointerException- if any required attribute was not provided
-