public static interface CreatePlatformApplicationRequest.Builder extends SnsRequest.Builder, SdkPojo, CopyableBuilder<CreatePlatformApplicationRequest.Builder,CreatePlatformApplicationRequest>
| Modifier and Type | Method and 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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreatePlatformApplicationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreatePlatformApplicationRequest.Builder |
platform(String platform)
The following platforms are supported: ADM (Amazon Device Messaging), APNS (Apple Push Notification Service),
APNS_SANDBOX, and GCM (Firebase Cloud Messaging).
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreatePlatformApplicationRequest.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 (Firebase Cloud Messaging).
platform - The following platforms are supported: ADM (Amazon Device Messaging), APNS (Apple Push Notification
Service), APNS_SANDBOX, and GCM (Firebase Cloud Messaging).CreatePlatformApplicationRequest.Builder attributes(Map<String,String> attributes)
For a list of attributes, see SetPlatformApplicationAttributes.
attributes - For a list of attributes, see SetPlatformApplicationAttributes.CreatePlatformApplicationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreatePlatformApplicationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.