Interface CreatePlatformEndpointRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreatePlatformEndpointRequest.Builder,CreatePlatformEndpointRequest>
,SdkBuilder<CreatePlatformEndpointRequest.Builder,CreatePlatformEndpointRequest>
,SdkPojo
,SdkRequest.Builder
,SnsRequest.Builder
- Enclosing class:
- CreatePlatformEndpointRequest
public static interface CreatePlatformEndpointRequest.Builder extends SnsRequest.Builder, SdkPojo, CopyableBuilder<CreatePlatformEndpointRequest.Builder,CreatePlatformEndpointRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreatePlatformEndpointRequest.Builder
attributes(Map<String,String> attributes)
For a list of attributes, seeSetEndpointAttributes
.CreatePlatformEndpointRequest.Builder
customUserData(String customUserData)
Arbitrary user data to associate with the endpoint.CreatePlatformEndpointRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
CreatePlatformEndpointRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
CreatePlatformEndpointRequest.Builder
platformApplicationArn(String platformApplicationArn)
PlatformApplicationArn
returned from CreatePlatformApplication is used to create a an endpoint.CreatePlatformEndpointRequest.Builder
token(String token)
Unique identifier created by the notification service for an app on a device.-
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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.sns.model.SnsRequest.Builder
build
-
-
-
-
Method Detail
-
platformApplicationArn
CreatePlatformEndpointRequest.Builder platformApplicationArn(String platformApplicationArn)
PlatformApplicationArn
returned from CreatePlatformApplication is used to create a an endpoint.- Parameters:
platformApplicationArn
-PlatformApplicationArn
returned from CreatePlatformApplication is used to create a an endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
token
CreatePlatformEndpointRequest.Builder token(String token)
Unique identifier created by the notification service for an app on a device. The specific name for Token will vary, depending on which notification service is being used. For example, when using APNS as the notification service, you need the device token. Alternatively, when using GCM (Firebase Cloud Messaging) or ADM, the device token equivalent is called the registration ID.
- Parameters:
token
- Unique identifier created by the notification service for an app on a device. The specific name for Token will vary, depending on which notification service is being used. For example, when using APNS as the notification service, you need the device token. Alternatively, when using GCM (Firebase Cloud Messaging) or ADM, the device token equivalent is called the registration ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
customUserData
CreatePlatformEndpointRequest.Builder customUserData(String customUserData)
Arbitrary user data to associate with the endpoint. Amazon SNS does not use this data. The data must be in UTF-8 format and less than 2KB.
- Parameters:
customUserData
- Arbitrary user data to associate with the endpoint. Amazon SNS does not use this data. The data must be in UTF-8 format and less than 2KB.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attributes
CreatePlatformEndpointRequest.Builder attributes(Map<String,String> attributes)
For a list of attributes, see
SetEndpointAttributes
.- Parameters:
attributes
- For a list of attributes, seeSetEndpointAttributes
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreatePlatformEndpointRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
CreatePlatformEndpointRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-