public static interface WorkflowType.Builder extends SdkPojo, CopyableBuilder<WorkflowType.Builder,WorkflowType>
| Modifier and Type | Method and Description |
|---|---|
WorkflowType.Builder |
name(String name)
The name of the workflow type.
|
WorkflowType.Builder |
version(String version)
The version of the workflow type.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildWorkflowType.Builder name(String name)
The name of the workflow type.
The combination of workflow type name and version must be unique with in a domain.
name - The name of the workflow type. The combination of workflow type name and version must be unique with in a domain.
WorkflowType.Builder version(String version)
The version of the workflow type.
The combination of workflow type name and version must be unique with in a domain.
version - The version of the workflow type. The combination of workflow type name and version must be unique with in a domain.
Copyright © 2022. All rights reserved.