public static interface DescribeFlowExecutionRecordsRequest.Builder extends AppflowRequest.Builder, SdkPojo, CopyableBuilder<DescribeFlowExecutionRecordsRequest.Builder,DescribeFlowExecutionRecordsRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeFlowExecutionRecordsRequest.Builder |
flowName(String flowName)
The specified name of the flow.
|
DescribeFlowExecutionRecordsRequest.Builder |
maxResults(Integer maxResults)
Specifies the maximum number of items that should be returned in the result set.
|
DescribeFlowExecutionRecordsRequest.Builder |
nextToken(String nextToken)
The pagination token for the next page of data.
|
DescribeFlowExecutionRecordsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeFlowExecutionRecordsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeFlowExecutionRecordsRequest.Builder flowName(String flowName)
The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens (-) only.
flowName - The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens (-) only.DescribeFlowExecutionRecordsRequest.Builder maxResults(Integer maxResults)
Specifies the maximum number of items that should be returned in the result set. The default for
maxResults is 20 (for all paginated API operations).
maxResults - Specifies the maximum number of items that should be returned in the result set. The default for
maxResults is 20 (for all paginated API operations).DescribeFlowExecutionRecordsRequest.Builder nextToken(String nextToken)
The pagination token for the next page of data.
nextToken - The pagination token for the next page of data.DescribeFlowExecutionRecordsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeFlowExecutionRecordsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.