Class SoftwareSetReference.Builder
java.lang.Object
software.amazon.awscdk.interfaces.thinclient.SoftwareSetReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<SoftwareSetReference>
- Enclosing interface:
SoftwareSetReference
@Stability(Stable)
public static final class SoftwareSetReference.Builder
extends Object
implements software.amazon.jsii.Builder<SoftwareSetReference>
A builder for
SoftwareSetReference-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.softwareSetArn(String softwareSetArn) Sets the value ofSoftwareSetReference.getSoftwareSetArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
softwareSetArn
Sets the value ofSoftwareSetReference.getSoftwareSetArn()- Parameters:
softwareSetArn- The Arn of the SoftwareSet resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<SoftwareSetReference>- Returns:
- a new instance of
SoftwareSetReference - Throws:
NullPointerException- if any required attribute was not provided
-