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