Interface KeySummary.Builder

    • Method Detail

      • enabled

        KeySummary.Builder enabled​(Boolean enabled)

        Specifies whether the key is enabled.

        Parameters:
        enabled - Specifies whether the key is enabled.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • exportable

        KeySummary.Builder exportable​(Boolean exportable)

        Specifies whether the key is exportable. This data is immutable after the key is created.

        Parameters:
        exportable - Specifies whether the key is exportable. This data is immutable after the key is created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • keyArn

        KeySummary.Builder keyArn​(String keyArn)

        The Amazon Resource Name (ARN) of the key.

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

        KeySummary.Builder keyAttributes​(KeyAttributes keyAttributes)

        The role of the key, the algorithm it supports, and the cryptographic operations allowed with the key. This data is immutable after the key is created.

        Parameters:
        keyAttributes - The role of the key, the algorithm it supports, and the cryptographic operations allowed with the key. This data is immutable after the key is created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • keyCheckValue

        KeySummary.Builder keyCheckValue​(String keyCheckValue)

        The key check value (KCV) is used to check if all parties holding a given key have the same key or to detect that a key has changed.

        Parameters:
        keyCheckValue - The key check value (KCV) is used to check if all parties holding a given key have the same key or to detect that a key has changed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • keyState

        KeySummary.Builder keyState​(String keyState)

        The state of an Amazon Web Services Payment Cryptography that is being created or deleted.

        Parameters:
        keyState - The state of an Amazon Web Services Payment Cryptography that is being created or deleted.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        KeyState, KeyState
      • keyState

        KeySummary.Builder keyState​(KeyState keyState)

        The state of an Amazon Web Services Payment Cryptography that is being created or deleted.

        Parameters:
        keyState - The state of an Amazon Web Services Payment Cryptography that is being created or deleted.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        KeyState, KeyState