Package io.camunda.zeebe.client
Interface ZeebeClientCloudBuilderStep1.ZeebeClientCloudBuilderStep2.ZeebeClientCloudBuilderStep3
- All Known Implementing Classes:
ZeebeClientCloudBuilderImpl
- Enclosing interface:
- ZeebeClientCloudBuilderStep1.ZeebeClientCloudBuilderStep2
public static interface ZeebeClientCloudBuilderStep1.ZeebeClientCloudBuilderStep2.ZeebeClientCloudBuilderStep3
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface -
Method Summary
Modifier and TypeMethodDescriptionwithClientSecret(String clientSecret) Sets the client secret that will be used to authenticate against the Camunda Cloud cluster.
-
Method Details
-
withClientSecret
ZeebeClientCloudBuilderStep1.ZeebeClientCloudBuilderStep2.ZeebeClientCloudBuilderStep3.ZeebeClientCloudBuilderStep4 withClientSecret(String clientSecret) Sets the client secret that will be used to authenticate against the Camunda Cloud cluster. This parameter is mandatory.- Parameters:
clientSecret- client secret that will be used in the authentication.
-