Interface ResponseExtractionMapping.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ResponseExtractionMapping.Builder,,ResponseExtractionMapping> SdkBuilder<ResponseExtractionMapping.Builder,,ResponseExtractionMapping> SdkPojo
- Enclosing class:
ResponseExtractionMapping
@Mutable
@NotThreadSafe
public static interface ResponseExtractionMapping.Builder
extends SdkPojo, CopyableBuilder<ResponseExtractionMapping.Builder,ResponseExtractionMapping>
-
Method Summary
Modifier and TypeMethodDescriptioncontentPath(String contentPath) A JSON path expression that specifies how to extract a value from the response body content.The name of an HTTP response header from which to extract the value.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
contentPath
A JSON path expression that specifies how to extract a value from the response body content.
- Parameters:
contentPath- A JSON path expression that specifies how to extract a value from the response body content.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
headerKey
The name of an HTTP response header from which to extract the value.
- Parameters:
headerKey- The name of an HTTP response header from which to extract the value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-