Package io.camunda.zeebe.client
Interface ZeebeClientCloudBuilderStep1.ZeebeClientCloudBuilderStep2
-
- All Known Implementing Classes:
ZeebeClientCloudBuilderImpl
- Enclosing interface:
- ZeebeClientCloudBuilderStep1
public static interface ZeebeClientCloudBuilderStep1.ZeebeClientCloudBuilderStep2
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceZeebeClientCloudBuilderStep1.ZeebeClientCloudBuilderStep2.ZeebeClientCloudBuilderStep3
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ZeebeClientCloudBuilderStep1.ZeebeClientCloudBuilderStep2.ZeebeClientCloudBuilderStep3withClientId(String clientId)Sets the client id that will be used to authenticate against the Camunda Cloud cluster.
-
-
-
Method Detail
-
withClientId
ZeebeClientCloudBuilderStep1.ZeebeClientCloudBuilderStep2.ZeebeClientCloudBuilderStep3 withClientId(String clientId)
Sets the client id that will be used to authenticate against the Camunda Cloud cluster. This parameter is mandatory.- Parameters:
clientId- client id that will be used in the authentication.
-
-