@Stability(value=Stable) public static final class CfnAPNSVoipChannelProps.Builder extends Object implements software.amazon.jsii.Builder<CfnAPNSVoipChannelProps>
CfnAPNSVoipChannelProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnAPNSVoipChannelProps.Builder applicationId(String applicationId)
CfnAPNSVoipChannelProps.getApplicationId()applicationId - The unique identifier for the Amazon Pinpoint application that the APNs VoIP channel applies to. This parameter is required.this@Stability(value=Stable) public CfnAPNSVoipChannelProps.Builder bundleId(String bundleId)
CfnAPNSVoipChannelProps.getBundleId()bundleId - The bundle identifier that's assigned to your iOS app.
This identifier is used for APNs tokens.this@Stability(value=Stable) public CfnAPNSVoipChannelProps.Builder certificate(String certificate)
CfnAPNSVoipChannelProps.getCertificate()certificate - The APNs client certificate that you received from Apple.
Specify this value if you want Amazon Pinpoint to communicate with APNs by using an APNs certificate.this@Stability(value=Stable) public CfnAPNSVoipChannelProps.Builder defaultAuthenticationMethod(String defaultAuthenticationMethod)
CfnAPNSVoipChannelProps.getDefaultAuthenticationMethod()defaultAuthenticationMethod - The default authentication method that you want Amazon Pinpoint to use when authenticating with APNs.
Valid options are key or certificate .this@Stability(value=Stable) public CfnAPNSVoipChannelProps.Builder enabled(Boolean enabled)
CfnAPNSVoipChannelProps.getEnabled()enabled - Specifies whether to enable the APNs VoIP channel for the Amazon Pinpoint application.this@Stability(value=Stable) public CfnAPNSVoipChannelProps.Builder enabled(IResolvable enabled)
CfnAPNSVoipChannelProps.getEnabled()enabled - Specifies whether to enable the APNs VoIP channel for the Amazon Pinpoint application.this@Stability(value=Stable) public CfnAPNSVoipChannelProps.Builder privateKey(String privateKey)
CfnAPNSVoipChannelProps.getPrivateKey()privateKey - The private key for the APNs client certificate that you want Amazon Pinpoint to use to communicate with APNs.this@Stability(value=Stable) public CfnAPNSVoipChannelProps.Builder teamId(String teamId)
CfnAPNSVoipChannelProps.getTeamId()teamId - The identifier that's assigned to your Apple Developer Account team.
This identifier is used for APNs tokens.this@Stability(value=Stable) public CfnAPNSVoipChannelProps.Builder tokenKey(String tokenKey)
CfnAPNSVoipChannelProps.getTokenKey()tokenKey - The authentication key to use for APNs tokens.this@Stability(value=Stable) public CfnAPNSVoipChannelProps.Builder tokenKeyId(String tokenKeyId)
CfnAPNSVoipChannelProps.getTokenKeyId()tokenKeyId - The key identifier that's assigned to your APNs signing key.
Specify this value if you want Amazon Pinpoint to communicate with APNs by using APNs tokens.this@Stability(value=Stable) public CfnAPNSVoipChannelProps build()
build in interface software.amazon.jsii.Builder<CfnAPNSVoipChannelProps>CfnAPNSVoipChannelPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.