Interface DestinationS3Location.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DestinationS3Location.Builder,
,DestinationS3Location> SdkBuilder<DestinationS3Location.Builder,
,DestinationS3Location> SdkPojo
- Enclosing class:
DestinationS3Location
@Mutable
@NotThreadSafe
public static interface DestinationS3Location.Builder
extends SdkPojo, CopyableBuilder<DestinationS3Location.Builder,DestinationS3Location>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of your Amazon S3 bucket that you specify to download your tax documents to.The Amazon S3 object prefix that you specify for your tax document file.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
-
bucket
The name of your Amazon S3 bucket that you specify to download your tax documents to.
- Parameters:
bucket
- The name of your Amazon S3 bucket that you specify to download your tax documents to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
prefix
The Amazon S3 object prefix that you specify for your tax document file.
- Parameters:
prefix
- The Amazon S3 object prefix that you specify for your tax document file.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-