Interface ExportDestination.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ExportDestination.Builder,,- ExportDestination> - SdkBuilder<ExportDestination.Builder,,- ExportDestination> - SdkPojo
- Enclosing class:
- ExportDestination
@Mutable
@NotThreadSafe
public static interface ExportDestination.Builder
extends SdkPojo, CopyableBuilder<ExportDestination.Builder,ExportDestination> 
- 
Method SummaryModifier and TypeMethodDescriptiondefault ExportDestination.BuilderAn 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(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.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
s3An 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.
 
- 
s3An 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.Builderavoiding the need to create one manually viaS3Destination.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tos3(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:
 
 
-