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 Summary
Modifier and TypeMethodDescriptionIf themaxResults
response 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.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.qbusiness.model.QBusinessResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
nextToken
If the
maxResults
response 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 themaxResults
response 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.
-
plugins
Information 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.
-
plugins
Information 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.
-
plugins
Information about a configured plugin.
This is a convenience method that creates an instance of thePlugin.Builder
avoiding the need to create one manually viaPlugin.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toplugins(List<Plugin>)
.- Parameters:
plugins
- a consumer that will call methods onPlugin.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-