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 VpcConnection

    • Constructor Detail

      • VpcConnection

        public VpcConnection()
    • Method Detail

      • setVpcConnectionArn

        public void setVpcConnectionArn(String vpcConnectionArn)

        The ARN that identifies the Vpc Connection.

        Parameters:
        vpcConnectionArn -

        The ARN that identifies the Vpc Connection.

      • getVpcConnectionArn

        public String getVpcConnectionArn()

        The ARN that identifies the Vpc Connection.

        Returns:

        The ARN that identifies the Vpc Connection.

      • withVpcConnectionArn

        public VpcConnection withVpcConnectionArn(String vpcConnectionArn)

        The ARN that identifies the Vpc Connection.

        Parameters:
        vpcConnectionArn -

        The ARN that identifies the Vpc Connection.

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

        public void setTargetClusterArn(String targetClusterArn)

        The ARN that identifies the Cluster which the Vpc Connection belongs to.

        Parameters:
        targetClusterArn -

        The ARN that identifies the Cluster which the Vpc Connection belongs to.

      • getTargetClusterArn

        public String getTargetClusterArn()

        The ARN that identifies the Cluster which the Vpc Connection belongs to.

        Returns:

        The ARN that identifies the Cluster which the Vpc Connection belongs to.

      • withTargetClusterArn

        public VpcConnection withTargetClusterArn(String targetClusterArn)

        The ARN that identifies the Cluster which the Vpc Connection belongs to.

        Parameters:
        targetClusterArn -

        The ARN that identifies the Cluster which the Vpc Connection belongs to.

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

        public void setCreationTime(Date creationTime)

        Creation time of the Vpc Connection.

        Parameters:
        creationTime -

        Creation time of the Vpc Connection.

      • getCreationTime

        public Date getCreationTime()

        Creation time of the Vpc Connection.

        Returns:

        Creation time of the Vpc Connection.

      • withCreationTime

        public VpcConnection withCreationTime(Date creationTime)

        Creation time of the Vpc Connection.

        Parameters:
        creationTime -

        Creation time of the Vpc Connection.

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

        public void setAuthentication(String authentication)

        Information about the auth scheme of Vpc Connection.

        Parameters:
        authentication -

        Information about the auth scheme of Vpc Connection.

      • getAuthentication

        public String getAuthentication()

        Information about the auth scheme of Vpc Connection.

        Returns:

        Information about the auth scheme of Vpc Connection.

      • withAuthentication

        public VpcConnection withAuthentication(String authentication)

        Information about the auth scheme of Vpc Connection.

        Parameters:
        authentication -

        Information about the auth scheme of Vpc Connection.

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

        public void setVpcId(String vpcId)

        The vpcId that belongs to the Vpc Connection.

        Parameters:
        vpcId -

        The vpcId that belongs to the Vpc Connection.

      • getVpcId

        public String getVpcId()

        The vpcId that belongs to the Vpc Connection.

        Returns:

        The vpcId that belongs to the Vpc Connection.

      • withVpcId

        public VpcConnection withVpcId(String vpcId)

        The vpcId that belongs to the Vpc Connection.

        Parameters:
        vpcId -

        The vpcId that belongs to the Vpc Connection.

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

        public void setState(String state)

        State of the Vpc Connection.

        Parameters:
        state -

        State of the Vpc Connection.

        See Also:
        VpcConnectionState
      • getState

        public String getState()

        State of the Vpc Connection.

        Returns:

        State of the Vpc Connection.

        See Also:
        VpcConnectionState
      • withState

        public VpcConnection withState(String state)

        State of the Vpc Connection.

        Parameters:
        state -

        State of the Vpc Connection.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        VpcConnectionState
      • withState

        public VpcConnection withState(VpcConnectionState state)

        State of the Vpc Connection.

        Parameters:
        state -

        State of the Vpc Connection.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        VpcConnectionState
      • 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 によって変換されたページ (->オリジナル) /