UpdatePluginRequest.Builder |
UpdatePluginRequest.Builder.applicationId(String applicationId) |
The identifier of the application the plugin is attached to.
|
default UpdatePluginRequest.Builder |
UpdatePluginRequest.Builder.authConfiguration(Consumer<PluginAuthConfiguration.Builder> authConfiguration) |
The authentication configuration the plugin is using.
|
UpdatePluginRequest.Builder |
UpdatePluginRequest.Builder.authConfiguration(PluginAuthConfiguration authConfiguration) |
The authentication configuration the plugin is using.
|
static UpdatePluginRequest.Builder |
UpdatePluginRequest.builder() |
|
UpdatePluginRequest.Builder |
UpdatePluginRequest.Builder.displayName(String displayName) |
The name of the plugin.
|
UpdatePluginRequest.Builder |
UpdatePluginRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
UpdatePluginRequest.Builder |
UpdatePluginRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
UpdatePluginRequest.Builder |
UpdatePluginRequest.Builder.pluginId(String pluginId) |
The identifier of the plugin.
|
UpdatePluginRequest.Builder |
UpdatePluginRequest.Builder.serverUrl(String serverUrl) |
The source URL used for plugin configuration.
|
UpdatePluginRequest.Builder |
UpdatePluginRequest.Builder.state(String state) |
The status of the plugin.
|
UpdatePluginRequest.Builder |
UpdatePluginRequest.Builder.state(PluginState state) |
The status of the plugin.
|
UpdatePluginRequest.Builder |
UpdatePluginRequest.toBuilder() |
|