Uses of Interface
software.amazon.awssdk.services.sfn.model.DescribeExecutionResponse.Builder
Packages that use DescribeExecutionResponse.Builder
-
Uses of DescribeExecutionResponse.Builder in software.amazon.awssdk.services.sfn.model
Methods in software.amazon.awssdk.services.sfn.model that return DescribeExecutionResponse.BuilderModifier and TypeMethodDescriptionDescribeExecutionResponse.builder()The cause string if the state machine execution failed.The error string if the state machine execution failed.DescribeExecutionResponse.Builder.executionArn(String executionArn) The Amazon Resource Name (ARN) that identifies the execution.The string that contains the JSON input data of the execution.DescribeExecutionResponse.Builder.inputDetails(Consumer<CloudWatchEventsExecutionDataDetails.Builder> inputDetails) Sets the value of the InputDetails property for this object.DescribeExecutionResponse.Builder.inputDetails(CloudWatchEventsExecutionDataDetails inputDetails) Sets the value of the InputDetails property for this object.The Amazon Resource Name (ARN) that identifies a Map Run, which dispatched this execution.The name of the execution.The JSON output data of the execution.DescribeExecutionResponse.Builder.outputDetails(Consumer<CloudWatchEventsExecutionDataDetails.Builder> outputDetails) Sets the value of the OutputDetails property for this object.DescribeExecutionResponse.Builder.outputDetails(CloudWatchEventsExecutionDataDetails outputDetails) Sets the value of the OutputDetails property for this object.DescribeExecutionResponse.Builder.redriveCount(Integer redriveCount) The number of times you've redriven an execution.DescribeExecutionResponse.Builder.redriveDate(Instant redriveDate) The date the execution was last redriven.DescribeExecutionResponse.Builder.redriveStatus(String redriveStatus) Indicates whether or not an execution can be redriven at a given point in time.DescribeExecutionResponse.Builder.redriveStatus(ExecutionRedriveStatus redriveStatus) Indicates whether or not an execution can be redriven at a given point in time.DescribeExecutionResponse.Builder.redriveStatusReason(String redriveStatusReason) WhenredriveStatusisNOT_REDRIVABLE,redriveStatusReasonspecifies the reason why an execution cannot be redriven.The date the execution is started.DescribeExecutionResponse.Builder.stateMachineAliasArn(String stateMachineAliasArn) The Amazon Resource Name (ARN) of the state machine alias associated with the execution.DescribeExecutionResponse.Builder.stateMachineArn(String stateMachineArn) The Amazon Resource Name (ARN) of the executed stated machine.DescribeExecutionResponse.Builder.stateMachineVersionArn(String stateMachineVersionArn) The Amazon Resource Name (ARN) of the state machine version associated with the execution.The current status of the execution.DescribeExecutionResponse.Builder.status(ExecutionStatus status) The current status of the execution.If the execution ended, the date the execution stopped.DescribeExecutionResponse.toBuilder()DescribeExecutionResponse.Builder.traceHeader(String traceHeader) The X-Ray trace header that was passed to the execution.Methods in software.amazon.awssdk.services.sfn.model that return types with arguments of type DescribeExecutionResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DescribeExecutionResponse.Builder>DescribeExecutionResponse.serializableBuilderClass()