Interface ExportDestination.Builder

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

public static interface ExportDestination.Builder extends SdkPojo, CopyableBuilder<ExportDestination.Builder,ExportDestination>
  • Method Summary

    Modifier and Type
    Method
    Description
    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.
    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.

    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

    • 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: