Interface SaudiArabiaAdditionalInfo.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SaudiArabiaAdditionalInfo.Builder,
,SaudiArabiaAdditionalInfo> SdkBuilder<SaudiArabiaAdditionalInfo.Builder,
,SaudiArabiaAdditionalInfo> SdkPojo
- Enclosing class:
SaudiArabiaAdditionalInfo
@Mutable
@NotThreadSafe
public static interface SaudiArabiaAdditionalInfo.Builder
extends SdkPojo, CopyableBuilder<SaudiArabiaAdditionalInfo.Builder,SaudiArabiaAdditionalInfo>
-
Method Summary
Modifier and TypeMethodDescriptiontaxRegistrationNumberType
(String taxRegistrationNumberType) The tax registration number type.taxRegistrationNumberType
(SaudiArabiaTaxRegistrationNumberType taxRegistrationNumberType) The tax registration number type.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.
- Parameters:
taxRegistrationNumberType
- The tax registration number type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
taxRegistrationNumberType
SaudiArabiaAdditionalInfo.Builder taxRegistrationNumberType(SaudiArabiaTaxRegistrationNumberType taxRegistrationNumberType) The tax registration number type.
- Parameters:
taxRegistrationNumberType
- The tax registration number type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-