Interface UpdatePluginRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdatePluginRequest.Builder,UpdatePluginRequest>,QBusinessRequest.Builder,SdkBuilder<UpdatePluginRequest.Builder,UpdatePluginRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdatePluginRequest
public static interface UpdatePluginRequest.Builder extends QBusinessRequest.Builder, SdkPojo, CopyableBuilder<UpdatePluginRequest.Builder,UpdatePluginRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.qbusiness.model.QBusinessRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
applicationId
UpdatePluginRequest.Builder applicationId(String applicationId)
The identifier of the application the plugin is attached to.
- Parameters:
applicationId- The identifier of the application the plugin is attached to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
authConfiguration
UpdatePluginRequest.Builder authConfiguration(PluginAuthConfiguration authConfiguration)
The authentication configuration the plugin is using.
- Parameters:
authConfiguration- The authentication configuration the plugin is using.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
authConfiguration
default UpdatePluginRequest.Builder authConfiguration(Consumer<PluginAuthConfiguration.Builder> authConfiguration)
The authentication configuration the plugin is using.
This is a convenience method that creates an instance of thePluginAuthConfiguration.Builderavoiding the need to create one manually viaPluginAuthConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toauthConfiguration(PluginAuthConfiguration).- Parameters:
authConfiguration- a consumer that will call methods onPluginAuthConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
authConfiguration(PluginAuthConfiguration)
-
displayName
UpdatePluginRequest.Builder displayName(String displayName)
The name of the plugin.
- Parameters:
displayName- The name of the plugin.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pluginId
UpdatePluginRequest.Builder pluginId(String pluginId)
The identifier of the plugin.
- Parameters:
pluginId- The identifier of the plugin.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serverUrl
UpdatePluginRequest.Builder serverUrl(String serverUrl)
The source URL used for plugin configuration.
- Parameters:
serverUrl- The source URL used for plugin configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
state
UpdatePluginRequest.Builder state(String state)
The status of the plugin.
- Parameters:
state- The status of the plugin.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PluginState,PluginState
-
state
UpdatePluginRequest.Builder state(PluginState state)
The status of the plugin.
- Parameters:
state- The status of the plugin.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PluginState,PluginState
-
overrideConfiguration
UpdatePluginRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdatePluginRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-