Package com.oracle.bmc.marketplace.model
Class ChangePublicationCompartmentDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.marketplace.model.ChangePublicationCompartmentDetails.Builder
-
- Enclosing class:
- ChangePublicationCompartmentDetails
public static class ChangePublicationCompartmentDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangePublicationCompartmentDetails
build()
ChangePublicationCompartmentDetails.Builder
compartmentId(String compartmentId)
The OCID of the compartment where you want to move the publication.ChangePublicationCompartmentDetails.Builder
copy(ChangePublicationCompartmentDetails model)
-
-
-
Method Detail
-
compartmentId
public ChangePublicationCompartmentDetails.Builder compartmentId(String compartmentId)
The OCID of the compartment where you want to move the publication.- Parameters:
compartmentId
- the value to set- Returns:
- this builder
-
build
public ChangePublicationCompartmentDetails build()
-
copy
public ChangePublicationCompartmentDetails.Builder copy(ChangePublicationCompartmentDetails model)
-
-