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)Id generated at the server side when an Agent Action Group is createdGetAgentActionGroupRequest.BuilderagentId(String agentId)Id generated at the server side when an Agent is createdGetAgentActionGroupRequest.BuilderagentVersion(String agentVersion)Version number generated when a version is createdGetAgentActionGroupRequest.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
-
agentId
GetAgentActionGroupRequest.Builder agentId(String agentId)
Id generated at the server side when an Agent is created
- Parameters:
agentId- Id generated at the server side when an Agent is created- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
agentVersion
GetAgentActionGroupRequest.Builder agentVersion(String agentVersion)
Version number generated when a version is created
- Parameters:
agentVersion- Version number generated when a version is created- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
actionGroupId
GetAgentActionGroupRequest.Builder actionGroupId(String actionGroupId)
Id generated at the server side when an Agent Action Group is created
- Parameters:
actionGroupId- Id generated at the server side when an Agent Action Group is created- 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
-
-