Interface S3ExportSpecification.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<S3ExportSpecification.Builder,
,S3ExportSpecification> SdkBuilder<S3ExportSpecification.Builder,
,S3ExportSpecification> SdkPojo
- Enclosing class:
S3ExportSpecification
@Mutable
@NotThreadSafe
public static interface S3ExportSpecification.Builder
extends SdkPojo, CopyableBuilder<S3ExportSpecification.Builder,S3ExportSpecification>
-
Method Summary
Modifier and TypeMethodDescriptiondestinationBucket
(String destinationBucket) This specifies the destination Amazon S3 bucket for the export job.destinationPrefix
(String destinationPrefix) This specifies the prefix for the destination Amazon S3 bucket for the export job.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, sdkFieldNameToField, sdkFields
-
Method Details
-
destinationBucket
This specifies the destination Amazon S3 bucket for the export job.
- Parameters:
destinationBucket
- This specifies the destination Amazon S3 bucket for the export job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
destinationPrefix
This specifies the prefix for the destination Amazon S3 bucket for the export job.
- Parameters:
destinationPrefix
- This specifies the prefix for the destination Amazon S3 bucket for the export job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-