Interface ExportTaskS3LocationRequest.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ExportTaskS3LocationRequest.Builder,
,ExportTaskS3LocationRequest> SdkBuilder<ExportTaskS3LocationRequest.Builder,
,ExportTaskS3LocationRequest> SdkPojo
- Enclosing class:
ExportTaskS3LocationRequest
@Mutable
@NotThreadSafe
public static interface ExportTaskS3LocationRequest.Builder
extends SdkPojo, CopyableBuilder<ExportTaskS3LocationRequest.Builder,ExportTaskS3LocationRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe destination Amazon S3 bucket.The prefix (logical hierarchy) in the bucket.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
-
s3Bucket
The destination Amazon S3 bucket.
- Parameters:
s3Bucket
- The destination Amazon S3 bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3Prefix
The prefix (logical hierarchy) in the bucket.
- Parameters:
s3Prefix
- The prefix (logical hierarchy) in the bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-