Interface S3DataSource.Builder

  • Method Summary

    Modifier and Type
    Method
    Description
    s3Uri(String s3Uri)
    Depending on the value specified for the S3DataType, identifies either a key name prefix or a manifest that locates the S3 data source.

    Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder

    copy

    Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder

    applyMutation, build

    Methods inherited from interface software.amazon.awssdk.core.SdkPojo

    equalsBySdkFields, sdkFields
  • Method Details

    • s3Uri

      Depending on the value specified for the S3DataType, identifies either a key name prefix or a manifest that locates the S3 data source.

      Parameters:
      s3Uri - Depending on the value specified for the S3DataType, identifies either a key name prefix or a manifest that locates the S3 data source.
      Returns:
      Returns a reference to this object so that method calls can be chained together.