Interface CopyValue.Builder

  • Method Details

    • entries

      An array of CopyValueEntry objects, where each object contains the information about one field value to copy.

      Parameters:
      entries - An array of CopyValueEntry objects, where each object contains the information about one field value to copy.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • entries

      CopyValue.Builder entries(CopyValueEntry... entries)

      An array of CopyValueEntry objects, where each object contains the information about one field value to copy.

      Parameters:
      entries - An array of CopyValueEntry objects, where each object contains the information about one field value to copy.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • entries

      An array of CopyValueEntry objects, where each object contains the information about one field value to copy.

      This is a convenience method that creates an instance of the CopyValueEntry.Builder avoiding the need to create one manually via CopyValueEntry.builder() .

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to entries(List<CopyValueEntry>).

      Parameters:
      entries - a consumer that will call methods on CopyValueEntry.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: