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