Interface GetVpcLinksResponse.Builder

    • Method Detail

      • items

        GetVpcLinksResponse.Builder items​(Collection<VpcLink> items)

        A collection of VPC links.

        Parameters:
        items - A collection of VPC links.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • items

        GetVpcLinksResponse.Builder items​(VpcLink... items)

        A collection of VPC links.

        Parameters:
        items - A collection of VPC links.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        GetVpcLinksResponse.Builder nextToken​(String nextToken)

        The next page of elements from this collection. Not valid for the last element of the collection.

        Parameters:
        nextToken - The next page of elements from this collection. Not valid for the last element of the collection.
        Returns:
        Returns a reference to this object so that method calls can be chained together.