Interface ExportSpecification.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ExportSpecification.Builder,,ExportSpecification> SdkBuilder<ExportSpecification.Builder,,ExportSpecification> SdkPojo
- Enclosing class:
ExportSpecification
@Mutable
@NotThreadSafe
public static interface ExportSpecification.Builder
extends SdkPojo, CopyableBuilder<ExportSpecification.Builder,ExportSpecification>
-
Method Summary
Modifier and TypeMethodDescriptiondefault ExportSpecification.Builders3ExportSpecification(Consumer<S3ExportSpecification.Builder> s3ExportSpecification) This specifies the destination Amazon S3 bucket for the export job.s3ExportSpecification(S3ExportSpecification s3ExportSpecification) This specifies the destination Amazon S3 bucket for the export job.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
s3ExportSpecification
This specifies the destination Amazon S3 bucket for the export job. And, if included, it also specifies the destination prefix.
- Parameters:
s3ExportSpecification- This specifies the destination Amazon S3 bucket for the export job. And, if included, it also specifies the destination prefix.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3ExportSpecification
default ExportSpecification.Builder s3ExportSpecification(Consumer<S3ExportSpecification.Builder> s3ExportSpecification) This specifies the destination Amazon S3 bucket for the export job. And, if included, it also specifies the destination prefix.
This is a convenience method that creates an instance of theS3ExportSpecification.Builderavoiding the need to create one manually viaS3ExportSpecification.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tos3ExportSpecification(S3ExportSpecification).- Parameters:
s3ExportSpecification- a consumer that will call methods onS3ExportSpecification.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-