Interface ListRetrieversRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListRetrieversRequest.Builder,ListRetrieversRequest>,QBusinessRequest.Builder,SdkBuilder<ListRetrieversRequest.Builder,ListRetrieversRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListRetrieversRequest
public static interface ListRetrieversRequest.Builder extends QBusinessRequest.Builder, SdkPojo, CopyableBuilder<ListRetrieversRequest.Builder,ListRetrieversRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListRetrieversRequest.BuilderapplicationId(String applicationId)The identifier of the Amazon Q application using the retriever.ListRetrieversRequest.BuildermaxResults(Integer maxResults)The maximum number of retrievers returned.ListRetrieversRequest.BuildernextToken(String nextToken)If the number of retrievers returned exceedsmaxResults, Amazon Q returns a next token as a pagination token to retrieve the next set of retrievers.ListRetrieversRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListRetrieversRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.qbusiness.model.QBusinessRequest.Builder
build
-
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
-
applicationId
ListRetrieversRequest.Builder applicationId(String applicationId)
The identifier of the Amazon Q application using the retriever.
- Parameters:
applicationId- The identifier of the Amazon Q application using the retriever.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListRetrieversRequest.Builder maxResults(Integer maxResults)
The maximum number of retrievers returned.
- Parameters:
maxResults- The maximum number of retrievers returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListRetrieversRequest.Builder nextToken(String nextToken)
If the number of retrievers returned exceeds
maxResults, Amazon Q returns a next token as a pagination token to retrieve the next set of retrievers.- Parameters:
nextToken- If the number of retrievers returned exceedsmaxResults, Amazon Q returns a next token as a pagination token to retrieve the next set of retrievers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListRetrieversRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListRetrieversRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-