Interface ContentDeltaEvent.Builder

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

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

    • stdout

      The standard output content from the command execution. This field contains the incremental output written to stdout by the executing command.

      Parameters:
      stdout - The standard output content from the command execution. This field contains the incremental output written to stdout by the executing command.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • stderr

      The standard error content from the command execution. This field contains the incremental output written to stderr by the executing command.

      Parameters:
      stderr - The standard error content from the command execution. This field contains the incremental output written to stderr by the executing command.
      Returns:
      Returns a reference to this object so that method calls can be chained together.