Interface ListCertificatesRequest.Builder

    • Method Detail

      • certificateStatusesWithStrings

        ListCertificatesRequest.Builder certificateStatusesWithStrings​(Collection<String> certificateStatuses)

        Filter the certificate list by status value.

        Parameters:
        certificateStatuses - Filter the certificate list by status value.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • certificateStatusesWithStrings

        ListCertificatesRequest.Builder certificateStatusesWithStrings​(String... certificateStatuses)

        Filter the certificate list by status value.

        Parameters:
        certificateStatuses - Filter the certificate list by status value.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • certificateStatuses

        ListCertificatesRequest.Builder certificateStatuses​(Collection<CertificateStatus> certificateStatuses)

        Filter the certificate list by status value.

        Parameters:
        certificateStatuses - Filter the certificate list by status value.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • certificateStatuses

        ListCertificatesRequest.Builder certificateStatuses​(CertificateStatus... certificateStatuses)

        Filter the certificate list by status value.

        Parameters:
        certificateStatuses - Filter the certificate list by status value.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • includes

        ListCertificatesRequest.Builder includes​(Filters includes)

        Filter the certificate list. For more information, see the Filters structure.

        Parameters:
        includes - Filter the certificate list. For more information, see the Filters structure.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListCertificatesRequest.Builder nextToken​(String nextToken)

        Use this parameter only when paginating results and only in a subsequent request after you receive a response with truncated results. Set it to the value of NextToken from the response you just received.

        Parameters:
        nextToken - Use this parameter only when paginating results and only in a subsequent request after you receive a response with truncated results. Set it to the value of NextToken from the response you just received.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxItems

        ListCertificatesRequest.Builder maxItems​(Integer maxItems)

        Use this parameter when paginating results to specify the maximum number of items to return in the response. If additional items exist beyond the number you specify, the NextToken element is sent in the response. Use this NextToken value in a subsequent request to retrieve additional items.

        Parameters:
        maxItems - Use this parameter when paginating results to specify the maximum number of items to return in the response. If additional items exist beyond the number you specify, the NextToken element is sent in the response. Use this NextToken value in a subsequent request to retrieve additional items.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sortBy

        ListCertificatesRequest.Builder sortBy​(String sortBy)

        Specifies the field to sort results by. If you specify SortBy, you must also specify SortOrder.

        Parameters:
        sortBy - Specifies the field to sort results by. If you specify SortBy, you must also specify SortOrder.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SortBy, SortBy
      • sortBy

        ListCertificatesRequest.Builder sortBy​(SortBy sortBy)

        Specifies the field to sort results by. If you specify SortBy, you must also specify SortOrder.

        Parameters:
        sortBy - Specifies the field to sort results by. If you specify SortBy, you must also specify SortOrder.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SortBy, SortBy
      • sortOrder

        ListCertificatesRequest.Builder sortOrder​(String sortOrder)

        Specifies the order of sorted results. If you specify SortOrder, you must also specify SortBy.

        Parameters:
        sortOrder - Specifies the order of sorted results. If you specify SortOrder, you must also specify SortBy.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SortOrder, SortOrder
      • sortOrder

        ListCertificatesRequest.Builder sortOrder​(SortOrder sortOrder)

        Specifies the order of sorted results. If you specify SortOrder, you must also specify SortBy.

        Parameters:
        sortOrder - Specifies the order of sorted results. If you specify SortOrder, you must also specify SortBy.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SortOrder, SortOrder