@Stability(value=Stable) public static final class CfnAPNSChannelProps.Builder extends Object implements software.amazon.jsii.Builder<CfnAPNSChannelProps>
CfnAPNSChannelProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnAPNSChannelProps.Builder applicationId(String applicationId)
CfnAPNSChannelProps.getApplicationId()applicationId - The unique identifier for the Amazon Pinpoint application that the APNs channel applies to. This parameter is required.this@Stability(value=Stable) public CfnAPNSChannelProps.Builder bundleId(String bundleId)
CfnAPNSChannelProps.getBundleId()bundleId - The bundle identifier that's assigned to your iOS app.
This identifier is used for APNs tokens.this@Stability(value=Stable) public CfnAPNSChannelProps.Builder certificate(String certificate)
CfnAPNSChannelProps.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 CfnAPNSChannelProps.Builder defaultAuthenticationMethod(String defaultAuthenticationMethod)
CfnAPNSChannelProps.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 CfnAPNSChannelProps.Builder enabled(Boolean enabled)
CfnAPNSChannelProps.getEnabled()enabled - Specifies whether to enable the APNs channel for the application.this@Stability(value=Stable) public CfnAPNSChannelProps.Builder enabled(IResolvable enabled)
CfnAPNSChannelProps.getEnabled()enabled - Specifies whether to enable the APNs channel for the application.this@Stability(value=Stable) public CfnAPNSChannelProps.Builder privateKey(String privateKey)
CfnAPNSChannelProps.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 CfnAPNSChannelProps.Builder teamId(String teamId)
CfnAPNSChannelProps.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 CfnAPNSChannelProps.Builder tokenKey(String tokenKey)
CfnAPNSChannelProps.getTokenKey()tokenKey - The authentication key to use for APNs tokens.this@Stability(value=Stable) public CfnAPNSChannelProps.Builder tokenKeyId(String tokenKeyId)
CfnAPNSChannelProps.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 CfnAPNSChannelProps build()
build in interface software.amazon.jsii.Builder<CfnAPNSChannelProps>CfnAPNSChannelPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.