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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangeBastionCompartmentDetails
build()
ChangeBastionCompartmentDetails.Builder
compartmentId(String compartmentId)
The unique identifier (OCID) of the compartment that the bastion should move to.ChangeBastionCompartmentDetails.Builder
copy(ChangeBastionCompartmentDetails model)
-
-
-
Method Detail
-
compartmentId
public 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
-
build
public ChangeBastionCompartmentDetails build()
-
copy
public ChangeBastionCompartmentDetails.Builder copy(ChangeBastionCompartmentDetails model)
-
-