Interface VpcEndpoint.Builder

    • Method Detail

      • vpcEndpointId

        VpcEndpoint.Builder vpcEndpointId​(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.
      • vpcId

        VpcEndpoint.Builder vpcId​(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.
      • networkInterfaces

        VpcEndpoint.Builder networkInterfaces​(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.
      • networkInterfaces

        VpcEndpoint.Builder networkInterfaces​(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.