Interface CrlDetail.Builder

  • Method Details

    • createdAt

      CrlDetail.Builder createdAt(Instant createdAt)

      The ISO-8601 timestamp when the certificate revocation list (CRL) was created.

      Parameters:
      createdAt - The ISO-8601 timestamp when the certificate revocation list (CRL) was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • crlArn

      CrlDetail.Builder crlArn(String crlArn)

      The ARN of the certificate revocation list (CRL).

      Parameters:
      crlArn - The ARN of the certificate revocation list (CRL).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • crlData

      CrlDetail.Builder crlData(SdkBytes crlData)

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

      Parameters:
      crlData - 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.
    • crlId

      CrlDetail.Builder crlId(String crlId)

      The unique identifier of the certificate revocation list (CRL).

      Parameters:
      crlId - The unique identifier of the certificate revocation list (CRL).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • enabled

      CrlDetail.Builder enabled(Boolean enabled)

      Indicates whether the certificate revocation list (CRL) is enabled.

      Parameters:
      enabled - Indicates whether the certificate revocation list (CRL) is enabled.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The name of the certificate revocation list (CRL).

      Parameters:
      name - The name of the certificate revocation list (CRL).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • trustAnchorArn

      CrlDetail.Builder trustAnchorArn(String trustAnchorArn)

      The ARN of the TrustAnchor the certificate revocation list (CRL) will provide revocation for.

      Parameters:
      trustAnchorArn - The ARN of the TrustAnchor the certificate revocation list (CRL) will provide revocation for.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • updatedAt

      CrlDetail.Builder updatedAt(Instant updatedAt)

      The ISO-8601 timestamp when the certificate revocation list (CRL) was last updated.

      Parameters:
      updatedAt - The ISO-8601 timestamp when the certificate revocation list (CRL) was last updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.