public static class CreateWorkflowRequest.CreateWorkflowRequestBuilder
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
CreateWorkflowRequest.CreateWorkflowRequestBuilder |
actions(java.util.List<WorkflowActionRequest> actions) |
CreateWorkflowRequest.CreateWorkflowRequestBuilder |
active(java.lang.Boolean active) |
CreateWorkflowRequest |
build() |
CreateWorkflowRequest.CreateWorkflowRequestBuilder |
conditions(java.util.List<WorkflowConditionRequest> conditions) |
CreateWorkflowRequest.CreateWorkflowRequestBuilder |
name(java.lang.String name) |
java.lang.String |
toString() |
public CreateWorkflowRequest.CreateWorkflowRequestBuilder name(java.lang.String name)
public CreateWorkflowRequest.CreateWorkflowRequestBuilder active(java.lang.Boolean active)
public CreateWorkflowRequest.CreateWorkflowRequestBuilder conditions(java.util.List<WorkflowConditionRequest> conditions)
public CreateWorkflowRequest.CreateWorkflowRequestBuilder actions(java.util.List<WorkflowActionRequest> actions)
public CreateWorkflowRequest build()
public java.lang.String toString()
toString in class java.lang.Object