Interface DeleteEventRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,BedrockAgentCoreRequest.Builder
,Buildable
,CopyableBuilder<DeleteEventRequest.Builder,
,DeleteEventRequest> SdkBuilder<DeleteEventRequest.Builder,
,DeleteEventRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
DeleteEventRequest
@Mutable
@NotThreadSafe
public static interface DeleteEventRequest.Builder
extends BedrockAgentCoreRequest.Builder, SdkPojo, CopyableBuilder<DeleteEventRequest.Builder,DeleteEventRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe identifier of the actor associated with the event to delete.The identifier of the event to delete.The identifier of the memory store from which to delete 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 to delete.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 from which to delete the event.
- Parameters:
memoryId
- The identifier of the memory store from which to delete 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 to delete.
- Parameters:
sessionId
- The identifier of the session containing the event to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventId
The identifier of the event to delete.
- Parameters:
eventId
- The identifier of the event to delete.- 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 to delete.
- Parameters:
actorId
- The identifier of the actor associated with the event to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteEventRequest.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
DeleteEventRequest.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.
-