Interface DescribeVpcEndpointsResponse.Builder

    • Method Detail

      • vpcEndpoints

        DescribeVpcEndpointsResponse.Builder vpcEndpoints​(Collection<VpcEndpoint> vpcEndpoints)

        Information about the endpoints.

        Parameters:
        vpcEndpoints - Information about the endpoints.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • vpcEndpoints

        DescribeVpcEndpointsResponse.Builder vpcEndpoints​(VpcEndpoint... vpcEndpoints)

        Information about the endpoints.

        Parameters:
        vpcEndpoints - Information about the endpoints.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeVpcEndpointsResponse.Builder nextToken​(String nextToken)

        The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

        Parameters:
        nextToken - The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
        Returns:
        Returns a reference to this object so that method calls can be chained together.