Interface ListVpcEndpointsResponse.Builder

    • Method Detail

      • vpcEndpointSummaryList

        ListVpcEndpointsResponse.Builder vpcEndpointSummaryList​(Collection<VpcEndpointSummary> vpcEndpointSummaryList)

        Information about each endpoint.

        Parameters:
        vpcEndpointSummaryList - Information about each endpoint.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • vpcEndpointSummaryList

        ListVpcEndpointsResponse.Builder vpcEndpointSummaryList​(VpcEndpointSummary... vpcEndpointSummaryList)

        Information about each endpoint.

        Parameters:
        vpcEndpointSummaryList - Information about each endpoint.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListVpcEndpointsResponse.Builder nextToken​(String nextToken)

        Provides an identifier to allow retrieval of paginated results.

        Parameters:
        nextToken - Provides an identifier to allow retrieval of paginated results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.