Interface GetWorkflowRunsResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<GetWorkflowRunsResponse.Builder,,- GetWorkflowRunsResponse> - GlueResponse.Builder,- SdkBuilder<GetWorkflowRunsResponse.Builder,,- GetWorkflowRunsResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- GetWorkflowRunsResponse
@Mutable
@NotThreadSafe
public static interface GetWorkflowRunsResponse.Builder
extends GlueResponse.Builder, SdkPojo, CopyableBuilder<GetWorkflowRunsResponse.Builder,GetWorkflowRunsResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionA continuation token, if not all requested workflow runs have been returned.runs(Collection<WorkflowRun> runs) A list of workflow run metadata objects.runs(Consumer<WorkflowRun.Builder>... runs) A list of workflow run metadata objects.runs(WorkflowRun... runs) A list of workflow run metadata objects.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.glue.model.GlueResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
runsA list of workflow run metadata objects. - Parameters:
- runs- A list of workflow run metadata objects.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
runsA list of workflow run metadata objects. - Parameters:
- runs- A list of workflow run metadata objects.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
runsA list of workflow run metadata objects. This is a convenience method that creates an instance of theWorkflowRun.Builderavoiding the need to create one manually viaWorkflowRun.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toruns(List<WorkflowRun>).- Parameters:
- runs- a consumer that will call methods on- WorkflowRun.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
nextTokenA continuation token, if not all requested workflow runs have been returned. - Parameters:
- nextToken- A continuation token, if not all requested workflow runs have been returned.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-