Interface ListPullTimeUpdateExclusionsResponse.Builder

  • Method Details

    • pullTimeUpdateExclusions

      ListPullTimeUpdateExclusionsResponse.Builder pullTimeUpdateExclusions(Collection<String> pullTimeUpdateExclusions)

      The list of IAM principal ARNs that are excluded from having their image pull times recorded.

      Parameters:
      pullTimeUpdateExclusions - The list of IAM principal ARNs that are excluded from having their image pull times recorded.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • pullTimeUpdateExclusions

      ListPullTimeUpdateExclusionsResponse.Builder pullTimeUpdateExclusions(String... pullTimeUpdateExclusions)

      The list of IAM principal ARNs that are excluded from having their image pull times recorded.

      Parameters:
      pullTimeUpdateExclusions - The list of IAM principal ARNs that are excluded from having their image pull times recorded.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      The nextToken value to include in a future ListPullTimeUpdateExclusions request. When the results of a ListPullTimeUpdateExclusions 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 ListPullTimeUpdateExclusions request. When the results of a ListPullTimeUpdateExclusions 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.