Uses of Interface
software.amazon.awssdk.services.sfn.model.TestStateRequest.Builder
-
Packages that use TestStateRequest.Builder Package Description software.amazon.awssdk.services.sfn Step Functions software.amazon.awssdk.services.sfn.model -
-
Uses of TestStateRequest.Builder in software.amazon.awssdk.services.sfn
Method parameters in software.amazon.awssdk.services.sfn with type arguments of type TestStateRequest.Builder Modifier and Type Method Description default 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.Builder Modifier and Type Method Description static TestStateRequest.BuilderTestStateRequest. builder()TestStateRequest.BuilderTestStateRequest.Builder. definition(String definition)The Amazon States Language (ASL) definition of the state.TestStateRequest.BuilderTestStateRequest.Builder. input(String input)A string that contains the JSON input data for the state.TestStateRequest.BuilderTestStateRequest.Builder. inspectionLevel(String inspectionLevel)Determines the values to return when a state is tested.TestStateRequest.BuilderTestStateRequest.Builder. inspectionLevel(InspectionLevel inspectionLevel)Determines the values to return when a state is tested.TestStateRequest.BuilderTestStateRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)TestStateRequest.BuilderTestStateRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)TestStateRequest.BuilderTestStateRequest.Builder. revealSecrets(Boolean revealSecrets)Specifies whether or not to include secret information in the test result.TestStateRequest.BuilderTestStateRequest.Builder. roleArn(String roleArn)The Amazon Resource Name (ARN) of the execution role with the required IAM permissions for the state.TestStateRequest.BuilderTestStateRequest. toBuilder()Methods in software.amazon.awssdk.services.sfn.model that return types with arguments of type TestStateRequest.Builder Modifier and Type Method Description static Class<? extends TestStateRequest.Builder>TestStateRequest. serializableBuilderClass()
-