Interface ListImageReferrersResponse.Builder

  • Method Details

    • referrers

      The list of artifacts associated with the subject image.

      Parameters:
      referrers - The list of artifacts associated with the subject image.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • referrers

      The list of artifacts associated with the subject image.

      Parameters:
      referrers - The list of artifacts associated with the subject image.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • referrers

      The list of artifacts associated with the subject image.

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

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

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

      The nextToken value to include in a future ListImageReferrers request. When the results of a ListImageReferrers request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

      Parameters:
      nextToken - The nextToken value to include in a future ListImageReferrers request. When the results of a ListImageReferrers request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.
      Returns:
      Returns a reference to this object so that method calls can be chained together.