Interface CreatePlatformApplicationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreatePlatformApplicationRequest.Builder,CreatePlatformApplicationRequest>
,SdkBuilder<CreatePlatformApplicationRequest.Builder,CreatePlatformApplicationRequest>
,SdkPojo
,SdkRequest.Builder
,SnsRequest.Builder
- Enclosing class:
- CreatePlatformApplicationRequest
public static interface CreatePlatformApplicationRequest.Builder extends SnsRequest.Builder, SdkPojo, CopyableBuilder<CreatePlatformApplicationRequest.Builder,CreatePlatformApplicationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreatePlatformApplicationRequest.Builder
attributes(Map<String,String> attributes)
For a list of attributes, seeSetPlatformApplicationAttributes
.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(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
CreatePlatformApplicationRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
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).-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.sns.model.SnsRequest.Builder
build
-
-
-
-
Method Detail
-
name
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
platform
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).
- Parameters:
platform
- The following platforms are supported: ADM (Amazon Device Messaging), APNS (Apple Push Notification Service), APNS_SANDBOX, and GCM (Firebase Cloud Messaging).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attributes
CreatePlatformApplicationRequest.Builder attributes(Map<String,String> attributes)
For a list of attributes, see
SetPlatformApplicationAttributes
.- Parameters:
attributes
- For a list of attributes, seeSetPlatformApplicationAttributes
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreatePlatformApplicationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
CreatePlatformApplicationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-