Class DbSystemShapeName.Builder (0.1.0)

public static class DbSystemShapeName.Builder

Builder for projects/{project}/locations/{location}/dbSystemShapes/{db_system_shape}.

Inheritance

java.lang.Object > DbSystemShapeName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public DbSystemShapeName build()
Returns
Type Description
DbSystemShapeName

getDbSystemShape()

public String getDbSystemShape()
Returns
Type Description
String

getLocation()

public String getLocation()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

setDbSystemShape(String dbSystemShape)

public DbSystemShapeName.Builder setDbSystemShape(String dbSystemShape)
Parameter
Name Description
dbSystemShape String
Returns
Type Description
DbSystemShapeName.Builder

setLocation(String location)

public DbSystemShapeName.Builder setLocation(String location)
Parameter
Name Description
location String
Returns
Type Description
DbSystemShapeName.Builder

setProject(String project)

public DbSystemShapeName.Builder setProject(String project)
Parameter
Name Description
project String
Returns
Type Description
DbSystemShapeName.Builder