Interface VcfVersionInfo.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<VcfVersionInfo.Builder,,VcfVersionInfo> SdkBuilder<VcfVersionInfo.Builder,,VcfVersionInfo> SdkPojo
- Enclosing class:
VcfVersionInfo
-
Method Summary
Modifier and TypeMethodDescriptiondefaultEsxVersion(String defaultEsxVersion) The default ESX version for this VCF version.instanceTypes(Collection<InstanceType> instanceTypes) EC2 instance types provided by Amazon EVS for this VCF version for creating environments.instanceTypes(InstanceType... instanceTypes) EC2 instance types provided by Amazon EVS for this VCF version for creating environments.instanceTypesWithStrings(String... instanceTypes) EC2 instance types provided by Amazon EVS for this VCF version for creating environments.instanceTypesWithStrings(Collection<String> instanceTypes) EC2 instance types provided by Amazon EVS for this VCF version for creating environments.The status for this VCF version.vcfVersion(String vcfVersion) The VCF version number.vcfVersion(VcfVersion vcfVersion) The VCF version number.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
vcfVersion
The VCF version number.
- Parameters:
vcfVersion- The VCF version number.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
vcfVersion
The VCF version number.
- Parameters:
vcfVersion- The VCF version number.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status for this VCF version. Valid values are:
-
AVAILABLE- This VCF version is available to you. -
RESTRICTED- This VCF version has limited availability.
If the version you need shows RESTRICTED, and you require, check out VCF versions and EC2 instance types provided by Amazon EVS for more information.
- Parameters:
status- The status for this VCF version. Valid values are:-
AVAILABLE- This VCF version is available to you. -
RESTRICTED- This VCF version has limited availability.
If the version you need shows RESTRICTED, and you require, check out VCF versions and EC2 instance types provided by Amazon EVS for more information.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
defaultEsxVersion
The default ESX version for this VCF version. It is based on Broadcom's Bill Of Materials (BOM).
- Parameters:
defaultEsxVersion- The default ESX version for this VCF version. It is based on Broadcom's Bill Of Materials (BOM).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instanceTypesWithStrings
EC2 instance types provided by Amazon EVS for this VCF version for creating environments.
- Parameters:
instanceTypes- EC2 instance types provided by Amazon EVS for this VCF version for creating environments.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instanceTypesWithStrings
EC2 instance types provided by Amazon EVS for this VCF version for creating environments.
- Parameters:
instanceTypes- EC2 instance types provided by Amazon EVS for this VCF version for creating environments.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instanceTypes
EC2 instance types provided by Amazon EVS for this VCF version for creating environments.
- Parameters:
instanceTypes- EC2 instance types provided by Amazon EVS for this VCF version for creating environments.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instanceTypes
EC2 instance types provided by Amazon EVS for this VCF version for creating environments.
- Parameters:
instanceTypes- EC2 instance types provided by Amazon EVS for this VCF version for creating environments.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-