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