Interface GetCrlResponse.Builder

  • Method Details

    • crl

      The state of the certificate revocation list (CRL) after a read or write operation.

      Parameters:
      crl - The state of the certificate revocation list (CRL) after a read or write operation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • crl

      The state of the certificate revocation list (CRL) after a read or write operation.

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

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to crl(CrlDetail).

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