Uses of Interface
software.amazon.awssdk.services.sfn.model.DescribeStateMachineForExecutionResponse.Builder
Packages that use DescribeStateMachineForExecutionResponse.Builder
-
Uses of DescribeStateMachineForExecutionResponse.Builder in software.amazon.awssdk.services.sfn.model
Methods in software.amazon.awssdk.services.sfn.model that return DescribeStateMachineForExecutionResponse.BuilderModifier and TypeMethodDescriptionDescribeStateMachineForExecutionResponse.builder()DescribeStateMachineForExecutionResponse.Builder.definition(String definition) The Amazon States Language definition of the state machine.DescribeStateMachineForExecutionResponse.Builder.encryptionConfiguration(Consumer<EncryptionConfiguration.Builder> encryptionConfiguration) Settings to configure server-side encryption.DescribeStateMachineForExecutionResponse.Builder.encryptionConfiguration(EncryptionConfiguration encryptionConfiguration) Settings to configure server-side encryption.A user-defined or an auto-generated string that identifies aMapstate.DescribeStateMachineForExecutionResponse.Builder.loggingConfiguration(Consumer<LoggingConfiguration.Builder> loggingConfiguration) Sets the value of the LoggingConfiguration property for this object.DescribeStateMachineForExecutionResponse.Builder.loggingConfiguration(LoggingConfiguration loggingConfiguration) Sets the value of the LoggingConfiguration property for this object.The Amazon Resource Name (ARN) of the Map Run that started the child workflow execution.The name of the state machine associated with the execution.DescribeStateMachineForExecutionResponse.Builder.revisionId(String revisionId) The revision identifier for the state machine.The Amazon Resource Name (ARN) of the IAM role of the State Machine for the execution.DescribeStateMachineForExecutionResponse.Builder.stateMachineArn(String stateMachineArn) The Amazon Resource Name (ARN) of the state machine associated with the execution.DescribeStateMachineForExecutionResponse.toBuilder()DescribeStateMachineForExecutionResponse.Builder.tracingConfiguration(Consumer<TracingConfiguration.Builder> tracingConfiguration) Selects whether X-Ray tracing is enabled.DescribeStateMachineForExecutionResponse.Builder.tracingConfiguration(TracingConfiguration tracingConfiguration) Selects whether X-Ray tracing is enabled.DescribeStateMachineForExecutionResponse.Builder.updateDate(Instant updateDate) The date and time the state machine associated with an execution was updated.DescribeStateMachineForExecutionResponse.Builder.variableReferences(Map<String, ? extends Collection<String>> variableReferences) A map of state name to a list of variables referenced by that state.Methods in software.amazon.awssdk.services.sfn.model that return types with arguments of type DescribeStateMachineForExecutionResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DescribeStateMachineForExecutionResponse.Builder>DescribeStateMachineForExecutionResponse.serializableBuilderClass()