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