Class CfnSoftwareSet.SoftwareProperty.Builder
java.lang.Object
software.amazon.awscdk.services.thinclient.CfnSoftwareSet.SoftwareProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnSoftwareSet.SoftwareProperty>
- Enclosing interface:
CfnSoftwareSet.SoftwareProperty
@Stability(Stable)
public static final class CfnSoftwareSet.SoftwareProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnSoftwareSet.SoftwareProperty>
A builder for
CfnSoftwareSet.SoftwareProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnSoftwareSet.SoftwareProperty.getName()Sets the value ofCfnSoftwareSet.SoftwareProperty.getVersion()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
name
Sets the value ofCfnSoftwareSet.SoftwareProperty.getName()- Parameters:
name- The name of the software component.- Returns:
this
-
version
Sets the value ofCfnSoftwareSet.SoftwareProperty.getVersion()- Parameters:
version- The version of the software component.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnSoftwareSet.SoftwareProperty>- Returns:
- a new instance of
CfnSoftwareSet.SoftwareProperty - Throws:
NullPointerException- if any required attribute was not provided
-