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