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)
Add an optional request override configuration.
|
DescribeFlowExecutionRecordsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeFlowExecutionRecordsRequest.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)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DescribeFlowExecutionRecordsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.