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