Uses of Interface
software.amazon.awssdk.services.taxsettings.model.SupplementalTaxRegistrationEntry.Builder
-
Packages that use SupplementalTaxRegistrationEntry.Builder Package Description software.amazon.awssdk.services.taxsettings.model -
-
Uses of SupplementalTaxRegistrationEntry.Builder in software.amazon.awssdk.services.taxsettings.model
Methods in software.amazon.awssdk.services.taxsettings.model that return SupplementalTaxRegistrationEntry.Builder Modifier and Type Method Description default SupplementalTaxRegistrationEntry.BuilderSupplementalTaxRegistrationEntry.Builder. address(Consumer<Address.Builder> address)Sets the value of the Address property for this object.SupplementalTaxRegistrationEntry.BuilderSupplementalTaxRegistrationEntry.Builder. address(Address address)Sets the value of the Address property for this object.static SupplementalTaxRegistrationEntry.BuilderSupplementalTaxRegistrationEntry. builder()SupplementalTaxRegistrationEntry.BuilderSupplementalTaxRegistrationEntry.Builder. legalName(String legalName)The legal name associated with your TRN registration.SupplementalTaxRegistrationEntry.BuilderSupplementalTaxRegistrationEntry.Builder. registrationId(String registrationId)The supplemental TRN unique identifier.SupplementalTaxRegistrationEntry.BuilderSupplementalTaxRegistrationEntry.Builder. registrationType(String registrationType)Type of supplemental TRN.SupplementalTaxRegistrationEntry.BuilderSupplementalTaxRegistrationEntry.Builder. registrationType(SupplementalTaxRegistrationType registrationType)Type of supplemental TRN.SupplementalTaxRegistrationEntry.BuilderSupplementalTaxRegistrationEntry. toBuilder()Methods in software.amazon.awssdk.services.taxsettings.model that return types with arguments of type SupplementalTaxRegistrationEntry.Builder Modifier and Type Method Description static Class<? extends SupplementalTaxRegistrationEntry.Builder>SupplementalTaxRegistrationEntry. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.taxsettings.model with type arguments of type SupplementalTaxRegistrationEntry.Builder Modifier and Type Method Description default PutSupplementalTaxRegistrationRequest.BuilderPutSupplementalTaxRegistrationRequest.Builder. taxRegistrationEntry(Consumer<SupplementalTaxRegistrationEntry.Builder> taxRegistrationEntry)The supplemental TRN information that will be stored for the caller account ID.
-