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 AgentCore Memory resource from which to delete the event.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The identifier of the session containing the event to delete.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 from which to delete the event.
- Parameters:
memoryId- The identifier of the AgentCore Memory resource 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) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteEventRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-