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