public static interface WorkflowStepGroupSummary.Builder extends SdkPojo, CopyableBuilder<WorkflowStepGroupSummary.Builder,WorkflowStepGroupSummary>
| Modifier and Type | Method and Description |
|---|---|
WorkflowStepGroupSummary.Builder |
id(String id)
The ID of the step group.
|
WorkflowStepGroupSummary.Builder |
name(String name)
The name of the step group.
|
WorkflowStepGroupSummary.Builder |
next(Collection<String> next)
The next step group.
|
WorkflowStepGroupSummary.Builder |
next(String... next)
The next step group.
|
WorkflowStepGroupSummary.Builder |
owner(Owner owner)
The owner of the step group.
|
WorkflowStepGroupSummary.Builder |
owner(String owner)
The owner of the step group.
|
WorkflowStepGroupSummary.Builder |
previous(Collection<String> previous)
The previous step group.
|
WorkflowStepGroupSummary.Builder |
previous(String... previous)
The previous step group.
|
WorkflowStepGroupSummary.Builder |
status(StepGroupStatus status)
The status of the step group.
|
WorkflowStepGroupSummary.Builder |
status(String status)
The status of the step group.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildWorkflowStepGroupSummary.Builder id(String id)
The ID of the step group.
id - The ID of the step group.WorkflowStepGroupSummary.Builder name(String name)
The name of the step group.
name - The name of the step group.WorkflowStepGroupSummary.Builder owner(String owner)
The owner of the step group.
WorkflowStepGroupSummary.Builder owner(Owner owner)
The owner of the step group.
WorkflowStepGroupSummary.Builder status(String status)
The status of the step group.
status - The status of the step group.StepGroupStatus,
StepGroupStatusWorkflowStepGroupSummary.Builder status(StepGroupStatus status)
The status of the step group.
status - The status of the step group.StepGroupStatus,
StepGroupStatusWorkflowStepGroupSummary.Builder previous(Collection<String> previous)
The previous step group.
previous - The previous step group.WorkflowStepGroupSummary.Builder previous(String... previous)
The previous step group.
previous - The previous step group.WorkflowStepGroupSummary.Builder next(Collection<String> next)
The next step group.
next - The next step group.WorkflowStepGroupSummary.Builder next(String... next)
The next step group.
next - The next step group.Copyright © 2023. All rights reserved.