Class UpdateKafkaClusterDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.managedkafka.model.UpdateKafkaClusterDetails.Builder
 
- 
- Enclosing class:
- UpdateKafkaClusterDetails
 
 public static class UpdateKafkaClusterDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
displayNamepublic UpdateKafkaClusterDetails.Builder displayName(String displayName) A user-friendly name.Does not have to be unique, and it’s changeable. Avoid entering confidential information. - Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
clientCertificateBundlepublic UpdateKafkaClusterDetails.Builder clientCertificateBundle(String clientCertificateBundle) CA certificate bundle for mTLS broker authentication.- Parameters:
- clientCertificateBundle- the value to set
- Returns:
- this builder
 
 - 
brokerShapepublic UpdateKafkaClusterDetails.Builder brokerShape(BrokerShape brokerShape) 
 - 
clusterConfigIdpublic UpdateKafkaClusterDetails.Builder clusterConfigId(String clusterConfigId) The OCID of Kafka Cluster configuration object- Parameters:
- clusterConfigId- the value to set
- Returns:
- this builder
 
 - 
clusterConfigVersionpublic UpdateKafkaClusterDetails.Builder clusterConfigVersion(Integer clusterConfigVersion) The version of configuration object- Parameters:
- clusterConfigVersion- the value to set
- Returns:
- this builder
 
 - 
accessSubnetspublic UpdateKafkaClusterDetails.Builder accessSubnets(List<SubnetSet> accessSubnets) Subnets where broker/coordinator VNICs will be created.- Parameters:
- accessSubnets- the value to set
- Returns:
- this builder
 
 - 
coordinationTypepublic UpdateKafkaClusterDetails.Builder coordinationType(KafkaCluster.CoordinationType coordinationType) Kafka coordination type.Set of available types depends on Kafka version - Parameters:
- coordinationType- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic UpdateKafkaClusterDetails.Builder freeformTags(Map<String,String> freeformTags) Free-form tags for this resource.Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"} - Parameters:
- freeformTags- the value to set
- Returns:
- this builder
 
 - 
definedTagspublic UpdateKafkaClusterDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags) Defined tags for this resource.Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations": {"CostCenter": "42"}} - Parameters:
- definedTags- the value to set
- Returns:
- this builder
 
 - 
buildpublic UpdateKafkaClusterDetails build() 
 - 
copypublic UpdateKafkaClusterDetails.Builder copy(UpdateKafkaClusterDetails model) 
 
- 
 
-