Interface ListWorkflowStepGroupsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListWorkflowStepGroupsResponse.Builder,ListWorkflowStepGroupsResponse>,MigrationHubOrchestratorResponse.Builder,SdkBuilder<ListWorkflowStepGroupsResponse.Builder,ListWorkflowStepGroupsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListWorkflowStepGroupsResponse
public static interface ListWorkflowStepGroupsResponse.Builder extends MigrationHubOrchestratorResponse.Builder, SdkPojo, CopyableBuilder<ListWorkflowStepGroupsResponse.Builder,ListWorkflowStepGroupsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListWorkflowStepGroupsResponse.BuildernextToken(String nextToken)The pagination token.ListWorkflowStepGroupsResponse.BuilderworkflowStepGroupsSummary(Collection<WorkflowStepGroupSummary> workflowStepGroupsSummary)The summary of step groups in a migration workflow.ListWorkflowStepGroupsResponse.BuilderworkflowStepGroupsSummary(Consumer<WorkflowStepGroupSummary.Builder>... workflowStepGroupsSummary)The summary of step groups in a migration workflow.ListWorkflowStepGroupsResponse.BuilderworkflowStepGroupsSummary(WorkflowStepGroupSummary... workflowStepGroupsSummary)The summary of step groups in a migration workflow.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.migrationhuborchestrator.model.MigrationHubOrchestratorResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
nextToken
ListWorkflowStepGroupsResponse.Builder nextToken(String nextToken)
The pagination token.
- Parameters:
nextToken- The pagination token.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workflowStepGroupsSummary
ListWorkflowStepGroupsResponse.Builder workflowStepGroupsSummary(Collection<WorkflowStepGroupSummary> workflowStepGroupsSummary)
The summary of step groups in a migration workflow.
- Parameters:
workflowStepGroupsSummary- The summary of step groups in a migration workflow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workflowStepGroupsSummary
ListWorkflowStepGroupsResponse.Builder workflowStepGroupsSummary(WorkflowStepGroupSummary... workflowStepGroupsSummary)
The summary of step groups in a migration workflow.
- Parameters:
workflowStepGroupsSummary- The summary of step groups in a migration workflow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workflowStepGroupsSummary
ListWorkflowStepGroupsResponse.Builder workflowStepGroupsSummary(Consumer<WorkflowStepGroupSummary.Builder>... workflowStepGroupsSummary)
The summary of step groups in a migration workflow.
This is a convenience method that creates an instance of theWorkflowStepGroupSummary.Builderavoiding the need to create one manually viaWorkflowStepGroupSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#workflowStepGroupsSummary(List.) - Parameters:
workflowStepGroupsSummary- a consumer that will call methods onWorkflowStepGroupSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#workflowStepGroupsSummary(java.util.Collection)
-
-