Interface MoveKeys.Builder

All Superinterfaces:
Buildable, CopyableBuilder<MoveKeys.Builder,MoveKeys>, SdkBuilder<MoveKeys.Builder,MoveKeys>, SdkPojo
Enclosing class:
MoveKeys

@Mutable @NotThreadSafe public static interface MoveKeys.Builder extends SdkPojo, CopyableBuilder<MoveKeys.Builder,MoveKeys>
  • Method Details

    • entries

      An array of objects, where each object contains the information about one key to move.

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

      MoveKeys.Builder entries(MoveKeyEntry... entries)

      An array of objects, where each object contains the information about one key to move.

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

      An array of objects, where each object contains the information about one key to move.

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

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

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