Interface JSONMappingParameters.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<JSONMappingParameters.Builder,JSONMappingParameters>,SdkBuilder<JSONMappingParameters.Builder,JSONMappingParameters>,SdkPojo
- Enclosing class:
- JSONMappingParameters
public static interface JSONMappingParameters.Builder extends SdkPojo, CopyableBuilder<JSONMappingParameters.Builder,JSONMappingParameters>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JSONMappingParameters.BuilderrecordRowPath(String recordRowPath)Path to the top-level parent that contains the records.-
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
-
recordRowPath
JSONMappingParameters.Builder recordRowPath(String recordRowPath)
Path to the top-level parent that contains the records.
- Parameters:
recordRowPath- Path to the top-level parent that contains the records.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-