public static interface APNSVoipSandboxChannelRequest.Builder extends SdkPojo, CopyableBuilder<APNSVoipSandboxChannelRequest.Builder,APNSVoipSandboxChannelRequest>
Modifier and Type | Method and Description |
---|---|
APNSVoipSandboxChannelRequest.Builder |
bundleId(String bundleId)
The bundle identifier that's assigned to your iOS app.
|
APNSVoipSandboxChannelRequest.Builder |
certificate(String certificate)
The APNs client certificate that you received from Apple, if you want Amazon Pinpoint to communicate with the
APNs sandbox environment by using an APNs certificate.
|
APNSVoipSandboxChannelRequest.Builder |
defaultAuthenticationMethod(String defaultAuthenticationMethod)
The default authentication method that you want Amazon Pinpoint to use when authenticating with the APNs
sandbox environment for this channel, key or certificate.
|
APNSVoipSandboxChannelRequest.Builder |
enabled(Boolean enabled)
Specifies whether the APNs VoIP sandbox channel is enabled for the application.
|
APNSVoipSandboxChannelRequest.Builder |
privateKey(String privateKey)
The private key for the APNs client certificate that you want Amazon Pinpoint to use to communicate with the
APNs sandbox environment.
|
APNSVoipSandboxChannelRequest.Builder |
teamId(String teamId)
The identifier that's assigned to your Apple developer account team.
|
APNSVoipSandboxChannelRequest.Builder |
tokenKey(String tokenKey)
The authentication key to use for APNs tokens.
|
APNSVoipSandboxChannelRequest.Builder |
tokenKeyId(String tokenKeyId)
The key identifier that's assigned to your APNs signing key, if you want Amazon Pinpoint to communicate with
the APNs sandbox environment by using APNs tokens.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
APNSVoipSandboxChannelRequest.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.APNSVoipSandboxChannelRequest.Builder certificate(String certificate)
The APNs client certificate that you received from Apple, if you want Amazon Pinpoint to communicate with the APNs sandbox environment by using an APNs certificate.
certificate
- The APNs client certificate that you received from Apple, if you want Amazon Pinpoint to communicate
with the APNs sandbox environment by using an APNs certificate.APNSVoipSandboxChannelRequest.Builder defaultAuthenticationMethod(String defaultAuthenticationMethod)
The default authentication method that you want Amazon Pinpoint to use when authenticating with the APNs sandbox environment for this channel, key or certificate.
defaultAuthenticationMethod
- The default authentication method that you want Amazon Pinpoint to use when authenticating with the
APNs sandbox environment for this channel, key or certificate.APNSVoipSandboxChannelRequest.Builder enabled(Boolean enabled)
Specifies whether the APNs VoIP sandbox channel is enabled for the application.
enabled
- Specifies whether the APNs VoIP sandbox channel is enabled for the application.APNSVoipSandboxChannelRequest.Builder privateKey(String privateKey)
The private key for the APNs client certificate that you want Amazon Pinpoint to use to communicate with the APNs sandbox environment.
privateKey
- The private key for the APNs client certificate that you want Amazon Pinpoint to use to communicate
with the APNs sandbox environment.APNSVoipSandboxChannelRequest.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.APNSVoipSandboxChannelRequest.Builder tokenKey(String tokenKey)
The authentication key to use for APNs tokens.
tokenKey
- The authentication key to use for APNs tokens.APNSVoipSandboxChannelRequest.Builder tokenKeyId(String tokenKeyId)
The key identifier that's assigned to your APNs signing key, if you want Amazon Pinpoint to communicate with the APNs sandbox environment by using APNs tokens.
tokenKeyId
- The key identifier that's assigned to your APNs signing key, if you want Amazon Pinpoint to
communicate with the APNs sandbox environment by using APNs tokens.Copyright © 2021. All rights reserved.