Interface VpcConnection.Builder

    • Method Detail

      • vpcConnectionArn

        VpcConnection.Builder vpcConnectionArn​(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.
      • targetClusterArn

        VpcConnection.Builder targetClusterArn​(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.
      • creationTime

        VpcConnection.Builder creationTime​(Instant 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.
      • authentication

        VpcConnection.Builder authentication​(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.
      • vpcId

        VpcConnection.Builder vpcId​(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.