Interface ListOutgoingCertificatesResponse.Builder

    • Method Detail

      • outgoingCertificates

        ListOutgoingCertificatesResponse.Builder outgoingCertificates​(Collection<OutgoingCertificate> outgoingCertificates)

        The certificates that are being transferred but not yet accepted.

        Parameters:
        outgoingCertificates - The certificates that are being transferred but not yet accepted.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • outgoingCertificates

        ListOutgoingCertificatesResponse.Builder outgoingCertificates​(OutgoingCertificate... outgoingCertificates)

        The certificates that are being transferred but not yet accepted.

        Parameters:
        outgoingCertificates - The certificates that are being transferred but not yet accepted.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextMarker

        ListOutgoingCertificatesResponse.Builder nextMarker​(String nextMarker)

        The marker for the next set of results.

        Parameters:
        nextMarker - The marker for the next set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.