Uses of Interface
software.amazon.awssdk.services.outposts.model.Address.Builder
Packages that use Address.Builder
-
Uses of Address.Builder in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return Address.BuilderModifier and TypeMethodDescriptionAddress.Builder.addressLine1(String addressLine1) The first line of the address.Address.Builder.addressLine2(String addressLine2) The second line of the address.Address.Builder.addressLine3(String addressLine3) The third line of the address.static Address.BuilderAddress.builder()The city for the address.Address.Builder.contactName(String contactName) The name of the contact.Address.Builder.contactPhoneNumber(String contactPhoneNumber) The phone number of the contact, including the country code (for example,+12065550100).Address.Builder.countryCode(String countryCode) The ISO-3166 two-letter country code for the address.Address.Builder.districtOrCounty(String districtOrCounty) The district or county for the address.Address.Builder.municipality(String municipality) The municipality for the address.Address.Builder.postalCode(String postalCode) The postal code for the address.Address.Builder.stateOrRegion(String stateOrRegion) The state for the address.Address.toBuilder()Methods in software.amazon.awssdk.services.outposts.model that return types with arguments of type Address.BuilderModifier and TypeMethodDescriptionstatic Class<? extends Address.Builder>Address.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.outposts.model with type arguments of type Address.BuilderModifier and TypeMethodDescriptiondefault GetSiteAddressResponse.BuilderGetSiteAddressResponse.Builder.address(Consumer<Address.Builder> address) Information about the address.default UpdateSiteAddressRequest.BuilderUpdateSiteAddressRequest.Builder.address(Consumer<Address.Builder> address) The address for the site.UpdateSiteAddressResponse.Builder.address(Consumer<Address.Builder> address) Information about an address.default CreateSiteRequest.BuilderCreateSiteRequest.Builder.operatingAddress(Consumer<Address.Builder> operatingAddress) The location to install and power on the hardware.default CreateSiteRequest.BuilderCreateSiteRequest.Builder.shippingAddress(Consumer<Address.Builder> shippingAddress) The location to ship the hardware.