Interface PathToObjectIdentifiers.Builder

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

public static interface PathToObjectIdentifiers.Builder extends SdkPojo, CopyableBuilder<PathToObjectIdentifiers.Builder,PathToObjectIdentifiers>
  • Method Details

    • path

      The path that is used to identify the object starting from directory root.

      Parameters:
      path - The path that is used to identify the object starting from directory root.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • objectIdentifiers

      PathToObjectIdentifiers.Builder objectIdentifiers(Collection<String> objectIdentifiers)

      Lists ObjectIdentifiers starting from directory root to the object in the request.

      Parameters:
      objectIdentifiers - Lists ObjectIdentifiers starting from directory root to the object in the request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • objectIdentifiers

      PathToObjectIdentifiers.Builder objectIdentifiers(String... objectIdentifiers)

      Lists ObjectIdentifiers starting from directory root to the object in the request.

      Parameters:
      objectIdentifiers - Lists ObjectIdentifiers starting from directory root to the object in the request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.