Uses of Interface
software.amazon.awssdk.services.taxsettings.model.DestinationS3Location.Builder
-
Packages that use DestinationS3Location.Builder Package Description software.amazon.awssdk.services.taxsettings.model -
-
Uses of DestinationS3Location.Builder in software.amazon.awssdk.services.taxsettings.model
Methods in software.amazon.awssdk.services.taxsettings.model that return DestinationS3Location.Builder Modifier and Type Method Description DestinationS3Location.BuilderDestinationS3Location.Builder. bucket(String bucket)The name of your Amazon S3 bucket that you specify to download your tax documents to.static DestinationS3Location.BuilderDestinationS3Location. builder()DestinationS3Location.BuilderDestinationS3Location.Builder. prefix(String prefix)The Amazon S3 object prefix that you specify for your tax document file.DestinationS3Location.BuilderDestinationS3Location. toBuilder()Methods in software.amazon.awssdk.services.taxsettings.model that return types with arguments of type DestinationS3Location.Builder Modifier and Type Method Description static Class<? extends DestinationS3Location.Builder>DestinationS3Location. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.taxsettings.model with type arguments of type DestinationS3Location.Builder Modifier and Type Method Description default GetTaxRegistrationDocumentRequest.BuilderGetTaxRegistrationDocumentRequest.Builder. destinationS3Location(Consumer<DestinationS3Location.Builder> destinationS3Location)The Amazon S3 bucket that you specify to download your tax documents to.
-