public static interface ListWorkflowStepsResponse.Builder extends MigrationHubOrchestratorResponse.Builder, SdkPojo, CopyableBuilder<ListWorkflowStepsResponse.Builder,ListWorkflowStepsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListWorkflowStepsResponse.Builder |
nextToken(String nextToken)
The pagination token.
|
ListWorkflowStepsResponse.Builder |
workflowStepsSummary(Collection<WorkflowStepSummary> workflowStepsSummary)
The summary of steps in a migration workflow.
|
ListWorkflowStepsResponse.Builder |
workflowStepsSummary(Consumer<WorkflowStepSummary.Builder>... workflowStepsSummary)
The summary of steps in a migration workflow.
|
ListWorkflowStepsResponse.Builder |
workflowStepsSummary(WorkflowStepSummary... workflowStepsSummary)
The summary of steps in a migration workflow.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListWorkflowStepsResponse.Builder nextToken(String nextToken)
The pagination token.
nextToken - The pagination token.ListWorkflowStepsResponse.Builder workflowStepsSummary(Collection<WorkflowStepSummary> workflowStepsSummary)
The summary of steps in a migration workflow.
workflowStepsSummary - The summary of steps in a migration workflow.ListWorkflowStepsResponse.Builder workflowStepsSummary(WorkflowStepSummary... workflowStepsSummary)
The summary of steps in a migration workflow.
workflowStepsSummary - The summary of steps in a migration workflow.ListWorkflowStepsResponse.Builder workflowStepsSummary(Consumer<WorkflowStepSummary.Builder>... workflowStepsSummary)
The summary of steps in a migration workflow.
This is a convenience method that creates an instance of theWorkflowStepSummary.Builder avoiding
the need to create one manually via
WorkflowStepSummary.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #workflowStepsSummary(List.
workflowStepsSummary - a consumer that will call methods on
WorkflowStepSummary.Builder#workflowStepsSummary(java.util.Collection) Copyright © 2023. All rights reserved.