StreamFile.Builder (AWS SDK for Java

StreamFile.Builder (AWS SDK for Java - 2.25.22)
All Superinterfaces:
Buildable, CopyableBuilder<StreamFile.Builder,StreamFile>, SdkBuilder<StreamFile.Builder,StreamFile>, SdkPojo
Enclosing class:
StreamFile

  • Method Details

    • fileId

      The file ID.

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

      The location of the file in S3.

      Parameters:
      s3Location - The location of the file in S3.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • s3Location

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

You Might Also Like