JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

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.kafka.model

Class CreateClusterV2Request

    • Constructor Detail

      • CreateClusterV2Request

        public CreateClusterV2Request()
    • Method Detail

      • setClusterName

        public void setClusterName(String clusterName)

        The name of the cluster.

        Parameters:
        clusterName -

        The name of the cluster.

      • getClusterName

        public String getClusterName()

        The name of the cluster.

        Returns:

        The name of the cluster.

      • withClusterName

        public CreateClusterV2Request withClusterName(String clusterName)

        The name of the cluster.

        Parameters:
        clusterName -

        The name of the cluster.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getTags

        public Map<String,String> getTags()

        A map of tags that you want the cluster to have.

        Returns:

        A map of tags that you want the cluster to have.

      • setTags

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

        A map of tags that you want the cluster to have.

        Parameters:
        tags -

        A map of tags that you want the cluster to have.

      • withTags

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

        A map of tags that you want the cluster to have.

        Parameters:
        tags -

        A map of tags that you want the cluster to have.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clearTagsEntries

        public CreateClusterV2Request clearTagsEntries()
        Removes all the entries added into Tags.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setProvisioned

        public void setProvisioned(ProvisionedRequest provisioned)

        Information about the provisioned cluster.

        Parameters:
        provisioned -

        Information about the provisioned cluster.

      • getProvisioned

        public ProvisionedRequest getProvisioned()

        Information about the provisioned cluster.

        Returns:

        Information about the provisioned cluster.

      • withProvisioned

        public CreateClusterV2Request withProvisioned(ProvisionedRequest provisioned)

        Information about the provisioned cluster.

        Parameters:
        provisioned -

        Information about the provisioned cluster.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setServerless

        public void setServerless(ServerlessRequest serverless)

        Information about the serverless cluster.

        Parameters:
        serverless -

        Information about the serverless cluster.

      • getServerless

        public ServerlessRequest getServerless()

        Information about the serverless cluster.

        Returns:

        Information about the serverless cluster.

      • withServerless

        public CreateClusterV2Request withServerless(ServerlessRequest serverless)

        Information about the serverless cluster.

        Parameters:
        serverless -

        Information about the serverless cluster.

        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 によって変換されたページ (->オリジナル) /