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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetTaxRegistrationDocumentResponse.BuilderdestinationFilePath(String destinationFilePath)The file path of the Amazon S3 bucket where you want to download your tax document to.GetTaxRegistrationDocumentResponse.BuilderpresignedS3Url(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 Detail
-
destinationFilePath
GetTaxRegistrationDocumentResponse.Builder destinationFilePath(String 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
GetTaxRegistrationDocumentResponse.Builder presignedS3Url(String 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.
-
-