JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.stepfunctions.model

Class KmsInvalidStateException

    • Constructor Detail

      • KmsInvalidStateException

        public KmsInvalidStateException(String message)
        Constructs a new KmsInvalidStateException with the specified error message.
        Parameters:
        message - Describes the error encountered.
    • Method Detail

      • setKmsKeyState

        public void setKmsKeyState(String kmsKeyState)

        Current status of the KMS; key. For example: DISABLED, PENDING_DELETION, PENDING_IMPORT, UNAVAILABLE, CREATING.

        Parameters:
        kmsKeyState - Current status of the KMS; key. For example: DISABLED, PENDING_DELETION, PENDING_IMPORT, UNAVAILABLE, CREATING.
        See Also:
        KmsKeyState
      • getKmsKeyState

        public String getKmsKeyState()

        Current status of the KMS; key. For example: DISABLED, PENDING_DELETION, PENDING_IMPORT, UNAVAILABLE, CREATING.

        Returns:
        Current status of the KMS; key. For example: DISABLED, PENDING_DELETION, PENDING_IMPORT, UNAVAILABLE, CREATING.
        See Also:
        KmsKeyState
      • withKmsKeyState

        public KmsInvalidStateException withKmsKeyState(String kmsKeyState)

        Current status of the KMS; key. For example: DISABLED, PENDING_DELETION, PENDING_IMPORT, UNAVAILABLE, CREATING.

        Parameters:
        kmsKeyState - Current status of the KMS; key. For example: DISABLED, PENDING_DELETION, PENDING_IMPORT, UNAVAILABLE, CREATING.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        KmsKeyState
      • withKmsKeyState

        public KmsInvalidStateException withKmsKeyState(KmsKeyState kmsKeyState)

        Current status of the KMS; key. For example: DISABLED, PENDING_DELETION, PENDING_IMPORT, UNAVAILABLE, CREATING.

        Parameters:
        kmsKeyState - Current status of the KMS; key. For example: DISABLED, PENDING_DELETION, PENDING_IMPORT, UNAVAILABLE, CREATING.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        KmsKeyState
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /