Uses of Interface
software.amazon.awssdk.services.sfn.model.StartSyncExecutionResponse.Builder
Packages that use StartSyncExecutionResponse.Builder
-
Uses of StartSyncExecutionResponse.Builder in software.amazon.awssdk.services.sfn.model
Methods in software.amazon.awssdk.services.sfn.model that return StartSyncExecutionResponse.BuilderModifier and TypeMethodDescriptionStartSyncExecutionResponse.Builder.billingDetails(Consumer<BillingDetails.Builder> billingDetails) An object that describes workflow billing details, including billed duration and memory use.StartSyncExecutionResponse.Builder.billingDetails(BillingDetails billingDetails) An object that describes workflow billing details, including billed duration and memory use.StartSyncExecutionResponse.builder()A more detailed explanation of the cause of the failure.The error code of the failure.StartSyncExecutionResponse.Builder.executionArn(String executionArn) The Amazon Resource Name (ARN) that identifies the execution.The string that contains the JSON input data of the execution.StartSyncExecutionResponse.Builder.inputDetails(Consumer<CloudWatchEventsExecutionDataDetails.Builder> inputDetails) Sets the value of the InputDetails property for this object.StartSyncExecutionResponse.Builder.inputDetails(CloudWatchEventsExecutionDataDetails inputDetails) Sets the value of the InputDetails property for this object.The name of the execution.The JSON output data of the execution.StartSyncExecutionResponse.Builder.outputDetails(Consumer<CloudWatchEventsExecutionDataDetails.Builder> outputDetails) Sets the value of the OutputDetails property for this object.StartSyncExecutionResponse.Builder.outputDetails(CloudWatchEventsExecutionDataDetails outputDetails) Sets the value of the OutputDetails property for this object.The date the execution is started.StartSyncExecutionResponse.Builder.stateMachineArn(String stateMachineArn) The Amazon Resource Name (ARN) that identifies the state machine.The current status of the execution.StartSyncExecutionResponse.Builder.status(SyncExecutionStatus status) The current status of the execution.If the execution has already ended, the date the execution stopped.StartSyncExecutionResponse.toBuilder()StartSyncExecutionResponse.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 StartSyncExecutionResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends StartSyncExecutionResponse.Builder>StartSyncExecutionResponse.serializableBuilderClass()