Interface ListCertificatesRequest.Builder

    • Method Detail

      • directoryId

        ListCertificatesRequest.Builder directoryId​(String directoryId)

        The identifier of the directory.

        Parameters:
        directoryId - The identifier of the directory.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListCertificatesRequest.Builder nextToken​(String nextToken)

        A token for requesting another page of certificates if the NextToken response element indicates that more certificates are available. Use the value of the returned NextToken element in your request until the token comes back as null. Pass null if this is the first call.

        Parameters:
        nextToken - A token for requesting another page of certificates if the NextToken response element indicates that more certificates are available. Use the value of the returned NextToken element in your request until the token comes back as null. Pass null if this is the first call.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • limit

        ListCertificatesRequest.Builder limit​(Integer limit)

        The number of items that should show up on one page

        Parameters:
        limit - The number of items that should show up on one page
        Returns:
        Returns a reference to this object so that method calls can be chained together.