Interface TrustStore.Builder

All Superinterfaces:
Buildable, CopyableBuilder<TrustStore.Builder,TrustStore>, SdkBuilder<TrustStore.Builder,TrustStore>, SdkPojo
Enclosing class:
TrustStore

public static interface TrustStore.Builder extends SdkPojo, CopyableBuilder<TrustStore.Builder,TrustStore>
  • Method Details

    • name

      The name of the trust store.

      Parameters:
      name - The name of the trust store.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • trustStoreArn

      TrustStore.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.
    • status

      TrustStore.Builder status(String status)

      The current status of the trust store.

      Parameters:
      status - The current status of the trust store.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The current status of the trust store.

      Parameters:
      status - The current status of the trust store.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • numberOfCaCertificates

      TrustStore.Builder numberOfCaCertificates(Integer numberOfCaCertificates)

      The number of ca certificates in the trust store.

      Parameters:
      numberOfCaCertificates - The number of ca certificates in the trust store.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • totalRevokedEntries

      TrustStore.Builder totalRevokedEntries(Long totalRevokedEntries)

      The number of revoked certificates in the trust store.

      Parameters:
      totalRevokedEntries - The number of revoked certificates in the trust store.
      Returns:
      Returns a reference to this object so that method calls can be chained together.