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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteAgentActionGroupRequest.BuilderactionGroupId(String actionGroupId)The unique identifier of the action group to delete.DeleteAgentActionGroupRequest.BuilderagentId(String agentId)The unique identifier of the agent that the action group belongs to.DeleteAgentActionGroupRequest.BuilderagentVersion(String agentVersion)The version of the agent that the action group belongs to.DeleteAgentActionGroupRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteAgentActionGroupRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteAgentActionGroupRequest.BuilderskipResourceInUseCheck(Boolean skipResourceInUseCheck)By default, this value isfalseand deletion is stopped if the resource is in use.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.bedrockagent.model.BedrockAgentRequest.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, sdkFields
-
-
-
-
Method Detail
-
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
DeleteAgentActionGroupRequest.Builder agentId(String 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
falseand deletion is stopped if the resource is in use. If you set it totrue, the resource will be deleted even if the resource is in use.- Parameters:
skipResourceInUseCheck- By default, this value isfalseand deletion is stopped if the resource is in use. If you set it totrue, 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteAgentActionGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-