Uses of Interface
software.amazon.awssdk.services.taxsettings.model.Jurisdiction.Builder
-
Packages that use Jurisdiction.Builder Package Description software.amazon.awssdk.services.taxsettings.model -
-
Uses of Jurisdiction.Builder in software.amazon.awssdk.services.taxsettings.model
Methods in software.amazon.awssdk.services.taxsettings.model that return Jurisdiction.Builder Modifier and Type Method Description static Jurisdiction.BuilderJurisdiction. builder()Jurisdiction.BuilderJurisdiction.Builder. countryCode(String countryCode)The country code of the jurisdiction.Jurisdiction.BuilderJurisdiction.Builder. stateOrRegion(String stateOrRegion)The state, region, or province associated with the country of the jurisdiction, if applicable.Jurisdiction.BuilderJurisdiction. toBuilder()Methods in software.amazon.awssdk.services.taxsettings.model that return types with arguments of type Jurisdiction.Builder Modifier and Type Method Description static Class<? extends Jurisdiction.Builder>Jurisdiction. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.taxsettings.model with type arguments of type Jurisdiction.Builder Modifier and Type Method Description default TaxRegistrationWithJurisdiction.BuilderTaxRegistrationWithJurisdiction.Builder. jurisdiction(Consumer<Jurisdiction.Builder> jurisdiction)The jurisdiction associated with your TRN information.
-