static APNSVoipChannelRequest.Builder |
APNSVoipChannelRequest.builder() |
|
APNSVoipChannelRequest.Builder |
APNSVoipChannelRequest.Builder.bundleId(String bundleId) |
The bundle identifier that's assigned to your iOS app.
|
APNSVoipChannelRequest.Builder |
APNSVoipChannelRequest.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.
|
APNSVoipChannelRequest.Builder |
APNSVoipChannelRequest.Builder.defaultAuthenticationMethod(String defaultAuthenticationMethod) |
The default authentication method that you want Amazon Pinpoint to use when authenticating with APNs, key or
certificate.
|
APNSVoipChannelRequest.Builder |
APNSVoipChannelRequest.Builder.enabled(Boolean enabled) |
Specifies whether to enable the APNs VoIP channel for the application.
|
APNSVoipChannelRequest.Builder |
APNSVoipChannelRequest.Builder.privateKey(String privateKey) |
The private key for the APNs client certificate that you want Amazon Pinpoint to use to communicate with
APNs.
|
APNSVoipChannelRequest.Builder |
APNSVoipChannelRequest.Builder.teamId(String teamId) |
The identifier that's assigned to your Apple developer account team.
|
APNSVoipChannelRequest.Builder |
APNSVoipChannelRequest.toBuilder() |
|
APNSVoipChannelRequest.Builder |
APNSVoipChannelRequest.Builder.tokenKey(String tokenKey) |
The authentication key to use for APNs tokens.
|
APNSVoipChannelRequest.Builder |
APNSVoipChannelRequest.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.
|