Class CfnWorkspaceInstancePropsMixin.LicenseConfigurationRequestProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.workspacesinstances.CfnWorkspaceInstancePropsMixin.LicenseConfigurationRequestProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnWorkspaceInstancePropsMixin.LicenseConfigurationRequestProperty>
- Enclosing interface:
CfnWorkspaceInstancePropsMixin.LicenseConfigurationRequestProperty
@Stability(Stable)
public static final class CfnWorkspaceInstancePropsMixin.LicenseConfigurationRequestProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnWorkspaceInstancePropsMixin.LicenseConfigurationRequestProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.licenseConfigurationArn(String licenseConfigurationArn)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
licenseConfigurationArn
@Stability(Stable) public CfnWorkspaceInstancePropsMixin.LicenseConfigurationRequestProperty.Builder licenseConfigurationArn(String licenseConfigurationArn) Sets the value ofCfnWorkspaceInstancePropsMixin.LicenseConfigurationRequestProperty.getLicenseConfigurationArn()- Parameters:
licenseConfigurationArn- the value to be set.- Returns:
this
-
build
@Stability(Stable) public CfnWorkspaceInstancePropsMixin.LicenseConfigurationRequestProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnWorkspaceInstancePropsMixin.LicenseConfigurationRequestProperty>- Returns:
- a new instance of
CfnWorkspaceInstancePropsMixin.LicenseConfigurationRequestProperty - Throws:
NullPointerException- if any required attribute was not provided
-