Package com.oracle.bmc.autoscaling.model
Class ChangeAutoScalingCompartmentDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.autoscaling.model.ChangeAutoScalingCompartmentDetails.Builder
 
- 
- Enclosing class:
- ChangeAutoScalingCompartmentDetails
 
 public static class ChangeAutoScalingCompartmentDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangeAutoScalingCompartmentDetailsbuild()ChangeAutoScalingCompartmentDetails.BuildercompartmentId(String compartmentId)The OCID of the compartment to move the autoscaling configuration to.ChangeAutoScalingCompartmentDetails.Buildercopy(ChangeAutoScalingCompartmentDetails model)
 
- 
- 
- 
Method Detail- 
compartmentIdpublic ChangeAutoScalingCompartmentDetails.Builder compartmentId(String compartmentId) The OCID of the compartment to move the autoscaling configuration to.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
buildpublic ChangeAutoScalingCompartmentDetails build() 
 - 
copypublic ChangeAutoScalingCompartmentDetails.Builder copy(ChangeAutoScalingCompartmentDetails model) 
 
- 
 
-