Interface GetAgentActionGroupRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,BedrockAgentRequest.Builder,Buildable,CopyableBuilder<GetAgentActionGroupRequest.Builder,,GetAgentActionGroupRequest> SdkBuilder<GetAgentActionGroupRequest.Builder,,GetAgentActionGroupRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetAgentActionGroupRequest
@Mutable
@NotThreadSafe
public static interface GetAgentActionGroupRequest.Builder
extends BedrockAgentRequest.Builder, SdkPojo, CopyableBuilder<GetAgentActionGroupRequest.Builder,GetAgentActionGroupRequest>
-
Method Summary
Modifier and TypeMethodDescriptionactionGroupId(String actionGroupId) The unique identifier of the action group for which to get information.The unique identifier of the agent that the action group belongs to.agentVersion(String agentVersion) The version of the agent that the action group belongs to.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.services.bedrockagent.model.BedrockAgentRequest.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
-
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
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.
-
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.
-
overrideConfiguration
GetAgentActionGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetAgentActionGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-