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