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
Modifier and TypeMethodDescriptionThe specified name of the flow.maxResults
(Integer maxResults) Specifies the maximum number of items that should be returned in the result set.The pagination token for the next page of data.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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 Details
-
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
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).- Parameters:
maxResults
- Specifies the maximum number of items that should be returned in the result set. The default formaxResults
is 20 (for all paginated API operations).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
DescribeFlowExecutionRecordsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-