Interface VpcEndpoint.Builder

    • Method Detail

      • vpcEndpointId

        VpcEndpoint.Builder vpcEndpointId​(String vpcEndpointId)

        The unique identifier of the endpoint.

        Parameters:
        vpcEndpointId - The unique identifier of the endpoint.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • vpcId

        VpcEndpoint.Builder vpcId​(String vpcId)

        The ID for your VPC. Amazon Web Services PrivateLink generates this value when you create a VPC.

        Parameters:
        vpcId - The ID for your VPC. Amazon Web Services PrivateLink generates this value when you create a VPC.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • vpcOptions

        VpcEndpoint.Builder vpcOptions​(VpcOptions vpcOptions)

        Information about the VPC, including associated subnets and security groups.

        Parameters:
        vpcOptions - Information about the VPC, including associated subnets and security groups.
        Returns:
        Returns a reference to this object so that method calls can be chained together.