Uses of Interface
software.amazon.awssdk.services.partnercentralselling.model.Address.Builder
-
Packages that use Address.Builder Package Description software.amazon.awssdk.services.partnercentralselling.model -
-
Uses of Address.Builder in software.amazon.awssdk.services.partnercentralselling.model
Methods in software.amazon.awssdk.services.partnercentralselling.model that return Address.Builder Modifier and Type Method Description static Address.BuilderAddress. builder()Address.BuilderAddress.Builder. city(String city)Specifies the endCustomer's city associated with theOpportunity.Address.BuilderAddress.Builder. countryCode(String countryCode)Specifies the endCustomer's country associated with theOpportunity.Address.BuilderAddress.Builder. countryCode(CountryCode countryCode)Specifies the endCustomer's country associated with theOpportunity.Address.BuilderAddress.Builder. postalCode(String postalCode)Specifies the endCustomer's postal code associated with theOpportunity.Address.BuilderAddress.Builder. stateOrRegion(String stateOrRegion)Specifies the endCustomer's state or region associated with theOpportunity.Address.BuilderAddress.Builder. streetAddress(String streetAddress)Specifies the endCustomer's street address associated with theOpportunity.Address.BuilderAddress. toBuilder()Methods in software.amazon.awssdk.services.partnercentralselling.model that return types with arguments of type Address.Builder Modifier and Type Method Description static Class<? extends Address.Builder>Address. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.partnercentralselling.model with type arguments of type Address.Builder Modifier and Type Method Description default Account.BuilderAccount.Builder. address(Consumer<Address.Builder> address)Specifies the endCustomer's address details associated with theOpportunity.
-