Interface OutputFileUriValue.Builder

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

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

    • fileName

      OutputFileUriValue.Builder fileName(String fileName)

      The URI of the location where dataset contents are stored, usually the URI of a file in an S3 bucket.

      Parameters:
      fileName - The URI of the location where dataset contents are stored, usually the URI of a file in an S3 bucket.
      Returns:
      Returns a reference to this object so that method calls can be chained together.