Interface TaxDocumentMetadata.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TaxDocumentMetadata.Builder,TaxDocumentMetadata>,SdkBuilder<TaxDocumentMetadata.Builder,TaxDocumentMetadata>,SdkPojo
- Enclosing class:
- TaxDocumentMetadata
public static interface TaxDocumentMetadata.Builder extends SdkPojo, CopyableBuilder<TaxDocumentMetadata.Builder,TaxDocumentMetadata>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TaxDocumentMetadata.BuildertaxDocumentAccessToken(String taxDocumentAccessToken)The tax document access token, which contains information that the Tax Settings API uses to locate the tax document.TaxDocumentMetadata.BuildertaxDocumentName(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 Detail
-
taxDocumentAccessToken
TaxDocumentMetadata.Builder taxDocumentAccessToken(String 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
taxDocumentAccessTokenwon't be valid. To get the latest token, call theGetTaxRegistrationorListTaxRegistrationsAPI 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
taxDocumentAccessTokenwon't be valid. To get the latest token, call theGetTaxRegistrationorListTaxRegistrationsAPI operation. This token is valid for 24 hours.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
taxDocumentName
TaxDocumentMetadata.Builder taxDocumentName(String 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.
-
-