Interface VpcOriginList.Builder

    • Method Detail

      • marker

        VpcOriginList.Builder marker​(String marker)

        The marker associated with the VPC origins list.

        Parameters:
        marker - The marker associated with the VPC origins list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextMarker

        VpcOriginList.Builder nextMarker​(String nextMarker)

        The next marker associated with the VPC origins list.

        Parameters:
        nextMarker - The next marker associated with the VPC origins list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxItems

        VpcOriginList.Builder maxItems​(Integer maxItems)

        The maximum number of items included in the list.

        Parameters:
        maxItems - The maximum number of items included in the list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isTruncated

        VpcOriginList.Builder isTruncated​(Boolean isTruncated)

        A flag that indicates whether more VPC origins remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more VPC origins in the list.

        Parameters:
        isTruncated - A flag that indicates whether more VPC origins remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more VPC origins in the list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • quantity

        VpcOriginList.Builder quantity​(Integer quantity)

        The number of VPC origins in the list.

        Parameters:
        quantity - The number of VPC origins in the list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • items

        VpcOriginList.Builder items​(Collection<VpcOriginSummary> items)

        The items of the VPC origins list.

        Parameters:
        items - The items of the VPC origins list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • items

        VpcOriginList.Builder items​(VpcOriginSummary... items)

        The items of the VPC origins list.

        Parameters:
        items - The items of the VPC origins list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.