Uses of Interface
software.amazon.awssdk.services.taxsettings.model.Authority.Builder
-
Packages that use Authority.Builder Package Description software.amazon.awssdk.services.taxsettings.model -
-
Uses of Authority.Builder in software.amazon.awssdk.services.taxsettings.model
Methods in software.amazon.awssdk.services.taxsettings.model that return Authority.Builder Modifier and Type Method Description static Authority.BuilderAuthority. builder()Authority.BuilderAuthority.Builder. country(String country)The country code for the country that the address is in.Authority.BuilderAuthority.Builder. state(String state)The state that the address is located.Authority.BuilderAuthority. toBuilder()Methods in software.amazon.awssdk.services.taxsettings.model that return types with arguments of type Authority.Builder Modifier and Type Method Description static Class<? extends Authority.Builder>Authority. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.taxsettings.model with type arguments of type Authority.Builder Modifier and Type Method Description default PutTaxExemptionRequest.BuilderPutTaxExemptionRequest.Builder. authority(Consumer<Authority.Builder> authority)Sets the value of the Authority property for this object.default TaxExemption.BuilderTaxExemption.Builder. authority(Consumer<Authority.Builder> authority)The address domain associate with tax exemption.
-