Class StartSyncExecutionResponse

    • Method Detail

      • executionArn

        public final String executionArn()

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

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

        public final String stateMachineArn()

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

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

        public final String name()

        The name of the execution.

        Returns:
        The name of the execution.
      • startDate

        public final Instant startDate()

        The date the execution is started.

        Returns:
        The date the execution is started.
      • stopDate

        public final Instant stopDate()

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

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

        public final String error()

        The error code of the failure.

        Returns:
        The error code of the failure.
      • cause

        public final String cause()

        A more detailed explanation of the cause of the failure.

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

        public final 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.

        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.
      • inputDetails

        public final CloudWatchEventsExecutionDataDetails inputDetails()
        Returns the value of the InputDetails property for this object.
        Returns:
        The value of the InputDetails property for this object.
      • output

        public final 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.

        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.

      • outputDetails

        public final CloudWatchEventsExecutionDataDetails outputDetails()
        Returns the value of the OutputDetails property for this object.
        Returns:
        The value of the OutputDetails property for this object.
      • traceHeader

        public final String traceHeader()

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

        For X-Ray traces, all Amazon Web Services services use the X-Amzn-Trace-Id header from the HTTP request. Using the header is the preferred mechanism to identify a trace. StartExecution and StartSyncExecution API operations can also use traceHeader from the body of the request payload. If both sources are provided, Step Functions will use the header value (preferred) over the value in the request body.

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

        For X-Ray traces, all Amazon Web Services services use the X-Amzn-Trace-Id header from the HTTP request. Using the header is the preferred mechanism to identify a trace. StartExecution and StartSyncExecution API operations can also use traceHeader from the body of the request payload. If both sources are provided, Step Functions will use the header value (preferred) over the value in the request body.

      • billingDetails

        public final BillingDetails billingDetails()

        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.
      • toString

        public final 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