Uses of Interface
software.amazon.awssdk.services.sfn.model.ExecutionStartedEventDetails.Builder
Packages that use ExecutionStartedEventDetails.Builder
-
Uses of ExecutionStartedEventDetails.Builder in software.amazon.awssdk.services.sfn.model
Methods in software.amazon.awssdk.services.sfn.model that return ExecutionStartedEventDetails.BuilderModifier and TypeMethodDescriptionExecutionStartedEventDetails.builder()The JSON data input to the execution.ExecutionStartedEventDetails.Builder.inputDetails(Consumer<HistoryEventExecutionDataDetails.Builder> inputDetails) Contains details about the input for an execution history event.ExecutionStartedEventDetails.Builder.inputDetails(HistoryEventExecutionDataDetails inputDetails) Contains details about the input for an execution history event.The Amazon Resource Name (ARN) of the IAM role used for executing Lambda tasks.ExecutionStartedEventDetails.Builder.stateMachineAliasArn(String stateMachineAliasArn) The Amazon Resource Name (ARN) that identifies a state machine alias used for starting the state machine execution.ExecutionStartedEventDetails.Builder.stateMachineVersionArn(String stateMachineVersionArn) The Amazon Resource Name (ARN) that identifies a state machine version used for starting the state machine execution.ExecutionStartedEventDetails.toBuilder()Methods in software.amazon.awssdk.services.sfn.model that return types with arguments of type ExecutionStartedEventDetails.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ExecutionStartedEventDetails.Builder>ExecutionStartedEventDetails.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sfn.model with type arguments of type ExecutionStartedEventDetails.BuilderModifier and TypeMethodDescriptiondefault HistoryEvent.BuilderHistoryEvent.Builder.executionStartedEventDetails(Consumer<ExecutionStartedEventDetails.Builder> executionStartedEventDetails) Sets the value of the ExecutionStartedEventDetails property for this object.