Class UpdateKafkaClusterDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.managedkafka.model.UpdateKafkaClusterDetails.Builder
-
- Enclosing class:
- UpdateKafkaClusterDetails
public static class UpdateKafkaClusterDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
displayName
public 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
-
clientCertificateBundle
public UpdateKafkaClusterDetails.Builder clientCertificateBundle(String clientCertificateBundle)
CA certificate bundle for mTLS broker authentication.- Parameters:
clientCertificateBundle
- the value to set- Returns:
- this builder
-
brokerShape
public UpdateKafkaClusterDetails.Builder brokerShape(BrokerShape brokerShape)
-
clusterConfigId
public UpdateKafkaClusterDetails.Builder clusterConfigId(String clusterConfigId)
The OCID of Kafka Cluster configuration object- Parameters:
clusterConfigId
- the value to set- Returns:
- this builder
-
clusterConfigVersion
public UpdateKafkaClusterDetails.Builder clusterConfigVersion(Integer clusterConfigVersion)
The version of configuration object- Parameters:
clusterConfigVersion
- the value to set- Returns:
- this builder
-
accessSubnets
public UpdateKafkaClusterDetails.Builder accessSubnets(List<SubnetSet> accessSubnets)
Subnets where broker/coordinator VNICs will be created.- Parameters:
accessSubnets
- the value to set- Returns:
- this builder
-
coordinationType
public 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
-
freeformTags
public 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
-
definedTags
public 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
-
build
public UpdateKafkaClusterDetails build()
-
copy
public UpdateKafkaClusterDetails.Builder copy(UpdateKafkaClusterDetails model)
-
-