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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResponseExtractionMapping.BuildercontentPath(String contentPath)A JSON path expression that specifies how to extract a value from the response body content.ResponseExtractionMapping.BuilderheaderKey(String headerKey)The name of an HTTP response header from which to extract the value.-
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 Detail
-
contentPath
ResponseExtractionMapping.Builder contentPath(String 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
ResponseExtractionMapping.Builder headerKey(String 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.
-
-