Interface MalaysiaAdditionalInfo.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<MalaysiaAdditionalInfo.Builder,MalaysiaAdditionalInfo>,SdkBuilder<MalaysiaAdditionalInfo.Builder,MalaysiaAdditionalInfo>,SdkPojo
- Enclosing class:
- MalaysiaAdditionalInfo
public static interface MalaysiaAdditionalInfo.Builder extends SdkPojo, CopyableBuilder<MalaysiaAdditionalInfo.Builder,MalaysiaAdditionalInfo>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MalaysiaAdditionalInfo.BuilderbusinessRegistrationNumber(String businessRegistrationNumber)The tax registration number (TRN) in Malaysia.MalaysiaAdditionalInfo.BuilderserviceTaxCodes(Collection<MalaysiaServiceTaxCode> serviceTaxCodes)List of service tax codes for your TRN in Malaysia.MalaysiaAdditionalInfo.BuilderserviceTaxCodes(MalaysiaServiceTaxCode... serviceTaxCodes)List of service tax codes for your TRN in Malaysia.MalaysiaAdditionalInfo.BuilderserviceTaxCodesWithStrings(String... serviceTaxCodes)List of service tax codes for your TRN in Malaysia.MalaysiaAdditionalInfo.BuilderserviceTaxCodesWithStrings(Collection<String> serviceTaxCodes)List of service tax codes for your TRN in Malaysia.MalaysiaAdditionalInfo.BuildertaxInformationNumber(String taxInformationNumber)The tax information number in Malaysia.-
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
-
businessRegistrationNumber
MalaysiaAdditionalInfo.Builder businessRegistrationNumber(String businessRegistrationNumber)
The tax registration number (TRN) in Malaysia.
For individual, you can specify the
taxInformationNumberinMalaysiaAdditionalInfowith NRIC type, and a valid MyKad or NRIC number. For business, you must specify abusinessRegistrationNumberinMalaysiaAdditionalInfowith a TIN type and tax identification number. For business resellers, you must specify abusinessRegistrationNumberandtaxInformationNumberinMalaysiaAdditionalInfowith a sales and service tax (SST) type and a valid SST number.For business resellers with service codes, you must specify
businessRegistrationNumber,taxInformationNumber, and distinctserviceTaxCodesinMalaysiaAdditionalInfowith a SST type and valid sales and service tax (SST) number. By using this API operation, Amazon Web Services registers your self-declaration that you’re an authorized business reseller registered with the Royal Malaysia Customs Department (RMCD), and have a valid SST number.- Parameters:
businessRegistrationNumber- The tax registration number (TRN) in Malaysia.For individual, you can specify the
taxInformationNumberinMalaysiaAdditionalInfowith NRIC type, and a valid MyKad or NRIC number. For business, you must specify abusinessRegistrationNumberinMalaysiaAdditionalInfowith a TIN type and tax identification number. For business resellers, you must specify abusinessRegistrationNumberandtaxInformationNumberinMalaysiaAdditionalInfowith a sales and service tax (SST) type and a valid SST number.For business resellers with service codes, you must specify
businessRegistrationNumber,taxInformationNumber, and distinctserviceTaxCodesinMalaysiaAdditionalInfowith a SST type and valid sales and service tax (SST) number. By using this API operation, Amazon Web Services registers your self-declaration that you’re an authorized business reseller registered with the Royal Malaysia Customs Department (RMCD), and have a valid SST number.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceTaxCodesWithStrings
MalaysiaAdditionalInfo.Builder serviceTaxCodesWithStrings(Collection<String> serviceTaxCodes)
List of service tax codes for your TRN in Malaysia.
- Parameters:
serviceTaxCodes- List of service tax codes for your TRN in Malaysia.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceTaxCodesWithStrings
MalaysiaAdditionalInfo.Builder serviceTaxCodesWithStrings(String... serviceTaxCodes)
List of service tax codes for your TRN in Malaysia.
- Parameters:
serviceTaxCodes- List of service tax codes for your TRN in Malaysia.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceTaxCodes
MalaysiaAdditionalInfo.Builder serviceTaxCodes(Collection<MalaysiaServiceTaxCode> serviceTaxCodes)
List of service tax codes for your TRN in Malaysia.
- Parameters:
serviceTaxCodes- List of service tax codes for your TRN in Malaysia.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceTaxCodes
MalaysiaAdditionalInfo.Builder serviceTaxCodes(MalaysiaServiceTaxCode... serviceTaxCodes)
List of service tax codes for your TRN in Malaysia.
- Parameters:
serviceTaxCodes- List of service tax codes for your TRN in Malaysia.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
taxInformationNumber
MalaysiaAdditionalInfo.Builder taxInformationNumber(String taxInformationNumber)
The tax information number in Malaysia.
For individual, you can specify the
taxInformationNumberinMalaysiaAdditionalInfowith NRIC type, and a valid MyKad or NRIC number. For business resellers, you must specify abusinessRegistrationNumberandtaxInformationNumberinMalaysiaAdditionalInfowith a sales and service tax (SST) type and a valid SST number.For business resellers with service codes, you must specify
businessRegistrationNumber,taxInformationNumber, and distinctserviceTaxCodesinMalaysiaAdditionalInfowith a SST type and valid sales and service tax (SST) number. By using this API operation, Amazon Web Services registers your self-declaration that you’re an authorized business reseller registered with the Royal Malaysia Customs Department (RMCD), and have a valid SST number.- Parameters:
taxInformationNumber- The tax information number in Malaysia.For individual, you can specify the
taxInformationNumberinMalaysiaAdditionalInfowith NRIC type, and a valid MyKad or NRIC number. For business resellers, you must specify abusinessRegistrationNumberandtaxInformationNumberinMalaysiaAdditionalInfowith a sales and service tax (SST) type and a valid SST number.For business resellers with service codes, you must specify
businessRegistrationNumber,taxInformationNumber, and distinctserviceTaxCodesinMalaysiaAdditionalInfowith a SST type and valid sales and service tax (SST) number. By using this API operation, Amazon Web Services registers your self-declaration that you’re an authorized business reseller registered with the Royal Malaysia Customs Department (RMCD), and have a valid SST number.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-