Interface DeleteCustomPluginResponse.Builder

  • Method Details

    • customPluginArn

      DeleteCustomPluginResponse.Builder customPluginArn(String customPluginArn)

      The Amazon Resource Name (ARN) of the custom plugin that you requested to delete.

      Parameters:
      customPluginArn - The Amazon Resource Name (ARN) of the custom plugin that you requested to delete.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • customPluginState

      DeleteCustomPluginResponse.Builder customPluginState(String customPluginState)

      The state of the custom plugin.

      Parameters:
      customPluginState - The state of the custom plugin.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • customPluginState

      DeleteCustomPluginResponse.Builder customPluginState(CustomPluginState customPluginState)

      The state of the custom plugin.

      Parameters:
      customPluginState - The state of the custom plugin.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: