Interface TaxRegistrationEntry.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TaxRegistrationEntry.Builder,TaxRegistrationEntry>,SdkBuilder<TaxRegistrationEntry.Builder,TaxRegistrationEntry>,SdkPojo
- Enclosing class:
- TaxRegistrationEntry
public static interface TaxRegistrationEntry.Builder extends SdkPojo, CopyableBuilder<TaxRegistrationEntry.Builder,TaxRegistrationEntry>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default TaxRegistrationEntry.BuilderadditionalTaxInformation(Consumer<AdditionalInfoRequest.Builder> additionalTaxInformation)Additional tax information associated with your TRN.TaxRegistrationEntry.BuilderadditionalTaxInformation(AdditionalInfoRequest additionalTaxInformation)Additional tax information associated with your TRN.TaxRegistrationEntry.BuildercertifiedEmailId(String certifiedEmailId)The email address to receive VAT invoices.default TaxRegistrationEntry.BuilderlegalAddress(Consumer<Address.Builder> legalAddress)The legal address associated with your TRN.TaxRegistrationEntry.BuilderlegalAddress(Address legalAddress)The legal address associated with your TRN.TaxRegistrationEntry.BuilderlegalName(String legalName)The legal name associated with your TRN.TaxRegistrationEntry.BuilderregistrationId(String registrationId)Your tax registration unique identifier.TaxRegistrationEntry.BuilderregistrationType(String registrationType)Your tax registration type.TaxRegistrationEntry.BuilderregistrationType(TaxRegistrationType registrationType)Your tax registration type.TaxRegistrationEntry.Buildersector(String sector)The industry that describes your business.TaxRegistrationEntry.Buildersector(Sector sector)The industry that describes your business.default TaxRegistrationEntry.BuilderverificationDetails(Consumer<VerificationDetails.Builder> verificationDetails)Additional details needed to verify your TRN information in Brazil.TaxRegistrationEntry.BuilderverificationDetails(VerificationDetails verificationDetails)Additional details needed to verify your TRN information in Brazil.-
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
-
additionalTaxInformation
TaxRegistrationEntry.Builder additionalTaxInformation(AdditionalInfoRequest additionalTaxInformation)
Additional tax information associated with your TRN. You only need to specify this parameter if Amazon Web Services collects any additional information for your country within AdditionalInfoRequest.
- Parameters:
additionalTaxInformation- Additional tax information associated with your TRN. You only need to specify this parameter if Amazon Web Services collects any additional information for your country within AdditionalInfoRequest.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
additionalTaxInformation
default TaxRegistrationEntry.Builder additionalTaxInformation(Consumer<AdditionalInfoRequest.Builder> additionalTaxInformation)
Additional tax information associated with your TRN. You only need to specify this parameter if Amazon Web Services collects any additional information for your country within AdditionalInfoRequest.
This is a convenience method that creates an instance of theAdditionalInfoRequest.Builderavoiding the need to create one manually viaAdditionalInfoRequest.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toadditionalTaxInformation(AdditionalInfoRequest).- Parameters:
additionalTaxInformation- a consumer that will call methods onAdditionalInfoRequest.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
additionalTaxInformation(AdditionalInfoRequest)
-
certifiedEmailId
TaxRegistrationEntry.Builder certifiedEmailId(String certifiedEmailId)
The email address to receive VAT invoices.
- Parameters:
certifiedEmailId- The email address to receive VAT invoices.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
legalAddress
TaxRegistrationEntry.Builder legalAddress(Address legalAddress)
The legal address associated with your TRN.
If you're setting a TRN in Brazil for the CNPJ tax type, you don't need to specify the legal address.
For TRNs in other countries and for CPF tax types Brazil, you must specify the legal address.
- Parameters:
legalAddress- The legal address associated with your TRN.If you're setting a TRN in Brazil for the CNPJ tax type, you don't need to specify the legal address.
For TRNs in other countries and for CPF tax types Brazil, you must specify the legal address.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
legalAddress
default TaxRegistrationEntry.Builder legalAddress(Consumer<Address.Builder> legalAddress)
The legal address associated with your TRN.
This is a convenience method that creates an instance of theIf you're setting a TRN in Brazil for the CNPJ tax type, you don't need to specify the legal address.
For TRNs in other countries and for CPF tax types Brazil, you must specify the legal address.
Address.Builderavoiding the need to create one manually viaAddress.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tolegalAddress(Address).- Parameters:
legalAddress- a consumer that will call methods onAddress.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
legalAddress(Address)
-
legalName
TaxRegistrationEntry.Builder legalName(String legalName)
The legal name associated with your TRN.
If you're setting a TRN in Brazil, you don't need to specify the legal name. For TRNs in other countries, you must specify the legal name.
- Parameters:
legalName- The legal name associated with your TRN.If you're setting a TRN in Brazil, you don't need to specify the legal name. For TRNs in other countries, you must specify the legal name.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
registrationId
TaxRegistrationEntry.Builder registrationId(String registrationId)
Your tax registration unique identifier.
- Parameters:
registrationId- Your tax registration unique identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
registrationType
TaxRegistrationEntry.Builder registrationType(String registrationType)
Your tax registration type. This can be either
VATorGST.- Parameters:
registrationType- Your tax registration type. This can be eitherVATorGST.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TaxRegistrationType,TaxRegistrationType
-
registrationType
TaxRegistrationEntry.Builder registrationType(TaxRegistrationType registrationType)
Your tax registration type. This can be either
VATorGST.- Parameters:
registrationType- Your tax registration type. This can be eitherVATorGST.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TaxRegistrationType,TaxRegistrationType
-
sector
TaxRegistrationEntry.Builder sector(String sector)
The industry that describes your business. For business-to-business (B2B) customers, specify Business. For business-to-consumer (B2C) customers, specify Individual. For business-to-government (B2G), specify Government.Note that certain values may not applicable for the request country. Please refer to country specific information in API document.
- Parameters:
sector- The industry that describes your business. For business-to-business (B2B) customers, specify Business. For business-to-consumer (B2C) customers, specify Individual. For business-to-government (B2G), specify Government.Note that certain values may not applicable for the request country. Please refer to country specific information in API document.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
Sector,Sector
-
sector
TaxRegistrationEntry.Builder sector(Sector sector)
The industry that describes your business. For business-to-business (B2B) customers, specify Business. For business-to-consumer (B2C) customers, specify Individual. For business-to-government (B2G), specify Government.Note that certain values may not applicable for the request country. Please refer to country specific information in API document.
- Parameters:
sector- The industry that describes your business. For business-to-business (B2B) customers, specify Business. For business-to-consumer (B2C) customers, specify Individual. For business-to-government (B2G), specify Government.Note that certain values may not applicable for the request country. Please refer to country specific information in API document.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
Sector,Sector
-
verificationDetails
TaxRegistrationEntry.Builder verificationDetails(VerificationDetails verificationDetails)
Additional details needed to verify your TRN information in Brazil. You only need to specify this parameter when you set a TRN in Brazil that is the CPF tax type.
Don't specify this parameter to set a TRN in Brazil of the CNPJ tax type or to set a TRN for another country.
- Parameters:
verificationDetails- Additional details needed to verify your TRN information in Brazil. You only need to specify this parameter when you set a TRN in Brazil that is the CPF tax type.Don't specify this parameter to set a TRN in Brazil of the CNPJ tax type or to set a TRN for another country.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
verificationDetails
default TaxRegistrationEntry.Builder verificationDetails(Consumer<VerificationDetails.Builder> verificationDetails)
Additional details needed to verify your TRN information in Brazil. You only need to specify this parameter when you set a TRN in Brazil that is the CPF tax type.
This is a convenience method that creates an instance of theDon't specify this parameter to set a TRN in Brazil of the CNPJ tax type or to set a TRN for another country.
VerificationDetails.Builderavoiding the need to create one manually viaVerificationDetails.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toverificationDetails(VerificationDetails).- Parameters:
verificationDetails- a consumer that will call methods onVerificationDetails.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
verificationDetails(VerificationDetails)
-
-