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