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