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 Details

    • recordRowPath

      JSONMappingParameters.Builder recordRowPath(String recordRowPath)

      The path to the top-level parent that contains the records.

      Parameters:
      recordRowPath - The 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.