CopyableBuilder<CreatePlatformApplicationRequest.Builder,CreatePlatformApplicationRequest>
, SdkBuilder<CreatePlatformApplicationRequest.Builder,CreatePlatformApplicationRequest>
public static interface CreatePlatformApplicationRequest.Builder extends CopyableBuilder<CreatePlatformApplicationRequest.Builder,CreatePlatformApplicationRequest>
Modifier and Type | Method | Description |
---|---|---|
CreatePlatformApplicationRequest.Builder |
attributes(Map<String,String> attributes) |
For a list of attributes, see SetPlatformApplicationAttributes
|
CreatePlatformApplicationRequest.Builder |
name(String name) |
Application names must be made up of only uppercase and lowercase ASCII letters, numbers, underscores,
hyphens, and periods, and must be between 1 and 256 characters long.
|
CreatePlatformApplicationRequest.Builder |
platform(String platform) |
The following platforms are supported: ADM (Amazon Device Messaging), APNS (Apple Push Notification Service),
APNS_SANDBOX, and GCM (Google Cloud Messaging).
|
copy
apply, build
CreatePlatformApplicationRequest.Builder name(String name)
Application names must be made up of only uppercase and lowercase ASCII letters, numbers, underscores, hyphens, and periods, and must be between 1 and 256 characters long.
name
- Application names must be made up of only uppercase and lowercase ASCII letters, numbers, underscores,
hyphens, and periods, and must be between 1 and 256 characters long.CreatePlatformApplicationRequest.Builder platform(String platform)
The following platforms are supported: ADM (Amazon Device Messaging), APNS (Apple Push Notification Service), APNS_SANDBOX, and GCM (Google Cloud Messaging).
platform
- The following platforms are supported: ADM (Amazon Device Messaging), APNS (Apple Push Notification
Service), APNS_SANDBOX, and GCM (Google Cloud Messaging).CreatePlatformApplicationRequest.Builder attributes(Map<String,String> attributes)
For a list of attributes, see SetPlatformApplicationAttributes
attributes
- For a list of attributes, see SetPlatformApplicationAttributesCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.