Package com.oracle.bmc.filestorage.model
Class ChangeReplicationCompartmentDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.filestorage.model.ChangeReplicationCompartmentDetails.Builder
 
- 
- Enclosing class:
- ChangeReplicationCompartmentDetails
 
 public static class ChangeReplicationCompartmentDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangeReplicationCompartmentDetailsbuild()ChangeReplicationCompartmentDetails.BuildercompartmentId(String compartmentId)The OCID of the compartment to move the replication to.ChangeReplicationCompartmentDetails.Buildercopy(ChangeReplicationCompartmentDetails model)
 
- 
- 
- 
Method Detail- 
compartmentIdpublic ChangeReplicationCompartmentDetails.Builder compartmentId(String compartmentId) The OCID of the compartment to move the replication to.Also changes the replication target’s compartment in the target region. - Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
buildpublic ChangeReplicationCompartmentDetails build() 
 - 
copypublic ChangeReplicationCompartmentDetails.Builder copy(ChangeReplicationCompartmentDetails model) 
 
- 
 
-