Package com.oracle.bmc.dif.model
Class GgcsUpdateDetail.Builder
- java.lang.Object
-
- com.oracle.bmc.dif.model.GgcsUpdateDetail.Builder
-
- Enclosing class:
- GgcsUpdateDetail
public static class GgcsUpdateDetail.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GgcsUpdateDetailbuild()GgcsUpdateDetail.Builderconnections(List<GgcsConnectionDetails> connections)Connection details to be associated with the Goldengate deployment.GgcsUpdateDetail.Buildercopy(GgcsUpdateDetail model)GgcsUpdateDetail.BuilderinstanceId(String instanceId)Instance id of the existing GGCS instance to be updated.GgcsUpdateDetail.Builderocpu(Integer ocpu)The Minimum number of OCPUs to be made available for this Deployment.GgcsUpdateDetail.BuilderpublicSubnetId(String publicSubnetId)The OCID of a public subnet in the customer tenancy.
-
-
-
Method Detail
-
instanceId
public GgcsUpdateDetail.Builder instanceId(String instanceId)
Instance id of the existing GGCS instance to be updated.- Parameters:
instanceId- the value to set- Returns:
- this builder
-
ocpu
public GgcsUpdateDetail.Builder ocpu(Integer ocpu)
The Minimum number of OCPUs to be made available for this Deployment.- Parameters:
ocpu- the value to set- Returns:
- this builder
-
publicSubnetId
public GgcsUpdateDetail.Builder publicSubnetId(String publicSubnetId)
The OCID of a public subnet in the customer tenancy.Can be provided only for public GGCS deployments.
- Parameters:
publicSubnetId- the value to set- Returns:
- this builder
-
connections
public GgcsUpdateDetail.Builder connections(List<GgcsConnectionDetails> connections)
Connection details to be associated with the Goldengate deployment.- Parameters:
connections- the value to set- Returns:
- this builder
-
build
public GgcsUpdateDetail build()
-
copy
public GgcsUpdateDetail.Builder copy(GgcsUpdateDetail model)
-
-