Class TestStateRequest
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<TestStateRequest.Builder,TestStateRequest>
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic TestStateRequest.Builderbuilder()final Stringcontext()A JSON string representing a valid Context object for the state under test.final StringThe Amazon States Language (ASL) definition of the state or state machine.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final Stringinput()A string that contains the JSON input data for the state.final InspectionLevelDetermines the values to return when a state is tested.final StringDetermines the values to return when a state is tested.final MockInputmock()Defines a mocked result or error for the state under test.final BooleanSpecifies whether or not to include secret information in the test result.final StringroleArn()The Amazon Resource Name (ARN) of the execution role with the required IAM permissions for the state.static Class<? extends TestStateRequest.Builder>final TestStateConfigurationContains configurations for the state under test.final StringDenotes the particular state within a state machine definition to be tested.final StringtoString()Returns a string representation of this object.final StringJSON object literal that sets variables used in the state under test.Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfigurationMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
definition
The Amazon States Language (ASL) definition of the state or state machine.
- Returns:
- The Amazon States Language (ASL) definition of the state or state machine.
-
roleArn
The Amazon Resource Name (ARN) of the execution role with the required IAM permissions for the state.
- Returns:
- The Amazon Resource Name (ARN) of the execution role with the required IAM permissions for the state.
-
input
A string that contains the JSON input data for the state.
- Returns:
- A string that contains the JSON input data for the state.
-
inspectionLevel
Determines the values to return when a state is tested. You can specify one of the following types:
-
INFO: Shows the final state output. By default, Step Functions setsinspectionLeveltoINFOif you don't specify a level. -
DEBUG: Shows the final state output along with the input and output data processing result. -
TRACE: Shows the HTTP request and response for an HTTP Task. This level also shows the final state output along with the input and output data processing result.
Each of these levels also provide information about the status of the state execution and the next state to transition to.
If the service returns an enum value that is not available in the current SDK version,
inspectionLevelwill returnInspectionLevel.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frominspectionLevelAsString().- Returns:
- Determines the values to return when a state is tested. You can specify one of the following types:
-
INFO: Shows the final state output. By default, Step Functions setsinspectionLeveltoINFOif you don't specify a level. -
DEBUG: Shows the final state output along with the input and output data processing result. -
TRACE: Shows the HTTP request and response for an HTTP Task. This level also shows the final state output along with the input and output data processing result.
Each of these levels also provide information about the status of the state execution and the next state to transition to.
-
- See Also:
-
-
inspectionLevelAsString
Determines the values to return when a state is tested. You can specify one of the following types:
-
INFO: Shows the final state output. By default, Step Functions setsinspectionLeveltoINFOif you don't specify a level. -
DEBUG: Shows the final state output along with the input and output data processing result. -
TRACE: Shows the HTTP request and response for an HTTP Task. This level also shows the final state output along with the input and output data processing result.
Each of these levels also provide information about the status of the state execution and the next state to transition to.
If the service returns an enum value that is not available in the current SDK version,
inspectionLevelwill returnInspectionLevel.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frominspectionLevelAsString().- Returns:
- Determines the values to return when a state is tested. You can specify one of the following types:
-
INFO: Shows the final state output. By default, Step Functions setsinspectionLeveltoINFOif you don't specify a level. -
DEBUG: Shows the final state output along with the input and output data processing result. -
TRACE: Shows the HTTP request and response for an HTTP Task. This level also shows the final state output along with the input and output data processing result.
Each of these levels also provide information about the status of the state execution and the next state to transition to.
-
- See Also:
-
-
revealSecrets
Specifies whether or not to include secret information in the test result. For HTTP Tasks, a secret includes the data that an EventBridge connection adds to modify the HTTP request headers, query parameters, and body. Step Functions doesn't omit any information included in the state definition or the HTTP response.
If you set
revealSecretstotrue, you must make sure that the IAM user that calls theTestStateAPI has permission for thestates:RevealSecretsaction. For an example of IAM policy that sets thestates:RevealSecretspermission, see IAM permissions to test a state. Without this permission, Step Functions throws an access denied error.By default,
revealSecretsis set tofalse.- Returns:
- Specifies whether or not to include secret information in the test result. For HTTP Tasks, a secret
includes the data that an EventBridge connection adds to modify the HTTP request headers, query
parameters, and body. Step Functions doesn't omit any information included in the state definition or the
HTTP response.
If you set
revealSecretstotrue, you must make sure that the IAM user that calls theTestStateAPI has permission for thestates:RevealSecretsaction. For an example of IAM policy that sets thestates:RevealSecretspermission, see IAM permissions to test a state. Without this permission, Step Functions throws an access denied error.By default,
revealSecretsis set tofalse.
-
variables
JSON object literal that sets variables used in the state under test. Object keys are the variable names and values are the variable values.
- Returns:
- JSON object literal that sets variables used in the state under test. Object keys are the variable names and values are the variable values.
-
stateName
Denotes the particular state within a state machine definition to be tested. If this field is specified, the
definitionmust contain a fully-formed state machine definition.- Returns:
- Denotes the particular state within a state machine definition to be tested. If this field is specified,
the
definitionmust contain a fully-formed state machine definition.
-
mock
Defines a mocked result or error for the state under test.
A mock can only be specified for Task, Map, or Parallel states. If it is specified for another state type, an exception will be thrown.
- Returns:
- Defines a mocked result or error for the state under test.
A mock can only be specified for Task, Map, or Parallel states. If it is specified for another state type, an exception will be thrown.
-
context
A JSON string representing a valid Context object for the state under test. This field may only be specified if a mock is specified in the same request.
- Returns:
- A JSON string representing a valid Context object for the state under test. This field may only be specified if a mock is specified in the same request.
-
stateConfiguration
Contains configurations for the state under test.
- Returns:
- Contains configurations for the state under test.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<TestStateRequest.Builder,TestStateRequest> - Specified by:
toBuilderin classSfnRequest
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode()- Overrides:
hashCodein classAwsRequest
-
equals
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-