Package io.camunda.client
Interface CamundaClientCloudBuilderStep1.CamundaClientCloudBuilderStep2
- All Known Implementing Classes:
CamundaClientCloudBuilderImpl
- Enclosing interface:
CamundaClientCloudBuilderStep1
public static interface CamundaClientCloudBuilderStep1.CamundaClientCloudBuilderStep2
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface -
Method Summary
Modifier and TypeMethodDescriptionwithClientId(String clientId) Sets the client id that will be used to authenticate against the Camunda Cloud cluster.
-
Method Details
-
withClientId
CamundaClientCloudBuilderStep1.CamundaClientCloudBuilderStep2.CamundaClientCloudBuilderStep3 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.
-