Interface DescribeCertificatesResponse.Builder

    • Method Detail

      • marker

        DescribeCertificatesResponse.Builder marker​(String marker)

        The pagination token.

        Parameters:
        marker - The pagination token.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • certificates

        DescribeCertificatesResponse.Builder certificates​(Collection<Certificate> certificates)

        The Secure Sockets Layer (SSL) certificates associated with the replication instance.

        Parameters:
        certificates - The Secure Sockets Layer (SSL) certificates associated with the replication instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • certificates

        DescribeCertificatesResponse.Builder certificates​(Certificate... certificates)

        The Secure Sockets Layer (SSL) certificates associated with the replication instance.

        Parameters:
        certificates - The Secure Sockets Layer (SSL) certificates associated with the replication instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.