Package com.oracle.bmc.cloudbridge.model
Class ChangeDiscoveryScheduleCompartmentDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.cloudbridge.model.ChangeDiscoveryScheduleCompartmentDetails.Builder
 
- 
- Enclosing class:
- ChangeDiscoveryScheduleCompartmentDetails
 
 public static class ChangeDiscoveryScheduleCompartmentDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangeDiscoveryScheduleCompartmentDetailsbuild()ChangeDiscoveryScheduleCompartmentDetails.BuildercompartmentId(String compartmentId)The OCID of the compartment into which the discovery schedule should be moved.ChangeDiscoveryScheduleCompartmentDetails.Buildercopy(ChangeDiscoveryScheduleCompartmentDetails model)
 
- 
- 
- 
Method Detail- 
compartmentIdpublic 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
 
 - 
buildpublic ChangeDiscoveryScheduleCompartmentDetails build() 
 - 
copypublic ChangeDiscoveryScheduleCompartmentDetails.Builder copy(ChangeDiscoveryScheduleCompartmentDetails model) 
 
- 
 
-