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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListFlowExecutionsRequest.BuilderflowAliasIdentifier(String flowAliasIdentifier)The unique identifier of the flow alias to list executions for.ListFlowExecutionsRequest.BuilderflowIdentifier(String flowIdentifier)The unique identifier of the flow to list executions for.ListFlowExecutionsRequest.BuildermaxResults(Integer maxResults)The maximum number of flow executions to return in a single response.ListFlowExecutionsRequest.BuildernextToken(String nextToken)A token to retrieve the next set of results.ListFlowExecutionsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListFlowExecutionsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.bedrockagentruntime.model.BedrockAgentRuntimeRequest.Builder
build
-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
flowAliasIdentifier
ListFlowExecutionsRequest.Builder flowAliasIdentifier(String 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.
-
flowIdentifier
ListFlowExecutionsRequest.Builder flowIdentifier(String 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.
-
maxResults
ListFlowExecutionsRequest.Builder maxResults(Integer 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
ListFlowExecutionsRequest.Builder nextToken(String 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListFlowExecutionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-