Uses of Interface
software.amazon.awssdk.services.sfn.model.DescribeStateMachineResponse.Builder
Packages that use DescribeStateMachineResponse.Builder
-
Uses of DescribeStateMachineResponse.Builder in software.amazon.awssdk.services.sfn.model
Methods in software.amazon.awssdk.services.sfn.model that return DescribeStateMachineResponse.BuilderModifier and TypeMethodDescriptionDescribeStateMachineResponse.builder()DescribeStateMachineResponse.Builder.creationDate(Instant creationDate) The date the state machine is created.DescribeStateMachineResponse.Builder.definition(String definition) The Amazon States Language definition of the state machine.DescribeStateMachineResponse.Builder.description(String description) The description of the state machine version.DescribeStateMachineResponse.Builder.encryptionConfiguration(Consumer<EncryptionConfiguration.Builder> encryptionConfiguration) Settings to configure server-side encryption.DescribeStateMachineResponse.Builder.encryptionConfiguration(EncryptionConfiguration encryptionConfiguration) Settings to configure server-side encryption.A user-defined or an auto-generated string that identifies aMapstate.DescribeStateMachineResponse.Builder.loggingConfiguration(Consumer<LoggingConfiguration.Builder> loggingConfiguration) Sets the value of the LoggingConfiguration property for this object.DescribeStateMachineResponse.Builder.loggingConfiguration(LoggingConfiguration loggingConfiguration) Sets the value of the LoggingConfiguration property for this object.The name of the state machine.DescribeStateMachineResponse.Builder.revisionId(String revisionId) The revision identifier for the state machine.The Amazon Resource Name (ARN) of the IAM role used when creating this state machine.DescribeStateMachineResponse.Builder.stateMachineArn(String stateMachineArn) The Amazon Resource Name (ARN) that identifies the state machine.The current status of the state machine.DescribeStateMachineResponse.Builder.status(StateMachineStatus status) The current status of the state machine.DescribeStateMachineResponse.toBuilder()DescribeStateMachineResponse.Builder.tracingConfiguration(Consumer<TracingConfiguration.Builder> tracingConfiguration) Selects whether X-Ray tracing is enabled.DescribeStateMachineResponse.Builder.tracingConfiguration(TracingConfiguration tracingConfiguration) Selects whether X-Ray tracing is enabled.Thetypeof the state machine (STANDARDorEXPRESS).DescribeStateMachineResponse.Builder.type(StateMachineType type) Thetypeof the state machine (STANDARDorEXPRESS).DescribeStateMachineResponse.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 DescribeStateMachineResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DescribeStateMachineResponse.Builder>DescribeStateMachineResponse.serializableBuilderClass()