Interface ListCrlsResponse.Builder

    • Method Detail

      • crls

        ListCrlsResponse.Builder crls​(Collection<CrlDetail> crls)

        A list of certificate revocation lists (CRL).

        Parameters:
        crls - A list of certificate revocation lists (CRL).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • crls

        ListCrlsResponse.Builder crls​(CrlDetail... crls)

        A list of certificate revocation lists (CRL).

        Parameters:
        crls - A list of certificate revocation lists (CRL).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListCrlsResponse.Builder nextToken​(String nextToken)

        A token that indicates where the output should continue from, if a previous request did not show all results. To get the next results, make the request again with this value.

        Parameters:
        nextToken - A token that indicates where the output should continue from, if a previous request did not show all results. To get the next results, make the request again with this value.
        Returns:
        Returns a reference to this object so that method calls can be chained together.