Interface InvalidationList.Builder

  • Method Details

    • marker

      The value that you provided for the Marker request parameter.

      Parameters:
      marker - The value that you provided for the Marker request parameter.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextMarker

      InvalidationList.Builder nextMarker(String nextMarker)

      If IsTruncated is true, this element is present and contains the value that you can use for the Marker request parameter to continue listing your invalidation batches where they left off.

      Parameters:
      nextMarker - If IsTruncated is true, this element is present and contains the value that you can use for the Marker request parameter to continue listing your invalidation batches where they left off.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxItems

      InvalidationList.Builder maxItems(Integer maxItems)

      The value that you provided for the MaxItems request parameter.

      Parameters:
      maxItems - The value that you provided for the MaxItems request parameter.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • isTruncated

      InvalidationList.Builder isTruncated(Boolean isTruncated)

      A flag that indicates whether more invalidation batch requests 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 invalidation batches in the list.

      Parameters:
      isTruncated - A flag that indicates whether more invalidation batch requests 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 invalidation batches in the list.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • quantity

      InvalidationList.Builder quantity(Integer quantity)

      The number of invalidation batches that were created by the current Amazon Web Services account.

      Parameters:
      quantity - The number of invalidation batches that were created by the current Amazon Web Services account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • items

      A complex type that contains one InvalidationSummary element for each invalidation batch created by the current Amazon Web Services account.

      Parameters:
      items - A complex type that contains one InvalidationSummary element for each invalidation batch created by the current Amazon Web Services account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • items

      A complex type that contains one InvalidationSummary element for each invalidation batch created by the current Amazon Web Services account.

      Parameters:
      items - A complex type that contains one InvalidationSummary element for each invalidation batch created by the current Amazon Web Services account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • items

      A complex type that contains one InvalidationSummary element for each invalidation batch created by the current Amazon Web Services account.

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

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

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