Interface InspectionData.Builder

    • Method Detail

      • input

        InspectionData.Builder input​(String input)

        The raw state input.

        Parameters:
        input - The raw state input.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • afterArguments

        InspectionData.Builder afterArguments​(String afterArguments)

        The input after Step Functions applies an Arguments filter. This event will only be present when QueryLanguage for the state machine or individual states is set to JSONata. For more info, see Transforming data with Step Functions.

        Parameters:
        afterArguments - The input after Step Functions applies an Arguments filter. This event will only be present when QueryLanguage for the state machine or individual states is set to JSONata. For more info, see Transforming data with Step Functions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • afterInputPath

        InspectionData.Builder afterInputPath​(String afterInputPath)

        The input after Step Functions applies the InputPath filter. Not populated when QueryLanguage is JSONata.

        Parameters:
        afterInputPath - The input after Step Functions applies the InputPath filter. Not populated when QueryLanguage is JSONata.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • afterParameters

        InspectionData.Builder afterParameters​(String afterParameters)

        The effective input after Step Functions applies the Parameters filter. Not populated when QueryLanguage is JSONata.

        Parameters:
        afterParameters - The effective input after Step Functions applies the Parameters filter. Not populated when QueryLanguage is JSONata.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • result

        InspectionData.Builder result​(String result)

        The state's raw result.

        Parameters:
        result - The state's raw result.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • afterResultSelector

        InspectionData.Builder afterResultSelector​(String afterResultSelector)

        The effective result after Step Functions applies the ResultSelector filter. Not populated when QueryLanguage is JSONata.

        Parameters:
        afterResultSelector - The effective result after Step Functions applies the ResultSelector filter. Not populated when QueryLanguage is JSONata.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • afterResultPath

        InspectionData.Builder afterResultPath​(String afterResultPath)

        The effective result combined with the raw state input after Step Functions applies the ResultPath filter. Not populated when QueryLanguage is JSONata.

        Parameters:
        afterResultPath - The effective result combined with the raw state input after Step Functions applies the ResultPath filter. Not populated when QueryLanguage is JSONata.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • request

        InspectionData.Builder request​(InspectionDataRequest request)

        The raw HTTP request that is sent when you test an HTTP Task.

        Parameters:
        request - The raw HTTP request that is sent when you test an HTTP Task.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • response

        InspectionData.Builder response​(InspectionDataResponse response)

        The raw HTTP response that is returned when you test an HTTP Task.

        Parameters:
        response - The raw HTTP response that is returned when you test an HTTP Task.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • variables

        InspectionData.Builder variables​(String variables)

        JSON string that contains the set of workflow variables after execution of the state. The set will include variables assigned in the state and variables set up as test state input.

        Parameters:
        variables - JSON string that contains the set of workflow variables after execution of the state. The set will include variables assigned in the state and variables set up as test state input.
        Returns:
        Returns a reference to this object so that method calls can be chained together.