Interface ListFlowExecutionsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,BedrockAgentRuntimeRequest.Builder,Buildable,CopyableBuilder<ListFlowExecutionsRequest.Builder,,ListFlowExecutionsRequest> SdkBuilder<ListFlowExecutionsRequest.Builder,,ListFlowExecutionsRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
ListFlowExecutionsRequest
@Mutable
@NotThreadSafe
public static interface ListFlowExecutionsRequest.Builder
extends BedrockAgentRuntimeRequest.Builder, SdkPojo, CopyableBuilder<ListFlowExecutionsRequest.Builder,ListFlowExecutionsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionflowAliasIdentifier(String flowAliasIdentifier) The unique identifier of the flow alias to list executions for.flowIdentifier(String flowIdentifier) The unique identifier of the flow to list executions for.maxResults(Integer maxResults) The maximum number of flow executions to return in a single response.A token to retrieve the next set of results.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.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.services.bedrockagentruntime.model.BedrockAgentRuntimeRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
flowIdentifier
The unique identifier of the flow to list executions for.
- Parameters:
flowIdentifier- The unique identifier of the flow to list executions for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
flowAliasIdentifier
The unique identifier of the flow alias to list executions for.
- Parameters:
flowAliasIdentifier- The unique identifier of the flow alias to list executions for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The maximum number of flow executions to return in a single response. If more executions exist than the specified
maxResultsvalue, a token is included in the response so that the remaining results can be retrieved.- Parameters:
maxResults- The maximum number of flow executions to return in a single response. If more executions exist than the specifiedmaxResultsvalue, a token is included in the response so that the remaining results can be retrieved.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
A token to retrieve the next set of results. This value is returned in the response if more results are available.
- Parameters:
nextToken- A token to retrieve the next set of results. This value is returned in the response if more results are available.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListFlowExecutionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListFlowExecutionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-