public static class DbSystemShapeSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
DbSystemShapeSummary.Builder |
availableCoreCount(Integer availableCoreCount) |
DbSystemShapeSummary |
build() |
DbSystemShapeSummary.Builder |
copy(DbSystemShapeSummary o) |
DbSystemShapeSummary.Builder |
coreCountIncrement(Integer coreCountIncrement) |
DbSystemShapeSummary.Builder |
maximumNodeCount(Integer maximumNodeCount) |
DbSystemShapeSummary.Builder |
minimumCoreCount(Integer minimumCoreCount) |
DbSystemShapeSummary.Builder |
minimumNodeCount(Integer minimumNodeCount) |
DbSystemShapeSummary.Builder |
name(String name) |
DbSystemShapeSummary.Builder |
shape(String shape) |
DbSystemShapeSummary.Builder |
shapeFamily(String shapeFamily) |
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 minimumNodeCount(Integer minimumNodeCount)
public DbSystemShapeSummary.Builder maximumNodeCount(Integer maximumNodeCount)
public DbSystemShapeSummary build()
public DbSystemShapeSummary.Builder copy(DbSystemShapeSummary o)
Copyright © 2016–2020. All rights reserved.