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