Interface SourceS3Location.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SourceS3Location.Builder,SourceS3Location>,SdkBuilder<SourceS3Location.Builder,SourceS3Location>,SdkPojo
- Enclosing class:
- SourceS3Location
public static interface SourceS3Location.Builder extends SdkPojo, CopyableBuilder<SourceS3Location.Builder,SourceS3Location>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SourceS3Location.Builderbucket(String bucket)The name of your Amazon S3 bucket that your tax document is located.SourceS3Location.Builderkey(String key)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 Detail
-
bucket
SourceS3Location.Builder bucket(String 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
SourceS3Location.Builder key(String 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.
-
-