Interface CreateCustomPluginResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<CreateCustomPluginResponse.Builder,CreateCustomPluginResponse>, KafkaConnectResponse.Builder, SdkBuilder<CreateCustomPluginResponse.Builder,CreateCustomPluginResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
CreateCustomPluginResponse

public static interface CreateCustomPluginResponse.Builder extends KafkaConnectResponse.Builder, SdkPojo, CopyableBuilder<CreateCustomPluginResponse.Builder,CreateCustomPluginResponse>
  • Method Details

    • customPluginArn

      CreateCustomPluginResponse.Builder customPluginArn(String customPluginArn)

      The Amazon Resource Name (ARN) that Amazon assigned to the custom plugin.

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

      CreateCustomPluginResponse.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

      CreateCustomPluginResponse.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:
    • name

      The name of the custom plugin.

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

      The revision of the custom plugin.

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