Class ChangeDiscoveryScheduleCompartmentDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.cloudmigrations.model.ChangeDiscoveryScheduleCompartmentDetails.Builder
-
- Enclosing class:
- ChangeDiscoveryScheduleCompartmentDetails
public static class ChangeDiscoveryScheduleCompartmentDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangeDiscoveryScheduleCompartmentDetails
build()
ChangeDiscoveryScheduleCompartmentDetails.Builder
compartmentId(String compartmentId)
The OCID of the compartment into which the discovery schedule should be moved.ChangeDiscoveryScheduleCompartmentDetails.Builder
copy(ChangeDiscoveryScheduleCompartmentDetails model)
-
-
-
Method Detail
-
compartmentId
public ChangeDiscoveryScheduleCompartmentDetails.Builder compartmentId(String compartmentId)
The OCID of the compartment into which the discovery schedule should be moved.- Parameters:
compartmentId
- the value to set- Returns:
- this builder
-
build
public ChangeDiscoveryScheduleCompartmentDetails build()
-
copy
public ChangeDiscoveryScheduleCompartmentDetails.Builder copy(ChangeDiscoveryScheduleCompartmentDetails model)
-
-