Interface GetTaxRegistrationDocumentResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetTaxRegistrationDocumentResponse.Builder,
,GetTaxRegistrationDocumentResponse> SdkBuilder<GetTaxRegistrationDocumentResponse.Builder,
,GetTaxRegistrationDocumentResponse> SdkPojo
,SdkResponse.Builder
,TaxSettingsResponse.Builder
- Enclosing class:
GetTaxRegistrationDocumentResponse
@Mutable
@NotThreadSafe
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.presignedS3Url
(String presignedS3Url) The Amazon S3 presigned URL of the tax registration document.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
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.
-
presignedS3Url
The Amazon S3 presigned URL of the tax registration document.
- Parameters:
presignedS3Url
- The Amazon S3 presigned URL of the tax registration document.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-