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