public static interface EndpointDemographic.Builder extends 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 endpoint make, such as such as Apple or Samsung.
|
EndpointDemographic.Builder |
model(String model)
The endpoint model, such as iPhone.
|
EndpointDemographic.Builder |
modelVersion(String modelVersion)
The endpoint model version.
|
EndpointDemographic.Builder |
platform(String platform)
The endpoint platform, such as ios or android.
|
EndpointDemographic.Builder |
platformVersion(String platformVersion)
The endpoint platform version.
|
EndpointDemographic.Builder |
timezone(String timezone)
The timezone of the endpoint.
|
copyapply, 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 endpoint make, such as such as Apple or Samsung.EndpointDemographic.Builder model(String model)
model - The endpoint model, such as iPhone.EndpointDemographic.Builder modelVersion(String modelVersion)
modelVersion - The endpoint model version.EndpointDemographic.Builder platform(String platform)
platform - The endpoint platform, such as ios or android.EndpointDemographic.Builder platformVersion(String platformVersion)
platformVersion - The endpoint platform version.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.