Uses of Class
software.amazon.awscdk.services.odb.CfnCloudVmClusterProps.Builder
Packages that use CfnCloudVmClusterProps.Builder
-
Uses of CfnCloudVmClusterProps.Builder in software.amazon.awscdk.services.odb
Methods in software.amazon.awscdk.services.odb that return CfnCloudVmClusterProps.BuilderModifier and TypeMethodDescriptionCfnCloudVmClusterProps.builder()
CfnCloudVmClusterProps.Builder.cloudExadataInfrastructureId
(String cloudExadataInfrastructureId) Sets the value ofCfnCloudVmClusterProps.getCloudExadataInfrastructureId()
CfnCloudVmClusterProps.Builder.clusterName
(String clusterName) Sets the value ofCfnCloudVmClusterProps.getClusterName()
CfnCloudVmClusterProps.Builder.cpuCoreCount
(Number cpuCoreCount) Sets the value ofCfnCloudVmClusterProps.getCpuCoreCount()
CfnCloudVmClusterProps.Builder.dataCollectionOptions
(IResolvable dataCollectionOptions) Sets the value ofCfnCloudVmClusterProps.getDataCollectionOptions()
CfnCloudVmClusterProps.Builder.dataCollectionOptions
(CfnCloudVmCluster.DataCollectionOptionsProperty dataCollectionOptions) Sets the value ofCfnCloudVmClusterProps.getDataCollectionOptions()
CfnCloudVmClusterProps.Builder.dataStorageSizeInTBs
(Number dataStorageSizeInTBs) Sets the value ofCfnCloudVmClusterProps.getDataStorageSizeInTBs()
CfnCloudVmClusterProps.Builder.dbNodeStorageSizeInGBs
(Number dbNodeStorageSizeInGBs) Sets the value ofCfnCloudVmClusterProps.getDbNodeStorageSizeInGBs()
Sets the value ofCfnCloudVmClusterProps.getDbServers()
CfnCloudVmClusterProps.Builder.displayName
(String displayName) Sets the value ofCfnCloudVmClusterProps.getDisplayName()
Sets the value ofCfnCloudVmClusterProps.getGiVersion()
Sets the value ofCfnCloudVmClusterProps.getHostname()
CfnCloudVmClusterProps.Builder.isLocalBackupEnabled
(Boolean isLocalBackupEnabled) Sets the value ofCfnCloudVmClusterProps.getIsLocalBackupEnabled()
CfnCloudVmClusterProps.Builder.isLocalBackupEnabled
(IResolvable isLocalBackupEnabled) Sets the value ofCfnCloudVmClusterProps.getIsLocalBackupEnabled()
CfnCloudVmClusterProps.Builder.isSparseDiskgroupEnabled
(Boolean isSparseDiskgroupEnabled) Sets the value ofCfnCloudVmClusterProps.getIsSparseDiskgroupEnabled()
CfnCloudVmClusterProps.Builder.isSparseDiskgroupEnabled
(IResolvable isSparseDiskgroupEnabled) Sets the value ofCfnCloudVmClusterProps.getIsSparseDiskgroupEnabled()
CfnCloudVmClusterProps.Builder.licenseModel
(String licenseModel) Sets the value ofCfnCloudVmClusterProps.getLicenseModel()
CfnCloudVmClusterProps.Builder.memorySizeInGBs
(Number memorySizeInGBs) Sets the value ofCfnCloudVmClusterProps.getMemorySizeInGBs()
CfnCloudVmClusterProps.Builder.odbNetworkId
(String odbNetworkId) Sets the value ofCfnCloudVmClusterProps.getOdbNetworkId()
CfnCloudVmClusterProps.Builder.scanListenerPortTcp
(Number scanListenerPortTcp) Sets the value ofCfnCloudVmClusterProps.getScanListenerPortTcp()
CfnCloudVmClusterProps.Builder.sshPublicKeys
(List<String> sshPublicKeys) Sets the value ofCfnCloudVmClusterProps.getSshPublicKeys()
CfnCloudVmClusterProps.Builder.systemVersion
(String systemVersion) Sets the value ofCfnCloudVmClusterProps.getSystemVersion()
Sets the value ofCfnCloudVmClusterProps.getTags()
Sets the value ofCfnCloudVmClusterProps.getTimeZone()
Constructors in software.amazon.awscdk.services.odb with parameters of type CfnCloudVmClusterProps.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnCloudVmClusterProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnCloudVmClusterProps.Builder
.