Class DbSystemVariableDependsOn.Builder
- java.lang.Object
-
- com.oracle.bmc.fleetappsmanagement.model.DbSystemVariableDependsOn.Builder
-
- Enclosing class:
- DbSystemVariableDependsOn
public static class DbSystemVariableDependsOn.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DbSystemVariableDependsOnbuild()DbSystemVariableDependsOn.BuildercompartmentId(String compartmentId)OCID of the compartment.DbSystemVariableDependsOn.Buildercopy(DbSystemVariableDependsOn model)
-
-
-
Method Detail
-
compartmentId
public DbSystemVariableDependsOn.Builder compartmentId(String compartmentId)
OCID of the compartment.- Parameters:
compartmentId- the value to set- Returns:
- this builder
-
build
public DbSystemVariableDependsOn build()
-
copy
public DbSystemVariableDependsOn.Builder copy(DbSystemVariableDependsOn model)
-
-