Interface GetEventRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,BedrockAgentCoreRequest.Builder,Buildable,CopyableBuilder<GetEventRequest.Builder,,GetEventRequest> SdkBuilder<GetEventRequest.Builder,,GetEventRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
GetEventRequest
@Mutable
@NotThreadSafe
public static interface GetEventRequest.Builder
extends BedrockAgentCoreRequest.Builder, SdkPojo, CopyableBuilder<GetEventRequest.Builder,GetEventRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe identifier of the actor associated with the event.The identifier of the event to retrieve.The identifier of the AgentCore Memory resource containing the event.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The identifier of the session containing the event.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.services.bedrockagentcore.model.BedrockAgentCoreRequest.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
-
memoryId
The identifier of the AgentCore Memory resource containing the event.
- Parameters:
memoryId- The identifier of the AgentCore Memory resource containing the event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sessionId
The identifier of the session containing the event.
- Parameters:
sessionId- The identifier of the session containing the event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
actorId
The identifier of the actor associated with the event.
- Parameters:
actorId- The identifier of the actor associated with the event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventId
The identifier of the event to retrieve.
- Parameters:
eventId- The identifier of the event to retrieve.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetEventRequest.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
GetEventRequest.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.
-