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 memory store 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
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.services.bedrockagentcore.model.BedrockAgentCoreRequest.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
-
memoryId
The identifier of the memory store containing the event.
- Parameters:
memoryId
- The identifier of the memory store 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.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
GetEventRequest.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.
-