Interface DeleteAgentActionGroupRequest.Builder

All Superinterfaces:
AwsRequest.Builder, BedrockAgentRequest.Builder, Buildable, CopyableBuilder<DeleteAgentActionGroupRequest.Builder,DeleteAgentActionGroupRequest>, SdkBuilder<DeleteAgentActionGroupRequest.Builder,DeleteAgentActionGroupRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
DeleteAgentActionGroupRequest

public static interface DeleteAgentActionGroupRequest.Builder extends BedrockAgentRequest.Builder, SdkPojo, CopyableBuilder<DeleteAgentActionGroupRequest.Builder,DeleteAgentActionGroupRequest>
  • Method Details

    • actionGroupId

      DeleteAgentActionGroupRequest.Builder actionGroupId(String actionGroupId)

      The unique identifier of the action group to delete.

      Parameters:
      actionGroupId - The unique identifier of the action group to delete.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • agentId

      The unique identifier of the agent that the action group belongs to.

      Parameters:
      agentId - The unique identifier of the agent that the action group belongs to.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • agentVersion

      DeleteAgentActionGroupRequest.Builder agentVersion(String agentVersion)

      The version of the agent that the action group belongs to.

      Parameters:
      agentVersion - The version of the agent that the action group belongs to.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • skipResourceInUseCheck

      DeleteAgentActionGroupRequest.Builder skipResourceInUseCheck(Boolean skipResourceInUseCheck)

      By default, this value is false and deletion is stopped if the resource is in use. If you set it to true, the resource will be deleted even if the resource is in use.

      Parameters:
      skipResourceInUseCheck - By default, this value is false and deletion is stopped if the resource is in use. If you set it to true, the resource will be deleted even if the resource is in use.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      DeleteAgentActionGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.