Uses of Interface
software.amazon.awssdk.services.taxsettings.model.SourceS3Location.Builder
-
Packages that use SourceS3Location.Builder Package Description software.amazon.awssdk.services.taxsettings.model -
-
Uses of SourceS3Location.Builder in software.amazon.awssdk.services.taxsettings.model
Methods in software.amazon.awssdk.services.taxsettings.model that return SourceS3Location.Builder Modifier and Type Method Description SourceS3Location.BuilderSourceS3Location.Builder. bucket(String bucket)The name of your Amazon S3 bucket that your tax document is located.static SourceS3Location.BuilderSourceS3Location. builder()SourceS3Location.BuilderSourceS3Location.Builder. key(String key)The object key of your tax document object in Amazon S3.SourceS3Location.BuilderSourceS3Location. toBuilder()Methods in software.amazon.awssdk.services.taxsettings.model that return types with arguments of type SourceS3Location.Builder Modifier and Type Method Description static Class<? extends SourceS3Location.Builder>SourceS3Location. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.taxsettings.model with type arguments of type SourceS3Location.Builder Modifier and Type Method Description default TaxRegistrationDocument.BuilderTaxRegistrationDocument.Builder. s3Location(Consumer<SourceS3Location.Builder> s3Location)The Amazon S3 location where your tax registration document is stored.
-