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 that creates an instance of theList.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #flowExecutions(List) .flowExecutions - a consumer that will call methods on List.Builder #flowExecutions(List) 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 © 2021. All rights reserved.