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