Interface RomaniaAdditionalInfo.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RomaniaAdditionalInfo.Builder,RomaniaAdditionalInfo>,SdkBuilder<RomaniaAdditionalInfo.Builder,RomaniaAdditionalInfo>,SdkPojo
- Enclosing class:
- RomaniaAdditionalInfo
public static interface RomaniaAdditionalInfo.Builder extends SdkPojo, CopyableBuilder<RomaniaAdditionalInfo.Builder,RomaniaAdditionalInfo>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RomaniaAdditionalInfo.BuildertaxRegistrationNumberType(String taxRegistrationNumberType)The tax registration number type.RomaniaAdditionalInfo.BuildertaxRegistrationNumberType(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 Detail
-
taxRegistrationNumberType
RomaniaAdditionalInfo.Builder taxRegistrationNumberType(String taxRegistrationNumberType)
The tax registration number type. The value can be
TaxRegistrationNumberorLocalRegistrationNumber.- Parameters:
taxRegistrationNumberType- The tax registration number type. The value can beTaxRegistrationNumberorLocalRegistrationNumber.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TaxRegistrationNumberType,TaxRegistrationNumberType
-
taxRegistrationNumberType
RomaniaAdditionalInfo.Builder taxRegistrationNumberType(TaxRegistrationNumberType taxRegistrationNumberType)
The tax registration number type. The value can be
TaxRegistrationNumberorLocalRegistrationNumber.- Parameters:
taxRegistrationNumberType- The tax registration number type. The value can beTaxRegistrationNumberorLocalRegistrationNumber.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TaxRegistrationNumberType,TaxRegistrationNumberType
-
-