Class ObjectiveReference.Builder
java.lang.Object
software.amazon.awscdk.interfaces.controlcatalog.ObjectiveReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<ObjectiveReference>
- Enclosing interface:
ObjectiveReference
@Stability(Stable)
public static final class ObjectiveReference.Builder
extends Object
implements software.amazon.jsii.Builder<ObjectiveReference>
A builder for
ObjectiveReference-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.objectiveArn(String objectiveArn) Sets the value ofObjectiveReference.getObjectiveArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
objectiveArn
Sets the value ofObjectiveReference.getObjectiveArn()- Parameters:
objectiveArn- The Arn of the Objective resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<ObjectiveReference>- Returns:
- a new instance of
ObjectiveReference - Throws:
NullPointerException- if any required attribute was not provided
-