CreatePluginRequest.Builder |
CreatePluginRequest.Builder.applicationId(String applicationId) |
The identifier of the application that will contain the plugin.
|
default CreatePluginRequest.Builder |
CreatePluginRequest.Builder.authConfiguration(Consumer<PluginAuthConfiguration.Builder> authConfiguration) |
Sets the value of the AuthConfiguration property for this object.
|
CreatePluginRequest.Builder |
CreatePluginRequest.Builder.authConfiguration(PluginAuthConfiguration authConfiguration) |
Sets the value of the AuthConfiguration property for this object.
|
static CreatePluginRequest.Builder |
CreatePluginRequest.builder() |
|
CreatePluginRequest.Builder |
CreatePluginRequest.Builder.clientToken(String clientToken) |
A token that you provide to identify the request to create your Amazon Q Business plugin.
|
default CreatePluginRequest.Builder |
CreatePluginRequest.Builder.customPluginConfiguration(Consumer<CustomPluginConfiguration.Builder> customPluginConfiguration) |
Contains configuration for a custom plugin.
|
CreatePluginRequest.Builder |
CreatePluginRequest.Builder.customPluginConfiguration(CustomPluginConfiguration customPluginConfiguration) |
Contains configuration for a custom plugin.
|
CreatePluginRequest.Builder |
CreatePluginRequest.Builder.displayName(String displayName) |
A the name for your plugin.
|
CreatePluginRequest.Builder |
CreatePluginRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreatePluginRequest.Builder |
CreatePluginRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreatePluginRequest.Builder |
CreatePluginRequest.Builder.serverUrl(String serverUrl) |
The source URL used for plugin configuration.
|
CreatePluginRequest.Builder |
CreatePluginRequest.Builder.tags(Collection<Tag> tags) |
A list of key-value pairs that identify or categorize the data source connector.
|
CreatePluginRequest.Builder |
CreatePluginRequest.Builder.tags(Consumer<Tag.Builder>... tags) |
A list of key-value pairs that identify or categorize the data source connector.
|
CreatePluginRequest.Builder |
CreatePluginRequest.Builder.tags(Tag... tags) |
A list of key-value pairs that identify or categorize the data source connector.
|
CreatePluginRequest.Builder |
CreatePluginRequest.toBuilder() |
|
CreatePluginRequest.Builder |
CreatePluginRequest.Builder.type(String type) |
The type of plugin you want to create.
|
CreatePluginRequest.Builder |
CreatePluginRequest.Builder.type(PluginType type) |
The type of plugin you want to create.
|