Interface ListFlowExecutionEventsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,BedrockAgentRuntimeRequest.Builder
,Buildable
,CopyableBuilder<ListFlowExecutionEventsRequest.Builder,
,ListFlowExecutionEventsRequest> SdkBuilder<ListFlowExecutionEventsRequest.Builder,
,ListFlowExecutionEventsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListFlowExecutionEventsRequest
@Mutable
@NotThreadSafe
public static interface ListFlowExecutionEventsRequest.Builder
extends BedrockAgentRuntimeRequest.Builder, SdkPojo, CopyableBuilder<ListFlowExecutionEventsRequest.Builder,ListFlowExecutionEventsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe type of events to retrieve.eventType
(FlowExecutionEventType eventType) The type of events to retrieve.executionIdentifier
(String executionIdentifier) The unique identifier of the flow execution.flowAliasIdentifier
(String flowAliasIdentifier) The unique identifier of the flow alias used for the execution.flowIdentifier
(String flowIdentifier) The unique identifier of the flow.maxResults
(Integer maxResults) The maximum number of events 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
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 Details
-
eventType
The type of events to retrieve. Specify
Node
for node-level events orFlow
for flow-level events.- Parameters:
eventType
- The type of events to retrieve. SpecifyNode
for node-level events orFlow
for flow-level events.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
eventType
The type of events to retrieve. Specify
Node
for node-level events orFlow
for flow-level events.- Parameters:
eventType
- The type of events to retrieve. SpecifyNode
for node-level events orFlow
for flow-level events.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
executionIdentifier
The unique identifier of the flow execution.
- Parameters:
executionIdentifier
- The unique identifier of the flow execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
flowAliasIdentifier
The unique identifier of the flow alias used for the execution.
- Parameters:
flowAliasIdentifier
- The unique identifier of the flow alias used for the execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
flowIdentifier
The unique identifier of the flow.
- Parameters:
flowIdentifier
- The unique identifier of the flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The maximum number of events to return in a single response. If more events exist than the specified maxResults value, a token is included in the response so that the remaining results can be retrieved.
- Parameters:
maxResults
- The maximum number of events to return in a single response. If more events exist than the specified maxResults value, 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
ListFlowExecutionEventsRequest.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
ListFlowExecutionEventsRequest.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.
-