public static interface EndpointDemographic.Builder extends SdkPojo, CopyableBuilder<EndpointDemographic.Builder,EndpointDemographic>
| Modifier and Type | Method and Description |
|---|---|
EndpointDemographic.Builder |
appVersion(String appVersion)
The version of the application associated with the endpoint.
|
EndpointDemographic.Builder |
locale(String locale)
The endpoint locale in the following format: The ISO 639-1 alpha-2 code, followed by an underscore, followed
by an ISO 3166-1 alpha-2 value.
|
EndpointDemographic.Builder |
make(String make)
The manufacturer of the endpoint device, such as Apple or Samsung.
|
EndpointDemographic.Builder |
model(String model)
The model name or number of the endpoint device, such as iPhone.
|
EndpointDemographic.Builder |
modelVersion(String modelVersion)
The model version of the endpoint device.
|
EndpointDemographic.Builder |
platform(String platform)
The platform of the endpoint device, such as iOS or Android.
|
EndpointDemographic.Builder |
platformVersion(String platformVersion)
The platform version of the endpoint device.
|
EndpointDemographic.Builder |
timezone(String timezone)
The timezone of the endpoint.
|
copyapplyMutation, buildEndpointDemographic.Builder appVersion(String appVersion)
appVersion - The version of the application associated with the endpoint.EndpointDemographic.Builder locale(String locale)
locale - The endpoint locale in the following format: The ISO 639-1 alpha-2 code, followed by an underscore,
followed by an ISO 3166-1 alpha-2 value.EndpointDemographic.Builder make(String make)
make - The manufacturer of the endpoint device, such as Apple or Samsung.EndpointDemographic.Builder model(String model)
model - The model name or number of the endpoint device, such as iPhone.EndpointDemographic.Builder modelVersion(String modelVersion)
modelVersion - The model version of the endpoint device.EndpointDemographic.Builder platform(String platform)
platform - The platform of the endpoint device, such as iOS or Android.EndpointDemographic.Builder platformVersion(String platformVersion)
platformVersion - The platform version of the endpoint device.EndpointDemographic.Builder timezone(String timezone)
timezone - The timezone of the endpoint. Specified as a tz database value, such as Americas/Los_Angeles.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.