Class CfnSoftwarePackageMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.iot.CfnSoftwarePackageMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnSoftwarePackageMixinProps>
- Enclosing interface:
CfnSoftwarePackageMixinProps
@Stability(Stable)
public static final class CfnSoftwarePackageMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnSoftwarePackageMixinProps>
A builder for
CfnSoftwarePackageMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.description(String description) Sets the value ofCfnSoftwarePackageMixinProps.getDescription()packageName(String packageName) Sets the value ofCfnSoftwarePackageMixinProps.getPackageName()Sets the value ofCfnSoftwarePackageMixinProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
description
Sets the value ofCfnSoftwarePackageMixinProps.getDescription()- Parameters:
description- A summary of the package being created. This can be used to outline the package's contents or purpose.- Returns:
this
-
packageName
Sets the value ofCfnSoftwarePackageMixinProps.getPackageName()- Parameters:
packageName- The name of the new software package.- Returns:
this
-
tags
Sets the value ofCfnSoftwarePackageMixinProps.getTags()- Parameters:
tags- Metadata that can be used to manage the package.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnSoftwarePackageMixinProps>- Returns:
- a new instance of
CfnSoftwarePackageMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-