Interface ListWorkflowsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListWorkflowsResponse.Builder,ListWorkflowsResponse>,MigrationHubOrchestratorResponse.Builder,SdkBuilder<ListWorkflowsResponse.Builder,ListWorkflowsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListWorkflowsResponse
public static interface ListWorkflowsResponse.Builder extends MigrationHubOrchestratorResponse.Builder, SdkPojo, CopyableBuilder<ListWorkflowsResponse.Builder,ListWorkflowsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListWorkflowsResponse.BuildermigrationWorkflowSummary(Collection<MigrationWorkflowSummary> migrationWorkflowSummary)The summary of the migration workflow.ListWorkflowsResponse.BuildermigrationWorkflowSummary(Consumer<MigrationWorkflowSummary.Builder>... migrationWorkflowSummary)The summary of the migration workflow.ListWorkflowsResponse.BuildermigrationWorkflowSummary(MigrationWorkflowSummary... migrationWorkflowSummary)The summary of the migration workflow.ListWorkflowsResponse.BuildernextToken(String nextToken)The pagination token.-
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
ListWorkflowsResponse.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.
-
migrationWorkflowSummary
ListWorkflowsResponse.Builder migrationWorkflowSummary(Collection<MigrationWorkflowSummary> migrationWorkflowSummary)
The summary of the migration workflow.
- Parameters:
migrationWorkflowSummary- The summary of the migration workflow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
migrationWorkflowSummary
ListWorkflowsResponse.Builder migrationWorkflowSummary(MigrationWorkflowSummary... migrationWorkflowSummary)
The summary of the migration workflow.
- Parameters:
migrationWorkflowSummary- The summary of the migration workflow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
migrationWorkflowSummary
ListWorkflowsResponse.Builder migrationWorkflowSummary(Consumer<MigrationWorkflowSummary.Builder>... migrationWorkflowSummary)
The summary of the migration workflow.
This is a convenience method that creates an instance of theMigrationWorkflowSummary.Builderavoiding the need to create one manually viaMigrationWorkflowSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#migrationWorkflowSummary(List.) - Parameters:
migrationWorkflowSummary- a consumer that will call methods onMigrationWorkflowSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#migrationWorkflowSummary(java.util.Collection)
-
-