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