Class CfnCommonControl.DomainProperty.Builder
java.lang.Object
software.amazon.awscdk.services.controlcatalog.CfnCommonControl.DomainProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnCommonControl.DomainProperty>
- Enclosing interface:
CfnCommonControl.DomainProperty
@Stability(Stable)
public static final class CfnCommonControl.DomainProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnCommonControl.DomainProperty>
A builder for
CfnCommonControl.DomainProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value ofCfnCommonControl.DomainProperty.getArn()build()Builds the configured instance.Sets the value ofCfnCommonControl.DomainProperty.getName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
arn
Sets the value ofCfnCommonControl.DomainProperty.getArn()- Parameters:
arn- the value to be set.- Returns:
this
-
name
Sets the value ofCfnCommonControl.DomainProperty.getName()- Parameters:
name- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnCommonControl.DomainProperty>- Returns:
- a new instance of
CfnCommonControl.DomainProperty - Throws:
NullPointerException- if any required attribute was not provided
-