Uses of Interface
software.amazon.awssdk.services.pinpoint.model.EndpointLocation.Builder
-
Packages that use EndpointLocation.Builder Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of EndpointLocation.Builder in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return EndpointLocation.Builder Modifier and Type Method Description static EndpointLocation.BuilderEndpointLocation. builder()EndpointLocation.BuilderEndpointLocation.Builder. city(String city)The name of the city where the endpoint is located.EndpointLocation.BuilderEndpointLocation.Builder. country(String country)The two-character code, in ISO 3166-1 alpha-2 format, for the country or region where the endpoint is located.EndpointLocation.BuilderEndpointLocation.Builder. latitude(Double latitude)The latitude coordinate of the endpoint location, rounded to one decimal place.EndpointLocation.BuilderEndpointLocation.Builder. longitude(Double longitude)The longitude coordinate of the endpoint location, rounded to one decimal place.EndpointLocation.BuilderEndpointLocation.Builder. postalCode(String postalCode)The postal or ZIP code for the area where the endpoint is located.EndpointLocation.BuilderEndpointLocation.Builder. region(String region)The name of the region where the endpoint is located.EndpointLocation.BuilderEndpointLocation. toBuilder()Methods in software.amazon.awssdk.services.pinpoint.model that return types with arguments of type EndpointLocation.Builder Modifier and Type Method Description static Class<? extends EndpointLocation.Builder>EndpointLocation. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.pinpoint.model with type arguments of type EndpointLocation.Builder Modifier and Type Method Description default EndpointBatchItem.BuilderEndpointBatchItem.Builder. location(Consumer<EndpointLocation.Builder> location)The geographic information for the endpoint.default EndpointRequest.BuilderEndpointRequest.Builder. location(Consumer<EndpointLocation.Builder> location)The geographic information for the endpoint.default EndpointResponse.BuilderEndpointResponse.Builder. location(Consumer<EndpointLocation.Builder> location)The geographic information for the endpoint.default PublicEndpoint.BuilderPublicEndpoint.Builder. location(Consumer<EndpointLocation.Builder> location)The geographic information for the endpoint.
-