Interface WorkflowStepGroupSummary.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<WorkflowStepGroupSummary.Builder,,- WorkflowStepGroupSummary> - SdkBuilder<WorkflowStepGroupSummary.Builder,,- WorkflowStepGroupSummary> - SdkPojo
- Enclosing class:
- WorkflowStepGroupSummary
@Mutable
@NotThreadSafe
public static interface WorkflowStepGroupSummary.Builder
extends SdkPojo, CopyableBuilder<WorkflowStepGroupSummary.Builder,WorkflowStepGroupSummary> 
- 
Method SummaryModifier and TypeMethodDescriptionThe ID of the step group.The name of the step group.The next step group.next(Collection<String> next) The next step group.The owner of the step group.The owner of the step group.The previous step group.previous(Collection<String> previous) The previous step group.The status of the step group.status(StepGroupStatus status) The status of the step group.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
idThe ID of the step group. - Parameters:
- id- The ID of the step group.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
nameThe name of the step group. - Parameters:
- name- The name of the step group.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
ownerThe owner of the step group. - Parameters:
- owner- The owner of the step group.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
ownerThe owner of the step group. - Parameters:
- owner- The owner of the step group.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
statusThe status of the step group. - Parameters:
- status- The status of the step group.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
statusThe status of the step group. - Parameters:
- status- The status of the step group.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
previousThe previous step group. - Parameters:
- previous- The previous step group.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
previousThe previous step group. - Parameters:
- previous- The previous step group.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
nextThe next step group. - Parameters:
- next- The next step group.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
nextThe next step group. - Parameters:
- next- The next step group.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-