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

Class VpcEndpoint

    • Constructor Detail

      • VpcEndpoint

        public VpcEndpoint()
    • Method Detail

      • setVpcEndpointId

        public void setVpcEndpointId(String vpcEndpointId)

        The connection endpoint ID for connecting an Amazon Redshift cluster through the proxy.

        Parameters:
        vpcEndpointId - The connection endpoint ID for connecting an Amazon Redshift cluster through the proxy.
      • getVpcEndpointId

        public String getVpcEndpointId()

        The connection endpoint ID for connecting an Amazon Redshift cluster through the proxy.

        Returns:
        The connection endpoint ID for connecting an Amazon Redshift cluster through the proxy.
      • withVpcEndpointId

        public VpcEndpoint withVpcEndpointId(String vpcEndpointId)

        The connection endpoint ID for connecting an Amazon Redshift cluster through the proxy.

        Parameters:
        vpcEndpointId - The connection endpoint ID for connecting an Amazon Redshift cluster through the proxy.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setVpcId

        public void setVpcId(String vpcId)

        The VPC identifier that the endpoint is associated.

        Parameters:
        vpcId - The VPC identifier that the endpoint is associated.
      • getVpcId

        public String getVpcId()

        The VPC identifier that the endpoint is associated.

        Returns:
        The VPC identifier that the endpoint is associated.
      • withVpcId

        public VpcEndpoint withVpcId(String vpcId)

        The VPC identifier that the endpoint is associated.

        Parameters:
        vpcId - The VPC identifier that the endpoint is associated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getNetworkInterfaces

        public List<NetworkInterface> getNetworkInterfaces()

        One or more network interfaces of the endpoint. Also known as an interface endpoint.

        Returns:
        One or more network interfaces of the endpoint. Also known as an interface endpoint.
      • setNetworkInterfaces

        public void setNetworkInterfaces(Collection<NetworkInterface> networkInterfaces)

        One or more network interfaces of the endpoint. Also known as an interface endpoint.

        Parameters:
        networkInterfaces - One or more network interfaces of the endpoint. Also known as an interface endpoint.
      • withNetworkInterfaces

        public VpcEndpoint withNetworkInterfaces(NetworkInterface... networkInterfaces)

        One or more network interfaces of the endpoint. Also known as an interface endpoint.

        NOTE: This method appends the values to the existing list (if any). Use setNetworkInterfaces(java.util.Collection) or withNetworkInterfaces(java.util.Collection) if you want to override the existing values.

        Parameters:
        networkInterfaces - One or more network interfaces of the endpoint. Also known as an interface endpoint.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withNetworkInterfaces

        public VpcEndpoint withNetworkInterfaces(Collection<NetworkInterface> networkInterfaces)

        One or more network interfaces of the endpoint. Also known as an interface endpoint.

        Parameters:
        networkInterfaces - One or more network interfaces of the endpoint. Also known as an interface endpoint.
        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 によって変換されたページ (->オリジナル) /