Interface GetCertificatesRequest.Builder

    • Method Detail

      • certificateStatusesWithStrings

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

        The status of the certificates for which to return information.

        For example, specify ISSUED to return only certificates with an ISSUED status.

        When omitted, the response includes all of your certificates in the Amazon Web Services Region where the request is made, regardless of their current status.

        Parameters:
        certificateStatuses - The status of the certificates for which to return information.

        For example, specify ISSUED to return only certificates with an ISSUED status.

        When omitted, the response includes all of your certificates in the Amazon Web Services Region where the request is made, regardless of their current status.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • certificateStatusesWithStrings

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

        The status of the certificates for which to return information.

        For example, specify ISSUED to return only certificates with an ISSUED status.

        When omitted, the response includes all of your certificates in the Amazon Web Services Region where the request is made, regardless of their current status.

        Parameters:
        certificateStatuses - The status of the certificates for which to return information.

        For example, specify ISSUED to return only certificates with an ISSUED status.

        When omitted, the response includes all of your certificates in the Amazon Web Services Region where the request is made, regardless of their current status.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • certificateStatuses

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

        The status of the certificates for which to return information.

        For example, specify ISSUED to return only certificates with an ISSUED status.

        When omitted, the response includes all of your certificates in the Amazon Web Services Region where the request is made, regardless of their current status.

        Parameters:
        certificateStatuses - The status of the certificates for which to return information.

        For example, specify ISSUED to return only certificates with an ISSUED status.

        When omitted, the response includes all of your certificates in the Amazon Web Services Region where the request is made, regardless of their current status.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • certificateStatuses

        GetCertificatesRequest.Builder certificateStatuses​(CertificateStatus... certificateStatuses)

        The status of the certificates for which to return information.

        For example, specify ISSUED to return only certificates with an ISSUED status.

        When omitted, the response includes all of your certificates in the Amazon Web Services Region where the request is made, regardless of their current status.

        Parameters:
        certificateStatuses - The status of the certificates for which to return information.

        For example, specify ISSUED to return only certificates with an ISSUED status.

        When omitted, the response includes all of your certificates in the Amazon Web Services Region where the request is made, regardless of their current status.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • includeCertificateDetails

        GetCertificatesRequest.Builder includeCertificateDetails​(Boolean includeCertificateDetails)

        Indicates whether to include detailed information about the certificates in the response.

        When omitted, the response includes only the certificate names, Amazon Resource Names (ARNs), domain names, and tags.

        Parameters:
        includeCertificateDetails - Indicates whether to include detailed information about the certificates in the response.

        When omitted, the response includes only the certificate names, Amazon Resource Names (ARNs), domain names, and tags.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • certificateName

        GetCertificatesRequest.Builder certificateName​(String certificateName)

        The name for the certificate for which to return information.

        When omitted, the response includes all of your certificates in the Amazon Web Services Region where the request is made.

        Parameters:
        certificateName - The name for the certificate for which to return information.

        When omitted, the response includes all of your certificates in the Amazon Web Services Region where the request is made.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • pageToken

        GetCertificatesRequest.Builder pageToken​(String pageToken)

        The token to advance to the next page of results from your request.

        To get a page token, perform an initial GetCertificates request. If your results are paginated, the response will return a next page token that you can specify as the page token in a subsequent request.

        Parameters:
        pageToken - The token to advance to the next page of results from your request.

        To get a page token, perform an initial GetCertificates request. If your results are paginated, the response will return a next page token that you can specify as the page token in a subsequent request.

        Returns:
        Returns a reference to this object so that method calls can be chained together.