Interface TrustStoreRevocation.Builder

  • Method Details

    • trustStoreArn

      TrustStoreRevocation.Builder trustStoreArn(String trustStoreArn)

      The Amazon Resource Name (ARN) of the trust store.

      Parameters:
      trustStoreArn - The Amazon Resource Name (ARN) of the trust store.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • revocationId

      TrustStoreRevocation.Builder revocationId(Long revocationId)

      The revocation ID of the revocation file.

      Parameters:
      revocationId - The revocation ID of the revocation file.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • revocationType

      TrustStoreRevocation.Builder revocationType(String revocationType)

      The type of revocation file.

      Parameters:
      revocationType - The type of revocation file.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • revocationType

      TrustStoreRevocation.Builder revocationType(RevocationType revocationType)

      The type of revocation file.

      Parameters:
      revocationType - The type of revocation file.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • numberOfRevokedEntries

      TrustStoreRevocation.Builder numberOfRevokedEntries(Long numberOfRevokedEntries)

      The number of revoked certificates.

      Parameters:
      numberOfRevokedEntries - The number of revoked certificates.
      Returns:
      Returns a reference to this object so that method calls can be chained together.