Interface InspectionData.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<InspectionData.Builder,
,InspectionData> SdkBuilder<InspectionData.Builder,
,InspectionData> SdkPojo
- Enclosing class:
InspectionData
-
Method Summary
Modifier and TypeMethodDescriptionafterArguments
(String afterArguments) The input after Step Functions applies an Arguments filter.afterInputPath
(String afterInputPath) The input after Step Functions applies the InputPath filter.afterParameters
(String afterParameters) The effective input after Step Functions applies the Parameters filter.afterResultPath
(String afterResultPath) The effective result combined with the raw state input after Step Functions applies the ResultPath filter.afterResultSelector
(String afterResultSelector) The effective result after Step Functions applies the ResultSelector filter.The raw state input.default InspectionData.Builder
request
(Consumer<InspectionDataRequest.Builder> request) The raw HTTP request that is sent when you test an HTTP Task.request
(InspectionDataRequest request) The raw HTTP request that is sent when you test an HTTP Task.default InspectionData.Builder
response
(Consumer<InspectionDataResponse.Builder> response) The raw HTTP response that is returned when you test an HTTP Task.response
(InspectionDataResponse response) The raw HTTP response that is returned when you test an HTTP Task.The state's raw result.JSON string that contains the set of workflow variables after execution of the state.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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
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
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
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
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
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
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.
-
request
The raw HTTP request that is sent when you test an HTTP Task.
This is a convenience method that creates an instance of theInspectionDataRequest.Builder
avoiding the need to create one manually viaInspectionDataRequest.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed torequest(InspectionDataRequest)
.- Parameters:
request
- a consumer that will call methods onInspectionDataRequest.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
-
response
The raw HTTP response that is returned when you test an HTTP Task.
This is a convenience method that creates an instance of theInspectionDataResponse.Builder
avoiding the need to create one manually viaInspectionDataResponse.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toresponse(InspectionDataResponse)
.- Parameters:
response
- a consumer that will call methods onInspectionDataResponse.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
-