Interface ListCaCertificatesResponse.Builder

    • Method Detail

      • certificates

        ListCaCertificatesResponse.Builder certificates​(Collection<CACertificate> certificates)

        The CA certificates registered in your Amazon Web Services account.

        Parameters:
        certificates - The CA certificates registered in your Amazon Web Services account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • certificates

        ListCaCertificatesResponse.Builder certificates​(CACertificate... certificates)

        The CA certificates registered in your Amazon Web Services account.

        Parameters:
        certificates - The CA certificates registered in your Amazon Web Services account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextMarker

        ListCaCertificatesResponse.Builder nextMarker​(String nextMarker)

        The current position within the list of CA certificates.

        Parameters:
        nextMarker - The current position within the list of CA certificates.
        Returns:
        Returns a reference to this object so that method calls can be chained together.