Interface DestinationS3Location.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DestinationS3Location.Builder,DestinationS3Location>,SdkBuilder<DestinationS3Location.Builder,DestinationS3Location>,SdkPojo
- Enclosing class:
- DestinationS3Location
public static interface DestinationS3Location.Builder extends SdkPojo, CopyableBuilder<DestinationS3Location.Builder,DestinationS3Location>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DestinationS3Location.Builderbucket(String bucket)The name of your Amazon S3 bucket that you specify to download your tax documents to.DestinationS3Location.Builderprefix(String prefix)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 Detail
-
bucket
DestinationS3Location.Builder bucket(String 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
DestinationS3Location.Builder prefix(String 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.
-
-