Interface ListCertificateAuthoritiesResponse.Builder

    • Method Detail

      • nextToken

        ListCertificateAuthoritiesResponse.Builder nextToken​(String nextToken)

        When the list is truncated, this value is present and should be used for the NextToken parameter in a subsequent pagination request.

        Parameters:
        nextToken - When the list is truncated, this value is present and should be used for the NextToken parameter in a subsequent pagination request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • certificateAuthorities

        ListCertificateAuthoritiesResponse.Builder certificateAuthorities​(Collection<CertificateAuthority> certificateAuthorities)

        Summary information about each certificate authority you have created.

        Parameters:
        certificateAuthorities - Summary information about each certificate authority you have created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • certificateAuthorities

        ListCertificateAuthoritiesResponse.Builder certificateAuthorities​(CertificateAuthority... certificateAuthorities)

        Summary information about each certificate authority you have created.

        Parameters:
        certificateAuthorities - Summary information about each certificate authority you have created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.