Class CfnEnvironmentPropsMixin.LicenseInfoProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.evs.CfnEnvironmentPropsMixin.LicenseInfoProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnEnvironmentPropsMixin.LicenseInfoProperty>
- Enclosing interface:
CfnEnvironmentPropsMixin.LicenseInfoProperty
@Stability(Stable)
public static final class CfnEnvironmentPropsMixin.LicenseInfoProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnEnvironmentPropsMixin.LicenseInfoProperty>
A builder for
CfnEnvironmentPropsMixin.LicenseInfoProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.solutionKey(String solutionKey) Sets the value ofCfnEnvironmentPropsMixin.LicenseInfoProperty.getSolutionKey()Sets the value ofCfnEnvironmentPropsMixin.LicenseInfoProperty.getVsanKey()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
solutionKey
@Stability(Stable) public CfnEnvironmentPropsMixin.LicenseInfoProperty.Builder solutionKey(String solutionKey) Sets the value ofCfnEnvironmentPropsMixin.LicenseInfoProperty.getSolutionKey()- Parameters:
solutionKey- The VCF solution key. This license unlocks VMware VCF product features, including vSphere, NSX, SDDC Manager, and vCenter Server. The VCF solution key must cover a minimum of 256 cores.- Returns:
this
-
vsanKey
@Stability(Stable) public CfnEnvironmentPropsMixin.LicenseInfoProperty.Builder vsanKey(String vsanKey) Sets the value ofCfnEnvironmentPropsMixin.LicenseInfoProperty.getVsanKey()- Parameters:
vsanKey- The VSAN license key. This license unlocks vSAN features. The vSAN license key must provide at least 110 TiB of vSAN capacity.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnEnvironmentPropsMixin.LicenseInfoProperty>- Returns:
- a new instance of
CfnEnvironmentPropsMixin.LicenseInfoProperty - Throws:
NullPointerException- if any required attribute was not provided
-