Class DistributedDbGdsControlNodeImage.Builder
- java.lang.Object
-
- com.oracle.bmc.distributeddatabasev26.model.DistributedDbGdsControlNodeImage.Builder
-
- Enclosing class:
- DistributedDbGdsControlNodeImage
public static class DistributedDbGdsControlNodeImage.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DistributedDbGdsControlNodeImagebuild()DistributedDbGdsControlNodeImage.Buildercopy(DistributedDbGdsControlNodeImage model)DistributedDbGdsControlNodeImage.Builderid(String id)The OCID of the Global Database Services Control(GDS CTL) software image.DistributedDbGdsControlNodeImage.Builderversion(String version)The version associated with the image identified by id.
-
-
-
Method Detail
-
id
public DistributedDbGdsControlNodeImage.Builder id(String id)
The OCID of the Global Database Services Control(GDS CTL) software image.- Parameters:
id- the value to set- Returns:
- this builder
-
version
public DistributedDbGdsControlNodeImage.Builder version(String version)
The version associated with the image identified by id.- Parameters:
version- the value to set- Returns:
- this builder
-
build
public DistributedDbGdsControlNodeImage build()
-
copy
public DistributedDbGdsControlNodeImage.Builder copy(DistributedDbGdsControlNodeImage model)
-
-