Interface ExportDestination.Builder

  • Method Details

    • s3

      An object that describes the destination Amazon Simple Storage Service (Amazon S3) bucket name and object keys of a recommendations export file, and its associated metadata file.

      Parameters:
      s3 - An object that describes the destination Amazon Simple Storage Service (Amazon S3) bucket name and object keys of a recommendations export file, and its associated metadata file.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • s3

      An object that describes the destination Amazon Simple Storage Service (Amazon S3) bucket name and object keys of a recommendations export file, and its associated metadata file.

      This is a convenience method that creates an instance of the S3Destination.Builder avoiding the need to create one manually via S3Destination.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to s3(S3Destination).

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