Interface ListReleaseLabelsRequest.Builder

    • Method Detail

      • filters

        ListReleaseLabelsRequest.Builder filters​(ReleaseLabelFilter filters)

        Filters the results of the request. Prefix specifies the prefix of release labels to return. Application specifies the application (with/without version) of release labels to return.

        Parameters:
        filters - Filters the results of the request. Prefix specifies the prefix of release labels to return. Application specifies the application (with/without version) of release labels to return.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListReleaseLabelsRequest.Builder nextToken​(String nextToken)

        Specifies the next page of results. If NextToken is not specified, which is usually the case for the first request of ListReleaseLabels, the first page of results are determined by other filtering parameters or by the latest version. The ListReleaseLabels request fails if the identity (Amazon Web Services account ID) and all filtering parameters are different from the original request, or if the NextToken is expired or tampered with.

        Parameters:
        nextToken - Specifies the next page of results. If NextToken is not specified, which is usually the case for the first request of ListReleaseLabels, the first page of results are determined by other filtering parameters or by the latest version. The ListReleaseLabels request fails if the identity (Amazon Web Services account ID) and all filtering parameters are different from the original request, or if the NextToken is expired or tampered with.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListReleaseLabelsRequest.Builder maxResults​(Integer maxResults)

        Defines the maximum number of release labels to return in a single response. The default is 100.

        Parameters:
        maxResults - Defines the maximum number of release labels to return in a single response. The default is 100.
        Returns:
        Returns a reference to this object so that method calls can be chained together.