Interface GetAgentActionGroupRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,BedrockAgentRequest.Builder,Buildable,CopyableBuilder<GetAgentActionGroupRequest.Builder,GetAgentActionGroupRequest>,SdkBuilder<GetAgentActionGroupRequest.Builder,GetAgentActionGroupRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetAgentActionGroupRequest
public static interface GetAgentActionGroupRequest.Builder extends BedrockAgentRequest.Builder, SdkPojo, CopyableBuilder<GetAgentActionGroupRequest.Builder,GetAgentActionGroupRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetAgentActionGroupRequest.BuilderactionGroupId(String actionGroupId)The unique identifier of the action group for which to get information.GetAgentActionGroupRequest.BuilderagentId(String agentId)The unique identifier of the agent that the action group belongs to.GetAgentActionGroupRequest.BuilderagentVersion(String agentVersion)The version of the agent that the action group belongs to.GetAgentActionGroupRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetAgentActionGroupRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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
GetAgentActionGroupRequest.Builder actionGroupId(String actionGroupId)
The unique identifier of the action group for which to get information.
- Parameters:
actionGroupId- The unique identifier of the action group for which to get information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
agentId
GetAgentActionGroupRequest.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
GetAgentActionGroupRequest.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.
-
overrideConfiguration
GetAgentActionGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetAgentActionGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-