Interface ListRetrieversRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<ListRetrieversRequest.Builder,,- ListRetrieversRequest> - QBusinessRequest.Builder,- SdkBuilder<ListRetrieversRequest.Builder,,- ListRetrieversRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- ListRetrieversRequest
@Mutable
@NotThreadSafe
public static interface ListRetrieversRequest.Builder
extends QBusinessRequest.Builder, SdkPojo, CopyableBuilder<ListRetrieversRequest.Builder,ListRetrieversRequest> 
- 
Method SummaryModifier and TypeMethodDescriptionapplicationId(String applicationId) The identifier of the Amazon Q Business application using the retriever.maxResults(Integer maxResults) The maximum number of retrievers returned.If the number of retrievers returned exceedsmaxResults, Amazon Q Business returns a next token as a pagination token to retrieve the next set of retrievers.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.qbusiness.model.QBusinessRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
applicationIdThe identifier of the Amazon Q Business application using the retriever. - Parameters:
- applicationId- The identifier of the Amazon Q Business application using the retriever.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
nextTokenIf the number of retrievers returned exceeds maxResults, Amazon Q Business returns a next token as a pagination token to retrieve the next set of retrievers.- Parameters:
- nextToken- If the number of retrievers returned exceeds- maxResults, Amazon Q Business 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.
 
- 
maxResultsThe 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.
 
- 
overrideConfigurationListRetrieversRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationListRetrieversRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-