Package com.oracle.bmc.streaming.model
Class ChangeStreamCompartmentDetails.Builder
- java.lang.Object
 - 
- com.oracle.bmc.streaming.model.ChangeStreamCompartmentDetails.Builder
 
 
- 
- Enclosing class:
 - ChangeStreamCompartmentDetails
 
public static class ChangeStreamCompartmentDetails.Builder extends Object
 
- 
- 
Constructor Summary
Constructors Constructor Description Builder() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangeStreamCompartmentDetailsbuild()ChangeStreamCompartmentDetails.BuildercompartmentId(String compartmentId)The OCID of the compartment into which the resource should be moved.ChangeStreamCompartmentDetails.Buildercopy(ChangeStreamCompartmentDetails model) 
 - 
 
- 
- 
Method Detail
- 
compartmentId
public ChangeStreamCompartmentDetails.Builder compartmentId(String compartmentId)
The OCID of the compartment into which the resource should be moved.- Parameters:
 compartmentId- the value to set- Returns:
 - this builder
 
 
- 
build
public ChangeStreamCompartmentDetails build()
 
- 
copy
public ChangeStreamCompartmentDetails.Builder copy(ChangeStreamCompartmentDetails model)
 
 - 
 
 -