public static class DbSystemShapeSummary.Builder extends Object
public DbSystemShapeSummary.Builder name(String name)
public DbSystemShapeSummary.Builder shapeFamily(String shapeFamily)
public DbSystemShapeSummary.Builder shape(String shape)
public DbSystemShapeSummary.Builder availableCoreCount(Integer availableCoreCount)
public DbSystemShapeSummary.Builder minimumCoreCount(Integer minimumCoreCount)
public DbSystemShapeSummary.Builder coreCountIncrement(Integer coreCountIncrement)
public DbSystemShapeSummary.Builder minCoreCountPerNode(Integer minCoreCountPerNode)
public DbSystemShapeSummary.Builder availableMemoryInGBs(Integer availableMemoryInGBs)
public DbSystemShapeSummary.Builder minMemoryPerNodeInGBs(Integer minMemoryPerNodeInGBs)
public DbSystemShapeSummary.Builder availableDbNodeStorageInGBs(Integer availableDbNodeStorageInGBs)
public DbSystemShapeSummary.Builder minDbNodeStoragePerNodeInGBs(Integer minDbNodeStoragePerNodeInGBs)
public DbSystemShapeSummary.Builder availableDataStorageInTBs(Integer availableDataStorageInTBs)
public DbSystemShapeSummary.Builder minDataStorageInTBs(Integer minDataStorageInTBs)
public DbSystemShapeSummary.Builder minimumNodeCount(Integer minimumNodeCount)
public DbSystemShapeSummary.Builder maximumNodeCount(Integer maximumNodeCount)
public DbSystemShapeSummary.Builder availableCoreCountPerNode(Integer availableCoreCountPerNode)
public DbSystemShapeSummary build()
public DbSystemShapeSummary.Builder copy(DbSystemShapeSummary o)
Copyright © 2016–2021. All rights reserved.