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