Package io.camunda.client
Interface CamundaClientCloudBuilderStep1.CamundaClientCloudBuilderStep2.CamundaClientCloudBuilderStep3
- All Known Implementing Classes:
CamundaClientCloudBuilderImpl
- Enclosing interface:
CamundaClientCloudBuilderStep1.CamundaClientCloudBuilderStep2
public static interface CamundaClientCloudBuilderStep1.CamundaClientCloudBuilderStep2.CamundaClientCloudBuilderStep3
-
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
CamundaClientCloudBuilderStep1.CamundaClientCloudBuilderStep2.CamundaClientCloudBuilderStep3.CamundaClientCloudBuilderStep4 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.
-