public static interface APNSChannelRequest.Builder extends SdkPojo, CopyableBuilder<APNSChannelRequest.Builder,APNSChannelRequest>
| Modifier and Type | Method and Description |
|---|---|
APNSChannelRequest.Builder |
bundleId(String bundleId)
The bundle identifier that's assigned to your iOS app.
|
APNSChannelRequest.Builder |
certificate(String certificate)
The APNs client certificate that you received from Apple, if you want Amazon Pinpoint to communicate with
APNs by using an APNs certificate.
|
APNSChannelRequest.Builder |
defaultAuthenticationMethod(String defaultAuthenticationMethod)
The default authentication method that you want Amazon Pinpoint to use when authenticating with APNs, key or
certificate.
|
APNSChannelRequest.Builder |
enabled(Boolean enabled)
Specifies whether to enable the APNs channel for the application.
|
APNSChannelRequest.Builder |
privateKey(String privateKey)
The private key for the APNs client certificate that you want Amazon Pinpoint to use to communicate with
APNs.
|
APNSChannelRequest.Builder |
teamId(String teamId)
The identifier that's assigned to your Apple developer account team.
|
APNSChannelRequest.Builder |
tokenKey(String tokenKey)
The authentication key to use for APNs tokens.
|
APNSChannelRequest.Builder |
tokenKeyId(String tokenKeyId)
The key identifier that's assigned to your APNs signing key, if you want Amazon Pinpoint to communicate with
APNs by using APNs tokens.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAPNSChannelRequest.Builder bundleId(String bundleId)
The bundle identifier that's assigned to your iOS app. This identifier is used for APNs tokens.
bundleId - The bundle identifier that's assigned to your iOS app. This identifier is used for APNs tokens.APNSChannelRequest.Builder certificate(String certificate)
The APNs client certificate that you received from Apple, if you want Amazon Pinpoint to communicate with APNs by using an APNs certificate.
certificate - The APNs client certificate that you received from Apple, if you want Amazon Pinpoint to communicate
with APNs by using an APNs certificate.APNSChannelRequest.Builder defaultAuthenticationMethod(String defaultAuthenticationMethod)
The default authentication method that you want Amazon Pinpoint to use when authenticating with APNs, key or certificate.
defaultAuthenticationMethod - The default authentication method that you want Amazon Pinpoint to use when authenticating with APNs,
key or certificate.APNSChannelRequest.Builder enabled(Boolean enabled)
Specifies whether to enable the APNs channel for the application.
enabled - Specifies whether to enable the APNs channel for the application.APNSChannelRequest.Builder privateKey(String privateKey)
The private key for the APNs client certificate that you want Amazon Pinpoint to use to communicate with APNs.
privateKey - The private key for the APNs client certificate that you want Amazon Pinpoint to use to communicate
with APNs.APNSChannelRequest.Builder teamId(String teamId)
The identifier that's assigned to your Apple developer account team. This identifier is used for APNs tokens.
teamId - The identifier that's assigned to your Apple developer account team. This identifier is used for APNs
tokens.APNSChannelRequest.Builder tokenKey(String tokenKey)
The authentication key to use for APNs tokens.
tokenKey - The authentication key to use for APNs tokens.APNSChannelRequest.Builder tokenKeyId(String tokenKeyId)
The key identifier that's assigned to your APNs signing key, if you want Amazon Pinpoint to communicate with APNs by using APNs tokens.
tokenKeyId - The key identifier that's assigned to your APNs signing key, if you want Amazon Pinpoint to
communicate with APNs by using APNs tokens.Copyright © 2020. All rights reserved.