Interface InputContentBlock.Builder

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

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

    • path

      The path to the input content.

      Parameters:
      path - The path to the input content.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • text

      The text input content.

      Parameters:
      text - The text input content.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • blob

      The binary input content.

      Parameters:
      blob - The binary input content.
      Returns:
      Returns a reference to this object so that method calls can be chained together.