@Stability(value=Stable) public static final class CfnPackageProps.Builder extends Object implements software.amazon.jsii.Builder<CfnPackageProps>
CfnPackageProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnPackageProps |
build()
Builds the configured instance.
|
CfnPackageProps.Builder |
packageName(String packageName)
Sets the value of
CfnPackageProps.getPackageName() |
CfnPackageProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnPackageProps.getTags() |
@Stability(value=Stable) public CfnPackageProps.Builder packageName(String packageName)
CfnPackageProps.getPackageName()packageName - A name for the package. This parameter is required.this@Stability(value=Stable) public CfnPackageProps.Builder tags(List<? extends CfnTag> tags)
CfnPackageProps.getTags()tags - Tags for the package.this@Stability(value=Stable) public CfnPackageProps build()
build in interface software.amazon.jsii.Builder<CfnPackageProps>CfnPackagePropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.