public static interface DescribeFlowExecutionRecordsResponse.Builder extends AppflowResponse.Builder, SdkPojo, CopyableBuilder<DescribeFlowExecutionRecordsResponse.Builder,DescribeFlowExecutionRecordsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeFlowExecutionRecordsResponse.Builder |
flowExecutions(Collection<ExecutionRecord> flowExecutions)
Returns a list of all instances when this flow was run.
|
DescribeFlowExecutionRecordsResponse.Builder |
flowExecutions(Consumer<ExecutionRecord.Builder>... flowExecutions)
Returns a list of all instances when this flow was run.
|
DescribeFlowExecutionRecordsResponse.Builder |
flowExecutions(ExecutionRecord... flowExecutions)
Returns a list of all instances when this flow was run.
|
DescribeFlowExecutionRecordsResponse.Builder |
nextToken(String nextToken)
The pagination token for the next page of data.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeFlowExecutionRecordsResponse.Builder flowExecutions(Collection<ExecutionRecord> flowExecutions)
Returns a list of all instances when this flow was run.
flowExecutions - Returns a list of all instances when this flow was run.DescribeFlowExecutionRecordsResponse.Builder flowExecutions(ExecutionRecord... flowExecutions)
Returns a list of all instances when this flow was run.
flowExecutions - Returns a list of all instances when this flow was run.DescribeFlowExecutionRecordsResponse.Builder flowExecutions(Consumer<ExecutionRecord.Builder>... flowExecutions)
Returns a list of all instances when this flow was run.
This is a convenience method that creates an instance of theExecutionRecord.Builder avoiding the need to create one
manually via ExecutionRecord.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #flowExecutions(List.
flowExecutions - a consumer that will call methods on
ExecutionRecord.Builder#flowExecutions(java.util.Collection) DescribeFlowExecutionRecordsResponse.Builder nextToken(String nextToken)
The pagination token for the next page of data.
nextToken - The pagination token for the next page of data.Copyright © 2023. All rights reserved.