Class ChangeReplicationScheduleCompartmentDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.cloudmigrations.model.ChangeReplicationScheduleCompartmentDetails.Builder
 
- 
- Enclosing class:
- ChangeReplicationScheduleCompartmentDetails
 
 public static class ChangeReplicationScheduleCompartmentDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangeReplicationScheduleCompartmentDetailsbuild()ChangeReplicationScheduleCompartmentDetails.BuildercompartmentId(String compartmentId)The OCID of the compartment into which the replication schedule should be moved.ChangeReplicationScheduleCompartmentDetails.Buildercopy(ChangeReplicationScheduleCompartmentDetails model)
 
- 
- 
- 
Method Detail- 
compartmentIdpublic ChangeReplicationScheduleCompartmentDetails.Builder compartmentId(String compartmentId) The OCID of the compartment into which the replication schedule should be moved.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
buildpublic ChangeReplicationScheduleCompartmentDetails build() 
 - 
copypublic ChangeReplicationScheduleCompartmentDetails.Builder copy(ChangeReplicationScheduleCompartmentDetails model) 
 
- 
 
-