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