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