@Stability(value=Stable) public static final class CfnAPNSVoipChannel.Builder extends Object implements software.amazon.jsii.Builder<CfnAPNSVoipChannel>
CfnAPNSVoipChannel.| Modifier and Type | Method and Description |
|---|---|
CfnAPNSVoipChannel.Builder |
applicationId(String applicationId)
The unique identifier for the Amazon Pinpoint application that the APNs VoIP channel applies to.
|
CfnAPNSVoipChannel |
build() |
CfnAPNSVoipChannel.Builder |
bundleId(String bundleId)
The bundle identifier that's assigned to your iOS app.
|
CfnAPNSVoipChannel.Builder |
certificate(String certificate)
The APNs client certificate that you received from Apple.
|
static CfnAPNSVoipChannel.Builder |
create(software.constructs.Construct scope,
String id) |
CfnAPNSVoipChannel.Builder |
defaultAuthenticationMethod(String defaultAuthenticationMethod)
The default authentication method that you want Amazon Pinpoint to use when authenticating with APNs.
|
CfnAPNSVoipChannel.Builder |
enabled(Boolean enabled)
Specifies whether to enable the APNs VoIP channel for the Amazon Pinpoint application.
|
CfnAPNSVoipChannel.Builder |
enabled(IResolvable enabled)
Specifies whether to enable the APNs VoIP channel for the Amazon Pinpoint application.
|
CfnAPNSVoipChannel.Builder |
privateKey(String privateKey)
The private key for the APNs client certificate that you want Amazon Pinpoint to use to communicate with APNs.
|
CfnAPNSVoipChannel.Builder |
teamId(String teamId)
The identifier that's assigned to your Apple Developer Account team.
|
CfnAPNSVoipChannel.Builder |
tokenKey(String tokenKey)
The authentication key to use for APNs tokens.
|
CfnAPNSVoipChannel.Builder |
tokenKeyId(String tokenKeyId)
The key identifier that's assigned to your APNs signing key.
|
@Stability(value=Stable) public static CfnAPNSVoipChannel.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnAPNSVoipChannel.Builder.@Stability(value=Stable) public CfnAPNSVoipChannel.Builder applicationId(String applicationId)
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 CfnAPNSVoipChannel.Builder bundleId(String bundleId)
This identifier is used for APNs tokens.
bundleId - The bundle identifier that's assigned to your iOS app. This parameter is required.this@Stability(value=Stable) public CfnAPNSVoipChannel.Builder certificate(String certificate)
Specify this value if you want Amazon Pinpoint to communicate with APNs by using an APNs certificate.
certificate - The APNs client certificate that you received from Apple. This parameter is required.this@Stability(value=Stable) public CfnAPNSVoipChannel.Builder defaultAuthenticationMethod(String defaultAuthenticationMethod)
Valid options are key or certificate .
defaultAuthenticationMethod - The default authentication method that you want Amazon Pinpoint to use when authenticating with APNs. This parameter is required.this@Stability(value=Stable) public CfnAPNSVoipChannel.Builder enabled(Boolean enabled)
enabled - Specifies whether to enable the APNs VoIP channel for the Amazon Pinpoint application. This parameter is required.this@Stability(value=Stable) public CfnAPNSVoipChannel.Builder enabled(IResolvable enabled)
enabled - Specifies whether to enable the APNs VoIP channel for the Amazon Pinpoint application. This parameter is required.this@Stability(value=Stable) public CfnAPNSVoipChannel.Builder privateKey(String privateKey)
privateKey - The private key for the APNs client certificate that you want Amazon Pinpoint to use to communicate with APNs. This parameter is required.this@Stability(value=Stable) public CfnAPNSVoipChannel.Builder teamId(String teamId)
This identifier is used for APNs tokens.
teamId - The identifier that's assigned to your Apple Developer Account team. This parameter is required.this@Stability(value=Stable) public CfnAPNSVoipChannel.Builder tokenKey(String tokenKey)
tokenKey - The authentication key to use for APNs tokens. This parameter is required.this@Stability(value=Stable) public CfnAPNSVoipChannel.Builder tokenKeyId(String tokenKeyId)
Specify this value 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. This parameter is required.this@Stability(value=Stable) public CfnAPNSVoipChannel build()
build in interface software.amazon.jsii.Builder<CfnAPNSVoipChannel>Copyright © 2022. All rights reserved.