Interface LicenseInfo.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<LicenseInfo.Builder,
,LicenseInfo> SdkBuilder<LicenseInfo.Builder,
,LicenseInfo> SdkPojo
- Enclosing class:
LicenseInfo
@Mutable
@NotThreadSafe
public static interface LicenseInfo.Builder
extends SdkPojo, CopyableBuilder<LicenseInfo.Builder,LicenseInfo>
-
Method Summary
Modifier and TypeMethodDescriptionsolutionKey
(String solutionKey) The VCF solution key.The VSAN license key.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
solutionKey
The VCF solution key. This license unlocks VMware VCF product features, including vSphere, NSX, SDDC Manager, and vCenter Server.
- Parameters:
solutionKey
- The VCF solution key. This license unlocks VMware VCF product features, including vSphere, NSX, SDDC Manager, and vCenter Server.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vsanKey
The VSAN license key. This license unlocks vSAN features.
- Parameters:
vsanKey
- The VSAN license key. This license unlocks vSAN features.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-