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