Interface GetTaxRegistrationDocumentResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetTaxRegistrationDocumentResponse.Builder,
,GetTaxRegistrationDocumentResponse> SdkBuilder<GetTaxRegistrationDocumentResponse.Builder,
,GetTaxRegistrationDocumentResponse> SdkPojo
,SdkResponse.Builder
,TaxSettingsResponse.Builder
- Enclosing class:
GetTaxRegistrationDocumentResponse
public static interface GetTaxRegistrationDocumentResponse.Builder
extends TaxSettingsResponse.Builder, SdkPojo, CopyableBuilder<GetTaxRegistrationDocumentResponse.Builder,GetTaxRegistrationDocumentResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondestinationFilePath
(String destinationFilePath) The file path of the Amazon S3 bucket where you want to download your tax document to.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, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
Methods inherited from interface software.amazon.awssdk.services.taxsettings.model.TaxSettingsResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
destinationFilePath
The file path of the Amazon S3 bucket where you want to download your tax document to.
- Parameters:
destinationFilePath
- The file path of the Amazon S3 bucket where you want to download your tax document to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-