Interface ListCertificateAuthoritiesResponse.Builder

  • Method Details

    • certificateAuthorities

      A list of certificate authority summary objects, each containing basic information about a certificate authority, including its ID, signing status, and distribution status.

      Parameters:
      certificateAuthorities - A list of certificate authority summary objects, each containing basic information about a certificate authority, including its ID, signing status, and distribution status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • certificateAuthorities

      ListCertificateAuthoritiesResponse.Builder certificateAuthorities(CertificateAuthoritySummary... certificateAuthorities)

      A list of certificate authority summary objects, each containing basic information about a certificate authority, including its ID, signing status, and distribution status.

      Parameters:
      certificateAuthorities - A list of certificate authority summary objects, each containing basic information about a certificate authority, including its ID, signing status, and distribution status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • certificateAuthorities

      A list of certificate authority summary objects, each containing basic information about a certificate authority, including its ID, signing status, and distribution status.

      This is a convenience method that creates an instance of the CertificateAuthoritySummary.Builder avoiding the need to create one manually via CertificateAuthoritySummary.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to certificateAuthorities(List<CertificateAuthoritySummary>).

      Parameters:
      certificateAuthorities - a consumer that will call methods on CertificateAuthoritySummary.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • nextToken

      The nextToken value to include in a future ListCertificateAuthorities request. When the results of a ListCertificateAuthorities request exceed maxResults, you can use this value to retrieve the next page of results. This value is null when there are no more results to return.

      This token should be treated as an opaque identifier that is used only to retrieve the next items in a list and not for other programmatic purposes.

      Parameters:
      nextToken - The nextToken value to include in a future ListCertificateAuthorities request. When the results of a ListCertificateAuthorities request exceed maxResults, you can use this value to retrieve the next page of results. This value is null when there are no more results to return.

      This token should be treated as an opaque identifier that is used only to retrieve the next items in a list and not for other programmatic purposes.

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