Interface ListAgentActionGroupsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,BedrockAgentRequest.Builder,Buildable,CopyableBuilder<ListAgentActionGroupsRequest.Builder,ListAgentActionGroupsRequest>,SdkBuilder<ListAgentActionGroupsRequest.Builder,ListAgentActionGroupsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListAgentActionGroupsRequest
public static interface ListAgentActionGroupsRequest.Builder extends BedrockAgentRequest.Builder, SdkPojo, CopyableBuilder<ListAgentActionGroupsRequest.Builder,ListAgentActionGroupsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListAgentActionGroupsRequest.BuilderagentId(String agentId)Id generated at the server side when an Agent is ListedListAgentActionGroupsRequest.BuilderagentVersion(String agentVersion)Id generated at the server side when an Agent is ListedListAgentActionGroupsRequest.BuildermaxResults(Integer maxResults)Sets the value of the MaxResults property for this object.ListAgentActionGroupsRequest.BuildernextToken(String nextToken)Sets the value of the NextToken property for this object.ListAgentActionGroupsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListAgentActionGroupsRequest.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
ListAgentActionGroupsRequest.Builder agentId(String agentId)
Id generated at the server side when an Agent is Listed
- Parameters:
agentId- Id generated at the server side when an Agent is Listed- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
agentVersion
ListAgentActionGroupsRequest.Builder agentVersion(String agentVersion)
Id generated at the server side when an Agent is Listed
- Parameters:
agentVersion- Id generated at the server side when an Agent is Listed- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListAgentActionGroupsRequest.Builder maxResults(Integer maxResults)
Sets the value of the MaxResults property for this object.- Parameters:
maxResults- The new value for the MaxResults property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListAgentActionGroupsRequest.Builder nextToken(String nextToken)
Sets the value of the NextToken property for this object.- Parameters:
nextToken- The new value for the NextToken property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListAgentActionGroupsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListAgentActionGroupsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-