Interface ListPluginsResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<ListPluginsResponse.Builder,,- ListPluginsResponse> - QBusinessResponse.Builder,- SdkBuilder<ListPluginsResponse.Builder,,- ListPluginsResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- ListPluginsResponse
@Mutable
@NotThreadSafe
public static interface ListPluginsResponse.Builder
extends QBusinessResponse.Builder, SdkPojo, CopyableBuilder<ListPluginsResponse.Builder,ListPluginsResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionIf themaxResultsresponse was incomplete because there is more data to retrieve, Amazon Q Business returns a pagination token in the response.plugins(Collection<Plugin> plugins) Information about a configured plugin.plugins(Consumer<Plugin.Builder>... plugins) Information about a configured plugin.Information about a configured plugin.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.qbusiness.model.QBusinessResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
nextTokenIf the maxResultsresponse was incomplete because there is more data to retrieve, Amazon Q Business returns a pagination token in the response. You can use this pagination token to retrieve the next set of plugins.- Parameters:
- nextToken- If the- maxResultsresponse was incomplete because there is more data to retrieve, Amazon Q Business returns a pagination token in the response. You can use this pagination token to retrieve the next set of plugins.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
pluginsInformation about a configured plugin. - Parameters:
- plugins- Information about a configured plugin.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
pluginsInformation about a configured plugin. - Parameters:
- plugins- Information about a configured plugin.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
pluginsInformation about a configured plugin. This is a convenience method that creates an instance of thePlugin.Builderavoiding the need to create one manually viaPlugin.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toplugins(List<Plugin>).- Parameters:
- plugins- a consumer that will call methods on- Plugin.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-