Class GgsDeployment.Builder
- java.lang.Object
 - 
- com.oracle.bmc.databasemigration.model.GgsDeployment.Builder
 
 
- 
- Enclosing class:
 - GgsDeployment
 
public static class GgsDeployment.Builder extends Object
 
- 
- 
Constructor Summary
Constructors Constructor Description Builder() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GgsDeploymentbuild()GgsDeployment.Buildercopy(GgsDeployment model)GgsDeployment.BuilderdeploymentId(String deploymentId)The OCID of the resource being referenced.GgsDeployment.BuilderggsAdminCredentialsSecretId(String ggsAdminCredentialsSecretId)The OCID of the resource being referenced. 
 - 
 
- 
- 
Method Detail
- 
deploymentId
public GgsDeployment.Builder deploymentId(String deploymentId)
The OCID of the resource being referenced.- Parameters:
 deploymentId- the value to set- Returns:
 - this builder
 
 
- 
ggsAdminCredentialsSecretId
public GgsDeployment.Builder ggsAdminCredentialsSecretId(String ggsAdminCredentialsSecretId)
The OCID of the resource being referenced.- Parameters:
 ggsAdminCredentialsSecretId- the value to set- Returns:
 - this builder
 
 
- 
build
public GgsDeployment build()
 
- 
copy
public GgsDeployment.Builder copy(GgsDeployment model)
 
 - 
 
 -