Package io.camunda.zeebe.client
Interface ZeebeClientCloudBuilderStep1
-
- All Known Implementing Classes:
ZeebeClientCloudBuilderImpl
public interface ZeebeClientCloudBuilderStep1
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceZeebeClientCloudBuilderStep1.ZeebeClientCloudBuilderStep2
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ZeebeClientCloudBuilderStep1.ZeebeClientCloudBuilderStep2withClusterId(String clusterId)Sets the cluster id of the Camunda Cloud cluster.
-
-
-
Method Detail
-
withClusterId
ZeebeClientCloudBuilderStep1.ZeebeClientCloudBuilderStep2 withClusterId(String clusterId)
Sets the cluster id of the Camunda Cloud cluster. This parameter is mandatory.- Parameters:
clusterId- cluster id of the Camunda Cloud cluster.
-
-