Interface TaxDocumentMetadata.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TaxDocumentMetadata.Builder,
,TaxDocumentMetadata> SdkBuilder<TaxDocumentMetadata.Builder,
,TaxDocumentMetadata> SdkPojo
- Enclosing class:
TaxDocumentMetadata
@Mutable
@NotThreadSafe
public static interface TaxDocumentMetadata.Builder
extends SdkPojo, CopyableBuilder<TaxDocumentMetadata.Builder,TaxDocumentMetadata>
-
Method Summary
Modifier and TypeMethodDescriptiontaxDocumentAccessToken
(String taxDocumentAccessToken) The tax document access token, which contains information that the Tax Settings API uses to locate the tax document.taxDocumentName
(String taxDocumentName) The name of your tax 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
-
Method Details
-
taxDocumentAccessToken
The tax document access token, which contains information that the Tax Settings API uses to locate the tax document.
If you update your tax registration, the existing
taxDocumentAccessToken
won't be valid. To get the latest token, call theGetTaxRegistration
orListTaxRegistrations
API operation. This token is valid for 24 hours.- Parameters:
taxDocumentAccessToken
- The tax document access token, which contains information that the Tax Settings API uses to locate the tax document.If you update your tax registration, the existing
taxDocumentAccessToken
won't be valid. To get the latest token, call theGetTaxRegistration
orListTaxRegistrations
API operation. This token is valid for 24 hours.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
taxDocumentName
The name of your tax document.
- Parameters:
taxDocumentName
- The name of your tax document.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-