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
Modifier and TypeMethodDescriptionThe agent's ID.agentVersion(String agentVersion) The agent's version.maxResults(Integer maxResults) The maximum number of agent collaborators to return in one page of results.Specify the pagination token from a previous request to retrieve the next page of results.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 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
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
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
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
-