Interface DescribeFlowExecutionRecordsRequest.Builder
-
- All Superinterfaces:
AppflowRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<DescribeFlowExecutionRecordsRequest.Builder,DescribeFlowExecutionRecordsRequest>,SdkBuilder<DescribeFlowExecutionRecordsRequest.Builder,DescribeFlowExecutionRecordsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeFlowExecutionRecordsRequest
public static interface DescribeFlowExecutionRecordsRequest.Builder extends AppflowRequest.Builder, SdkPojo, CopyableBuilder<DescribeFlowExecutionRecordsRequest.Builder,DescribeFlowExecutionRecordsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeFlowExecutionRecordsRequest.BuilderflowName(String flowName)The specified name of the flow.DescribeFlowExecutionRecordsRequest.BuildermaxResults(Integer maxResults)Specifies the maximum number of items that should be returned in the result set.DescribeFlowExecutionRecordsRequest.BuildernextToken(String nextToken)The pagination token for the next page of data.DescribeFlowExecutionRecordsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeFlowExecutionRecordsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.services.appflow.model.AppflowRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
flowName
DescribeFlowExecutionRecordsRequest.Builder flowName(String flowName)
The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens (-) only.
- Parameters:
flowName- The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens (-) only.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
DescribeFlowExecutionRecordsRequest.Builder maxResults(Integer maxResults)
Specifies the maximum number of items that should be returned in the result set. The default for
maxResultsis 20 (for all paginated API operations).- Parameters:
maxResults- Specifies the maximum number of items that should be returned in the result set. The default formaxResultsis 20 (for all paginated API operations).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
DescribeFlowExecutionRecordsRequest.Builder nextToken(String nextToken)
The pagination token for the next page of data.
- Parameters:
nextToken- The pagination token for the next page of data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeFlowExecutionRecordsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeFlowExecutionRecordsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-