public static interface ExecuteChangeSetProps.Builder.Build
| Modifier and Type | Method and Description |
|---|---|
ExecuteChangeSetProps |
build() |
ExecuteChangeSetProps.Builder.Build |
withOutputArtifactName(String value)
The name of the output artifact to generate
Only applied if `outputFileName` is set as well.
|
ExecuteChangeSetProps.Builder.Build |
withOutputFileName(String value)
A name for the filename in the output artifact to store the AWS CloudFormation call's result.
|
ExecuteChangeSetProps build()
ExecuteChangeSetProps object, initialized with the values set on this builder.ExecuteChangeSetProps.Builder.Build withOutputFileName(String value)
ExecuteChangeSetProps.Builder.Build withOutputArtifactName(String value)
Copyright © 2018. All rights reserved.