Interface TrustStore.Builder

    • Method Detail

      • name

        TrustStore.Builder name​(String 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:
        TrustStoreStatus, TrustStoreStatus
      • 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.