Uses of Interface
software.amazon.awssdk.services.sfn.model.TestStateRequest.Builder
Packages that use TestStateRequest.Builder
Package
Description
-
Uses of TestStateRequest.Builder in software.amazon.awssdk.services.sfn
Method parameters in software.amazon.awssdk.services.sfn with type arguments of type TestStateRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<TestStateResponse>SfnAsyncClient.testState(Consumer<TestStateRequest.Builder> testStateRequest) Accepts the definition of a single state and executes it.default TestStateResponseSfnClient.testState(Consumer<TestStateRequest.Builder> testStateRequest) Accepts the definition of a single state and executes it. -
Uses of TestStateRequest.Builder in software.amazon.awssdk.services.sfn.model
Methods in software.amazon.awssdk.services.sfn.model that return TestStateRequest.BuilderModifier and TypeMethodDescriptionstatic TestStateRequest.BuilderTestStateRequest.builder()A JSON string representing a valid Context object for the state under test.TestStateRequest.Builder.definition(String definition) The Amazon States Language (ASL) definition of the state or state machine.A string that contains the JSON input data for the state.TestStateRequest.Builder.inspectionLevel(String inspectionLevel) Determines the values to return when a state is tested.TestStateRequest.Builder.inspectionLevel(InspectionLevel inspectionLevel) Determines the values to return when a state is tested.default TestStateRequest.BuilderTestStateRequest.Builder.mock(Consumer<MockInput.Builder> mock) Defines a mocked result or error for the state under test.Defines a mocked result or error for the state under test.TestStateRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) TestStateRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) TestStateRequest.Builder.revealSecrets(Boolean revealSecrets) Specifies whether or not to include secret information in the test result.The Amazon Resource Name (ARN) of the execution role with the required IAM permissions for the state.default TestStateRequest.BuilderTestStateRequest.Builder.stateConfiguration(Consumer<TestStateConfiguration.Builder> stateConfiguration) Contains configurations for the state under test.TestStateRequest.Builder.stateConfiguration(TestStateConfiguration stateConfiguration) Contains configurations for the state under test.Denotes the particular state within a state machine definition to be tested.TestStateRequest.toBuilder()JSON object literal that sets variables used in the state under test.Methods in software.amazon.awssdk.services.sfn.model that return types with arguments of type TestStateRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends TestStateRequest.Builder>TestStateRequest.serializableBuilderClass()