Interface CreateCustomPluginResponse.Builder

    • Method Detail

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

        CreateCustomPluginResponse.Builder name​(String 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

        CreateCustomPluginResponse.Builder revision​(Long 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.