Interface VpcOriginList.Builder

  • Method Details

    • 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

      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

      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

      The items of the VPC origins list.

      This is a convenience method that creates an instance of the VpcOriginSummary.Builder avoiding the need to create one manually via VpcOriginSummary.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to items(List<VpcOriginSummary>).

      Parameters:
      items - a consumer that will call methods on VpcOriginSummary.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: