Interface ListPluginActionsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListPluginActionsRequest.Builder,,ListPluginActionsRequest> QBusinessRequest.Builder,SdkBuilder<ListPluginActionsRequest.Builder,,ListPluginActionsRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
ListPluginActionsRequest
@Mutable
@NotThreadSafe
public static interface ListPluginActionsRequest.Builder
extends QBusinessRequest.Builder, SdkPojo, CopyableBuilder<ListPluginActionsRequest.Builder,ListPluginActionsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionapplicationId(String applicationId) The identifier of the Amazon Q Business application the plugin is attached to.maxResults(Integer maxResults) The maximum number of plugin actions to return.If the number of plugin actions returned exceedsmaxResults, Amazon Q Business returns a next token as a pagination token to retrieve the next set of plugin actions.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The identifier of the Amazon Q Business plugin.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.qbusiness.model.QBusinessRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
applicationId
The identifier of the Amazon Q Business application the plugin is attached to.
- Parameters:
applicationId- The identifier of the Amazon Q Business application the plugin is attached to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pluginId
The identifier of the Amazon Q Business plugin.
- Parameters:
pluginId- The identifier of the Amazon Q Business plugin.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
If the number of plugin actions returned exceeds
maxResults, Amazon Q Business returns a next token as a pagination token to retrieve the next set of plugin actions.- Parameters:
nextToken- If the number of plugin actions returned exceedsmaxResults, Amazon Q Business returns a next token as a pagination token to retrieve the next set of plugin actions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The maximum number of plugin actions to return.
- Parameters:
maxResults- The maximum number of plugin actions to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListPluginActionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListPluginActionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-