Class CfnSoftwareSetMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.thinclient.CfnSoftwareSetMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnSoftwareSetMixinProps>
- Enclosing interface:
CfnSoftwareSetMixinProps
@Stability(Stable)
public static final class CfnSoftwareSetMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnSoftwareSetMixinProps>
A builder for
CfnSoftwareSetMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnSoftwareSetMixinProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
tags
Sets the value ofCfnSoftwareSetMixinProps.getTags()- Parameters:
tags- An array of key-value pairs to apply to this resource.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnSoftwareSetMixinProps>- Returns:
- a new instance of
CfnSoftwareSetMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-