Class CfnSoftwareSetProps.Builder
java.lang.Object
software.amazon.awscdk.services.thinclient.CfnSoftwareSetProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnSoftwareSetProps>
- Enclosing interface:
CfnSoftwareSetProps
@Stability(Stable)
public static final class CfnSoftwareSetProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnSoftwareSetProps>
A builder for
CfnSoftwareSetProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnSoftwareSetProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
tags
Sets the value ofCfnSoftwareSetProps.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<CfnSoftwareSetProps>- Returns:
- a new instance of
CfnSoftwareSetProps - Throws:
NullPointerException- if any required attribute was not provided
-