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 CreateCustomPluginRequest

    • Constructor Detail

      • CreateCustomPluginRequest

        public CreateCustomPluginRequest()
    • Method Detail

      • setContentType

        public void setContentType(String contentType)

        The type of the plugin file.

        Parameters:
        contentType - The type of the plugin file.
        See Also:
        CustomPluginContentType
      • getContentType

        public String getContentType()

        The type of the plugin file.

        Returns:
        The type of the plugin file.
        See Also:
        CustomPluginContentType
      • withContentType

        public CreateCustomPluginRequest withContentType(String contentType)

        The type of the plugin file.

        Parameters:
        contentType - The type of the plugin file.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        CustomPluginContentType
      • setDescription

        public void setDescription(String description)

        A summary description of the custom plugin.

        Parameters:
        description - A summary description of the custom plugin.
      • getDescription

        public String getDescription()

        A summary description of the custom plugin.

        Returns:
        A summary description of the custom plugin.
      • withDescription

        public CreateCustomPluginRequest withDescription(String description)

        A summary description of the custom plugin.

        Parameters:
        description - A summary description of the custom plugin.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setLocation

        public void setLocation(CustomPluginLocation location)

        Information about the location of a custom plugin.

        Parameters:
        location - Information about the location of a custom plugin.
      • getLocation

        public CustomPluginLocation getLocation()

        Information about the location of a custom plugin.

        Returns:
        Information about the location of a custom plugin.
      • withLocation

        public CreateCustomPluginRequest withLocation(CustomPluginLocation location)

        Information about the location of a custom plugin.

        Parameters:
        location - Information about the location of a custom plugin.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • 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 CreateCustomPluginRequest 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.
      • getTags

        public Map<String,String> getTags()

        The tags you want to attach to the custom plugin.

        Returns:
        The tags you want to attach to the custom plugin.
      • setTags

        public void setTags(Map<String,String> tags)

        The tags you want to attach to the custom plugin.

        Parameters:
        tags - The tags you want to attach to the custom plugin.
      • withTags

        public CreateCustomPluginRequest withTags(Map<String,String> tags)

        The tags you want to attach to the custom plugin.

        Parameters:
        tags - The tags you want to attach to the custom plugin.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clearTagsEntries

        public CreateCustomPluginRequest clearTagsEntries()
        Removes all the entries added into Tags.
        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 によって変換されたページ (->オリジナル) /