Interface Stream.Builder

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

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

    • streamId

      Stream.Builder streamId(String streamId)

      The stream ID.

      Parameters:
      streamId - The stream ID.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • fileId

      Stream.Builder fileId(Integer fileId)

      The ID of a file associated with a stream.

      Parameters:
      fileId - The ID of a file associated with a stream.
      Returns:
      Returns a reference to this object so that method calls can be chained together.