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 ClientVpcConnection

    • Constructor Detail

      • ClientVpcConnection

        public ClientVpcConnection()
    • Method Detail

      • 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 ClientVpcConnection 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.
      • 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 ClientVpcConnection 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.
      • 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 ClientVpcConnection 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
      • 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 ClientVpcConnection 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.
      • setOwner

        public void setOwner(String owner)

        The Owner of the Vpc Connection.

        Parameters:
        owner -

        The Owner of the Vpc Connection.

      • getOwner

        public String getOwner()

        The Owner of the Vpc Connection.

        Returns:

        The Owner of the Vpc Connection.

      • withOwner

        public ClientVpcConnection withOwner(String owner)

        The Owner of the Vpc Connection.

        Parameters:
        owner -

        The Owner of the Vpc Connection.

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