Package io.camunda.client.api.command
Interface CreateAuthorizationCommandStep1.CreateAuthorizationCommandStep3
- All Known Subinterfaces:
CreateAuthorizationCommandStep1.CreateAuthorizationCommandStep6
- All Known Implementing Classes:
CreateAuthorizationCommandImpl
- Enclosing interface:
CreateAuthorizationCommandStep1
public static interface CreateAuthorizationCommandStep1.CreateAuthorizationCommandStep3
-
Method Summary
Modifier and TypeMethodDescriptionresourceId(String resourceId) Sets the resource ID for the authorization.resourcePropertyName(String resourcePropertyName) Sets the resource property name for the authorization.
-
Method Details
-
resourceId
Sets the resource ID for the authorization.- Parameters:
resourceId- the ID of the resource- Returns:
- the builder for this command
-
resourcePropertyName
CreateAuthorizationCommandStep1.CreateAuthorizationCommandStep4 resourcePropertyName(String resourcePropertyName) Sets the resource property name for the authorization.- Parameters:
resourcePropertyName- the property name of the resource- Returns:
- the builder for this command
-