Interface ListAgentCollaboratorsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,BedrockAgentRequest.Builder,Buildable,CopyableBuilder<ListAgentCollaboratorsRequest.Builder,ListAgentCollaboratorsRequest>,SdkBuilder<ListAgentCollaboratorsRequest.Builder,ListAgentCollaboratorsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListAgentCollaboratorsRequest
@Mutable @NotThreadSafe public static interface ListAgentCollaboratorsRequest.Builder extends BedrockAgentRequest.Builder, SdkPojo, CopyableBuilder<ListAgentCollaboratorsRequest.Builder,ListAgentCollaboratorsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListAgentCollaboratorsRequest.BuilderagentId(String agentId)The agent's ID.ListAgentCollaboratorsRequest.BuilderagentVersion(String agentVersion)The agent's version.ListAgentCollaboratorsRequest.BuildermaxResults(Integer maxResults)The maximum number of agent collaborators to return in one page of results.ListAgentCollaboratorsRequest.BuildernextToken(String nextToken)Specify the pagination token from a previous request to retrieve the next page of results.ListAgentCollaboratorsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListAgentCollaboratorsRequest.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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
agentId
ListAgentCollaboratorsRequest.Builder agentId(String agentId)
The agent's ID.
- Parameters:
agentId- The agent's ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
agentVersion
ListAgentCollaboratorsRequest.Builder agentVersion(String agentVersion)
The agent's version.
- Parameters:
agentVersion- The agent's version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListAgentCollaboratorsRequest.Builder maxResults(Integer maxResults)
The maximum number of agent collaborators to return in one page of results.
- Parameters:
maxResults- The maximum number of agent collaborators to return in one page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListAgentCollaboratorsRequest.Builder nextToken(String nextToken)
Specify the pagination token from a previous request to retrieve the next page of results.
- Parameters:
nextToken- Specify the pagination token from a previous request to retrieve the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListAgentCollaboratorsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListAgentCollaboratorsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-