@Stability(value=Stable) public static final class CfnPackage.Builder extends Object implements software.amazon.jsii.Builder<CfnPackage>
CfnPackage.| Modifier and Type | Method and Description |
|---|---|
CfnPackage |
build() |
static CfnPackage.Builder |
create(software.constructs.Construct scope,
String id) |
CfnPackage.Builder |
packageName(String packageName)
A name for the package.
|
CfnPackage.Builder |
tags(List<? extends CfnTag> tags)
Tags for the package.
|
@Stability(value=Stable) public static CfnPackage.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnPackage.Builder.@Stability(value=Stable) public CfnPackage.Builder packageName(String packageName)
packageName - A name for the package. This parameter is required.this@Stability(value=Stable) public CfnPackage.Builder tags(List<? extends CfnTag> tags)
tags - Tags for the package. This parameter is required.this@Stability(value=Stable) public CfnPackage build()
build in interface software.amazon.jsii.Builder<CfnPackage>Copyright © 2022. All rights reserved.