Interface ListWorkflowRunsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListWorkflowRunsResponse.Builder,,ListWorkflowRunsResponse> NovaActResponse.Builder,SdkBuilder<ListWorkflowRunsResponse.Builder,,ListWorkflowRunsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
ListWorkflowRunsResponse
@Mutable
@NotThreadSafe
public static interface ListWorkflowRunsResponse.Builder
extends NovaActResponse.Builder, SdkPojo, CopyableBuilder<ListWorkflowRunsResponse.Builder,ListWorkflowRunsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe token for retrieving the next page of results, if available.workflowRunSummaries(Collection<WorkflowRunSummary> workflowRunSummaries) A list of summary information for workflow runs.workflowRunSummaries(Consumer<WorkflowRunSummary.Builder>... workflowRunSummaries) A list of summary information for workflow runs.workflowRunSummaries(WorkflowRunSummary... workflowRunSummaries) A list of summary information for workflow runs.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.novaact.model.NovaActResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
workflowRunSummaries
ListWorkflowRunsResponse.Builder workflowRunSummaries(Collection<WorkflowRunSummary> workflowRunSummaries) A list of summary information for workflow runs.
- Parameters:
workflowRunSummaries- A list of summary information for workflow runs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workflowRunSummaries
A list of summary information for workflow runs.
- Parameters:
workflowRunSummaries- A list of summary information for workflow runs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workflowRunSummaries
ListWorkflowRunsResponse.Builder workflowRunSummaries(Consumer<WorkflowRunSummary.Builder>... workflowRunSummaries) A list of summary information for workflow runs.
This is a convenience method that creates an instance of theWorkflowRunSummary.Builderavoiding the need to create one manually viaWorkflowRunSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toworkflowRunSummaries(List<WorkflowRunSummary>).- Parameters:
workflowRunSummaries- a consumer that will call methods onWorkflowRunSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
The token for retrieving the next page of results, if available.
- Parameters:
nextToken- The token for retrieving the next page of results, if available.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-