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