public static interface ExportDestination.Builder extends SdkPojo, CopyableBuilder<ExportDestination.Builder,ExportDestination>
| Modifier and Type | Method and Description |
|---|---|
default ExportDestination.Builder |
s3(Consumer<S3Destination.Builder> 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.
|
ExportDestination.Builder |
s3(S3Destination 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.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildExportDestination.Builder s3(S3Destination 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.
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.default ExportDestination.Builder s3(Consumer<S3Destination.Builder> 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 theS3Destination.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).
s3 - a consumer that will call methods on S3Destination.Builders3(S3Destination)Copyright © 2023. All rights reserved.