Class CfnSoftwarePackagePropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.iot.CfnSoftwarePackagePropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnSoftwarePackagePropsMixin>
- Enclosing class:
CfnSoftwarePackagePropsMixin
@Stability(Stable)
public static final class CfnSoftwarePackagePropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnSoftwarePackagePropsMixin>
A fluent builder for
CfnSoftwarePackagePropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) description(String description) A summary of the package being created.packageName(String packageName) The name of the new software package.Metadata that can be used to manage the package.
-
Method Details
-
create
@Stability(Stable) public static CfnSoftwarePackagePropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnSoftwarePackagePropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnSoftwarePackagePropsMixin.Builder.
-
description
A summary of the package being created.This can be used to outline the package's contents or purpose.
- Parameters:
description- A summary of the package being created. This parameter is required.- Returns:
this- See Also:
-
packageName
The name of the new software package.- Parameters:
packageName- The name of the new software package. This parameter is required.- Returns:
this- See Also:
-
tags
Metadata that can be used to manage the package.- Parameters:
tags- Metadata that can be used to manage the package. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnSoftwarePackagePropsMixin>- Returns:
- a newly built instance of
CfnSoftwarePackagePropsMixin.
-