public static interface ListWorkflowStepGroupsResponse.Builder extends MigrationHubOrchestratorResponse.Builder, SdkPojo, CopyableBuilder<ListWorkflowStepGroupsResponse.Builder,ListWorkflowStepGroupsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListWorkflowStepGroupsResponse.Builder |
nextToken(String nextToken)
The pagination token.
|
ListWorkflowStepGroupsResponse.Builder |
workflowStepGroupsSummary(Collection<WorkflowStepGroupSummary> workflowStepGroupsSummary)
The summary of step groups in a migration workflow.
|
ListWorkflowStepGroupsResponse.Builder |
workflowStepGroupsSummary(Consumer<WorkflowStepGroupSummary.Builder>... workflowStepGroupsSummary)
The summary of step groups in a migration workflow.
|
ListWorkflowStepGroupsResponse.Builder |
workflowStepGroupsSummary(WorkflowStepGroupSummary... workflowStepGroupsSummary)
The summary of step groups in a migration workflow.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListWorkflowStepGroupsResponse.Builder nextToken(String nextToken)
The pagination token.
nextToken - The pagination token.ListWorkflowStepGroupsResponse.Builder workflowStepGroupsSummary(Collection<WorkflowStepGroupSummary> workflowStepGroupsSummary)
The summary of step groups in a migration workflow.
workflowStepGroupsSummary - The summary of step groups in a migration workflow.ListWorkflowStepGroupsResponse.Builder workflowStepGroupsSummary(WorkflowStepGroupSummary... workflowStepGroupsSummary)
The summary of step groups in a migration workflow.
workflowStepGroupsSummary - The summary of step groups in a migration workflow.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.Builder
avoiding the need to create one manually via
WorkflowStepGroupSummary.builder().
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #workflowStepGroupsSummary(List.
workflowStepGroupsSummary - a consumer that will call methods on
WorkflowStepGroupSummary.Builder#workflowStepGroupsSummary(java.util.Collection) Copyright © 2023. All rights reserved.