JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.kafkaconnect.model

Class CreateCustomPluginResult

    • Constructor Detail

      • CreateCustomPluginResult

        public CreateCustomPluginResult()
    • Method Detail

      • setCustomPluginArn

        public void setCustomPluginArn(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.
      • getCustomPluginArn

        public String getCustomPluginArn()

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

        Returns:
        The Amazon Resource Name (ARN) that Amazon assigned to the custom plugin.
      • withCustomPluginArn

        public CreateCustomPluginResult withCustomPluginArn(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.
      • setCustomPluginState

        public void setCustomPluginState(String customPluginState)

        The state of the custom plugin.

        Parameters:
        customPluginState - The state of the custom plugin.
        See Also:
        CustomPluginState
      • getCustomPluginState

        public String getCustomPluginState()

        The state of the custom plugin.

        Returns:
        The state of the custom plugin.
        See Also:
        CustomPluginState
      • withCustomPluginState

        public CreateCustomPluginResult withCustomPluginState(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
      • withCustomPluginState

        public CreateCustomPluginResult withCustomPluginState(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:
        CustomPluginState
      • setName

        public void setName(String name)

        The name of the custom plugin.

        Parameters:
        name - The name of the custom plugin.
      • getName

        public String getName()

        The name of the custom plugin.

        Returns:
        The name of the custom plugin.
      • withName

        public CreateCustomPluginResult withName(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.
      • setRevision

        public void setRevision(Long revision)

        The revision of the custom plugin.

        Parameters:
        revision - The revision of the custom plugin.
      • getRevision

        public Long getRevision()

        The revision of the custom plugin.

        Returns:
        The revision of the custom plugin.
      • withRevision

        public CreateCustomPluginResult withRevision(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.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /