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 UpdateStateMachineRequest

    • Constructor Detail

      • UpdateStateMachineRequest

        public UpdateStateMachineRequest()
    • Method Detail

      • setStateMachineArn

        public void setStateMachineArn(String stateMachineArn)

        The Amazon Resource Name (ARN) of the state machine.

        Parameters:
        stateMachineArn - The Amazon Resource Name (ARN) of the state machine.
      • getStateMachineArn

        public String getStateMachineArn()

        The Amazon Resource Name (ARN) of the state machine.

        Returns:
        The Amazon Resource Name (ARN) of the state machine.
      • withStateMachineArn

        public UpdateStateMachineRequest withStateMachineArn(String stateMachineArn)

        The Amazon Resource Name (ARN) of the state machine.

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

        public void setDefinition(String definition)

        The Amazon States Language definition of the state machine. See Amazon States Language.

        Parameters:
        definition - The Amazon States Language definition of the state machine. See Amazon States Language.
      • setRoleArn

        public void setRoleArn(String roleArn)

        The Amazon Resource Name (ARN) of the IAM role of the state machine.

        Parameters:
        roleArn - The Amazon Resource Name (ARN) of the IAM role of the state machine.
      • getRoleArn

        public String getRoleArn()

        The Amazon Resource Name (ARN) of the IAM role of the state machine.

        Returns:
        The Amazon Resource Name (ARN) of the IAM role of the state machine.
      • withRoleArn

        public UpdateStateMachineRequest withRoleArn(String roleArn)

        The Amazon Resource Name (ARN) of the IAM role of the state machine.

        Parameters:
        roleArn - The Amazon Resource Name (ARN) of the IAM role of the state machine.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setLoggingConfiguration

        public void setLoggingConfiguration(LoggingConfiguration loggingConfiguration)

        Use the LoggingConfiguration data type to set CloudWatch Logs options.

        Parameters:
        loggingConfiguration - Use the LoggingConfiguration data type to set CloudWatch Logs options.
      • getLoggingConfiguration

        public LoggingConfiguration getLoggingConfiguration()

        Use the LoggingConfiguration data type to set CloudWatch Logs options.

        Returns:
        Use the LoggingConfiguration data type to set CloudWatch Logs options.
      • withLoggingConfiguration

        public UpdateStateMachineRequest withLoggingConfiguration(LoggingConfiguration loggingConfiguration)

        Use the LoggingConfiguration data type to set CloudWatch Logs options.

        Parameters:
        loggingConfiguration - Use the LoggingConfiguration data type to set CloudWatch Logs options.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setTracingConfiguration

        public void setTracingConfiguration(TracingConfiguration tracingConfiguration)

        Selects whether X-Ray tracing is enabled.

        Parameters:
        tracingConfiguration - Selects whether X-Ray tracing is enabled.
      • getTracingConfiguration

        public TracingConfiguration getTracingConfiguration()

        Selects whether X-Ray tracing is enabled.

        Returns:
        Selects whether X-Ray tracing is enabled.
      • withTracingConfiguration

        public UpdateStateMachineRequest withTracingConfiguration(TracingConfiguration tracingConfiguration)

        Selects whether X-Ray tracing is enabled.

        Parameters:
        tracingConfiguration - Selects whether X-Ray tracing is enabled.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setPublish

        public void setPublish(Boolean publish)

        Specifies whether the state machine version is published. The default is false. To publish a version after updating the state machine, set publish to true.

        Parameters:
        publish - Specifies whether the state machine version is published. The default is false. To publish a version after updating the state machine, set publish to true.
      • getPublish

        public Boolean getPublish()

        Specifies whether the state machine version is published. The default is false. To publish a version after updating the state machine, set publish to true.

        Returns:
        Specifies whether the state machine version is published. The default is false. To publish a version after updating the state machine, set publish to true.
      • withPublish

        public UpdateStateMachineRequest withPublish(Boolean publish)

        Specifies whether the state machine version is published. The default is false. To publish a version after updating the state machine, set publish to true.

        Parameters:
        publish - Specifies whether the state machine version is published. The default is false. To publish a version after updating the state machine, set publish to true.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isPublish

        public Boolean isPublish()

        Specifies whether the state machine version is published. The default is false. To publish a version after updating the state machine, set publish to true.

        Returns:
        Specifies whether the state machine version is published. The default is false. To publish a version after updating the state machine, set publish to true.
      • setVersionDescription

        public void setVersionDescription(String versionDescription)

        An optional description of the state machine version to publish.

        You can only specify the versionDescription parameter if you've set publish to true.

        Parameters:
        versionDescription - An optional description of the state machine version to publish.

        You can only specify the versionDescription parameter if you've set publish to true.

      • getVersionDescription

        public String getVersionDescription()

        An optional description of the state machine version to publish.

        You can only specify the versionDescription parameter if you've set publish to true.

        Returns:
        An optional description of the state machine version to publish.

        You can only specify the versionDescription parameter if you've set publish to true.

      • withVersionDescription

        public UpdateStateMachineRequest withVersionDescription(String versionDescription)

        An optional description of the state machine version to publish.

        You can only specify the versionDescription parameter if you've set publish to true.

        Parameters:
        versionDescription - An optional description of the state machine version to publish.

        You can only specify the versionDescription parameter if you've set publish to true.

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

        public void setEncryptionConfiguration(EncryptionConfiguration encryptionConfiguration)

        Settings to configure server-side encryption.

        Parameters:
        encryptionConfiguration - Settings to configure server-side encryption.
      • getEncryptionConfiguration

        public EncryptionConfiguration getEncryptionConfiguration()

        Settings to configure server-side encryption.

        Returns:
        Settings to configure server-side encryption.
      • withEncryptionConfiguration

        public UpdateStateMachineRequest withEncryptionConfiguration(EncryptionConfiguration encryptionConfiguration)

        Settings to configure server-side encryption.

        Parameters:
        encryptionConfiguration - Settings to configure 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 によって変換されたページ (->オリジナル) /