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