Interface S3ExportSpecification.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<S3ExportSpecification.Builder,S3ExportSpecification>,SdkBuilder<S3ExportSpecification.Builder,S3ExportSpecification>,SdkPojo
- Enclosing class:
- S3ExportSpecification
public static interface S3ExportSpecification.Builder extends SdkPojo, CopyableBuilder<S3ExportSpecification.Builder,S3ExportSpecification>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description S3ExportSpecification.BuilderdestinationBucket(String destinationBucket)This specifies the destination Amazon S3 bucket for the export job.S3ExportSpecification.BuilderdestinationPrefix(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 Detail
-
destinationBucket
S3ExportSpecification.Builder destinationBucket(String 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
S3ExportSpecification.Builder destinationPrefix(String 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.
-
-