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 StartSyncExecutionResult

    • Constructor Detail

      • StartSyncExecutionResult

        public StartSyncExecutionResult()
    • Method Detail

      • setExecutionArn

        public void setExecutionArn(String executionArn)

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

        Parameters:
        executionArn - The Amazon Resource Name (ARN) that identifies the execution.
      • getExecutionArn

        public String getExecutionArn()

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

        Returns:
        The Amazon Resource Name (ARN) that identifies the execution.
      • withExecutionArn

        public StartSyncExecutionResult withExecutionArn(String executionArn)

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

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

        public void setStateMachineArn(String stateMachineArn)

        The Amazon Resource Name (ARN) that identifies the state machine.

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

        public String getStateMachineArn()

        The Amazon Resource Name (ARN) that identifies the state machine.

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

        public StartSyncExecutionResult withStateMachineArn(String stateMachineArn)

        The Amazon Resource Name (ARN) that identifies the state machine.

        Parameters:
        stateMachineArn - The Amazon Resource Name (ARN) that identifies the state machine.
        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 execution.

        Parameters:
        name - The name of the execution.
      • getName

        public String getName()

        The name of the execution.

        Returns:
        The name of the execution.
      • withName

        public StartSyncExecutionResult withName(String name)

        The name of the execution.

        Parameters:
        name - The name of the execution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setStartDate

        public void setStartDate(Date startDate)

        The date the execution is started.

        Parameters:
        startDate - The date the execution is started.
      • getStartDate

        public Date getStartDate()

        The date the execution is started.

        Returns:
        The date the execution is started.
      • withStartDate

        public StartSyncExecutionResult withStartDate(Date startDate)

        The date the execution is started.

        Parameters:
        startDate - The date the execution is started.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setStopDate

        public void setStopDate(Date stopDate)

        If the execution has already ended, the date the execution stopped.

        Parameters:
        stopDate - If the execution has already ended, the date the execution stopped.
      • getStopDate

        public Date getStopDate()

        If the execution has already ended, the date the execution stopped.

        Returns:
        If the execution has already ended, the date the execution stopped.
      • withStopDate

        public StartSyncExecutionResult withStopDate(Date stopDate)

        If the execution has already ended, the date the execution stopped.

        Parameters:
        stopDate - If the execution has already ended, the date the execution stopped.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setStatus

        public void setStatus(String status)

        The current status of the execution.

        Parameters:
        status - The current status of the execution.
        See Also:
        SyncExecutionStatus
      • getStatus

        public String getStatus()

        The current status of the execution.

        Returns:
        The current status of the execution.
        See Also:
        SyncExecutionStatus
      • withStatus

        public StartSyncExecutionResult withStatus(String status)

        The current status of the execution.

        Parameters:
        status - The current status of the execution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SyncExecutionStatus
      • setError

        public void setError(String error)

        The error code of the failure.

        Parameters:
        error - The error code of the failure.
      • getError

        public String getError()

        The error code of the failure.

        Returns:
        The error code of the failure.
      • withError

        public StartSyncExecutionResult withError(String error)

        The error code of the failure.

        Parameters:
        error - The error code of the failure.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setCause

        public void setCause(String cause)

        A more detailed explanation of the cause of the failure.

        Parameters:
        cause - A more detailed explanation of the cause of the failure.
      • getCause

        public String getCause()

        A more detailed explanation of the cause of the failure.

        Returns:
        A more detailed explanation of the cause of the failure.
      • withCause

        public StartSyncExecutionResult withCause(String cause)

        A more detailed explanation of the cause of the failure.

        Parameters:
        cause - A more detailed explanation of the cause of the failure.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setInput

        public void setInput(String input)

        The string that contains the JSON input data of the execution. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.

        Parameters:
        input - The string that contains the JSON input data of the execution. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.
      • getInput

        public String getInput()

        The string that contains the JSON input data of the execution. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.

        Returns:
        The string that contains the JSON input data of the execution. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.
      • withInput

        public StartSyncExecutionResult withInput(String input)

        The string that contains the JSON input data of the execution. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.

        Parameters:
        input - The string that contains the JSON input data of the execution. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setOutput

        public void setOutput(String output)

        The JSON output data of the execution. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.

        This field is set only if the execution succeeds. If the execution fails, this field is null.

        Parameters:
        output - The JSON output data of the execution. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.

        This field is set only if the execution succeeds. If the execution fails, this field is null.

      • getOutput

        public String getOutput()

        The JSON output data of the execution. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.

        This field is set only if the execution succeeds. If the execution fails, this field is null.

        Returns:
        The JSON output data of the execution. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.

        This field is set only if the execution succeeds. If the execution fails, this field is null.

      • withOutput

        public StartSyncExecutionResult withOutput(String output)

        The JSON output data of the execution. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.

        This field is set only if the execution succeeds. If the execution fails, this field is null.

        Parameters:
        output - The JSON output data of the execution. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.

        This field is set only if the execution succeeds. If the execution fails, this field is null.

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

        public void setTraceHeader(String traceHeader)

        The X-Ray trace header that was passed to the execution.

        Parameters:
        traceHeader - The X-Ray trace header that was passed to the execution.
      • getTraceHeader

        public String getTraceHeader()

        The X-Ray trace header that was passed to the execution.

        Returns:
        The X-Ray trace header that was passed to the execution.
      • withTraceHeader

        public StartSyncExecutionResult withTraceHeader(String traceHeader)

        The X-Ray trace header that was passed to the execution.

        Parameters:
        traceHeader - The X-Ray trace header that was passed to the execution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setBillingDetails

        public void setBillingDetails(BillingDetails billingDetails)

        An object that describes workflow billing details, including billed duration and memory use.

        Parameters:
        billingDetails - An object that describes workflow billing details, including billed duration and memory use.
      • getBillingDetails

        public BillingDetails getBillingDetails()

        An object that describes workflow billing details, including billed duration and memory use.

        Returns:
        An object that describes workflow billing details, including billed duration and memory use.
      • withBillingDetails

        public StartSyncExecutionResult withBillingDetails(BillingDetails billingDetails)

        An object that describes workflow billing details, including billed duration and memory use.

        Parameters:
        billingDetails - An object that describes workflow billing details, including billed duration and memory use.
        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 によって変換されたページ (->オリジナル) /