Interface UzbekistanAdditionalInfo.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<UzbekistanAdditionalInfo.Builder,
,UzbekistanAdditionalInfo> SdkBuilder<UzbekistanAdditionalInfo.Builder,
,UzbekistanAdditionalInfo> SdkPojo
- Enclosing class:
UzbekistanAdditionalInfo
@Mutable
@NotThreadSafe
public static interface UzbekistanAdditionalInfo.Builder
extends SdkPojo, CopyableBuilder<UzbekistanAdditionalInfo.Builder,UzbekistanAdditionalInfo>
-
Method Summary
Modifier and TypeMethodDescriptiontaxRegistrationNumberType
(String taxRegistrationNumberType) The tax registration number type.taxRegistrationNumberType
(UzbekistanTaxRegistrationNumberType taxRegistrationNumberType) The tax registration number type.vatRegistrationNumber
(String vatRegistrationNumber) The unique 12-digit number issued to identify VAT-registered identities in Uzbekistan.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
-
taxRegistrationNumberType
The tax registration number type. The tax registration number type valid values are
Business
andIndividual
.- Parameters:
taxRegistrationNumberType
- The tax registration number type. The tax registration number type valid values areBusiness
andIndividual
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
taxRegistrationNumberType
UzbekistanAdditionalInfo.Builder taxRegistrationNumberType(UzbekistanTaxRegistrationNumberType taxRegistrationNumberType) The tax registration number type. The tax registration number type valid values are
Business
andIndividual
.- Parameters:
taxRegistrationNumberType
- The tax registration number type. The tax registration number type valid values areBusiness
andIndividual
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
vatRegistrationNumber
The unique 12-digit number issued to identify VAT-registered identities in Uzbekistan.
- Parameters:
vatRegistrationNumber
- The unique 12-digit number issued to identify VAT-registered identities in Uzbekistan.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-