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 DescribeActivityResult

    • Constructor Detail

      • DescribeActivityResult

        public DescribeActivityResult()
    • Method Detail

      • setActivityArn

        public void setActivityArn(String activityArn)

        The Amazon Resource Name (ARN) that identifies the activity.

        Parameters:
        activityArn - The Amazon Resource Name (ARN) that identifies the activity.
      • getActivityArn

        public String getActivityArn()

        The Amazon Resource Name (ARN) that identifies the activity.

        Returns:
        The Amazon Resource Name (ARN) that identifies the activity.
      • withActivityArn

        public DescribeActivityResult withActivityArn(String activityArn)

        The Amazon Resource Name (ARN) that identifies the activity.

        Parameters:
        activityArn - The Amazon Resource Name (ARN) that identifies the activity.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setName

        public void setName(String name)

        The name of the activity.

        A name must not contain:

        • white space

        • brackets < > { } [ ]

        • wildcard characters ? *

        • special characters " # % \ ^ | ~ ` $ & , ; : /

        • control characters (U+0000-001F, U+007F-009F)

        To enable logging with CloudWatch Logs, the name should only contain 0-9, A-Z, a-z, - and _.

        Parameters:
        name - The name of the activity.

        A name must not contain:

        • white space

        • brackets < > { } [ ]

        • wildcard characters ? *

        • special characters " # % \ ^ | ~ ` $ & , ; : /

        • control characters (U+0000-001F, U+007F-009F)

        To enable logging with CloudWatch Logs, the name should only contain 0-9, A-Z, a-z, - and _.

      • getName

        public String getName()

        The name of the activity.

        A name must not contain:

        • white space

        • brackets < > { } [ ]

        • wildcard characters ? *

        • special characters " # % \ ^ | ~ ` $ & , ; : /

        • control characters (U+0000-001F, U+007F-009F)

        To enable logging with CloudWatch Logs, the name should only contain 0-9, A-Z, a-z, - and _.

        Returns:
        The name of the activity.

        A name must not contain:

        • white space

        • brackets < > { } [ ]

        • wildcard characters ? *

        • special characters " # % \ ^ | ~ ` $ & , ; : /

        • control characters (U+0000-001F, U+007F-009F)

        To enable logging with CloudWatch Logs, the name should only contain 0-9, A-Z, a-z, - and _.

      • withName

        public DescribeActivityResult withName(String name)

        The name of the activity.

        A name must not contain:

        • white space

        • brackets < > { } [ ]

        • wildcard characters ? *

        • special characters " # % \ ^ | ~ ` $ & , ; : /

        • control characters (U+0000-001F, U+007F-009F)

        To enable logging with CloudWatch Logs, the name should only contain 0-9, A-Z, a-z, - and _.

        Parameters:
        name - The name of the activity.

        A name must not contain:

        • white space

        • brackets < > { } [ ]

        • wildcard characters ? *

        • special characters " # % \ ^ | ~ ` $ & , ; : /

        • control characters (U+0000-001F, U+007F-009F)

        To enable logging with CloudWatch Logs, the name should only contain 0-9, A-Z, a-z, - and _.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setCreationDate

        public void setCreationDate(Date creationDate)

        The date the activity is created.

        Parameters:
        creationDate - The date the activity is created.
      • getCreationDate

        public Date getCreationDate()

        The date the activity is created.

        Returns:
        The date the activity is created.
      • withCreationDate

        public DescribeActivityResult withCreationDate(Date creationDate)

        The date the activity is created.

        Parameters:
        creationDate - The date the activity is created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setEncryptionConfiguration

        public void setEncryptionConfiguration(EncryptionConfiguration encryptionConfiguration)

        Settings for configured server-side encryption.

        Parameters:
        encryptionConfiguration - Settings for configured server-side encryption.
      • getEncryptionConfiguration

        public EncryptionConfiguration getEncryptionConfiguration()

        Settings for configured server-side encryption.

        Returns:
        Settings for configured server-side encryption.
      • withEncryptionConfiguration

        public DescribeActivityResult withEncryptionConfiguration(EncryptionConfiguration encryptionConfiguration)

        Settings for configured server-side encryption.

        Parameters:
        encryptionConfiguration - Settings for configured server-side encryption.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

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