@Stability(value=Stable) public static final class CfnAPNSVoipSandboxChannel.Builder extends Object implements software.amazon.jsii.Builder<CfnAPNSVoipSandboxChannel>
CfnAPNSVoipSandboxChannel.| Modifier and Type | Method and Description |
|---|---|
CfnAPNSVoipSandboxChannel.Builder |
applicationId(String applicationId)
`AWS::Pinpoint::APNSVoipSandboxChannel.ApplicationId`.
|
CfnAPNSVoipSandboxChannel |
build() |
CfnAPNSVoipSandboxChannel.Builder |
bundleId(String bundleId)
`AWS::Pinpoint::APNSVoipSandboxChannel.BundleId`.
|
CfnAPNSVoipSandboxChannel.Builder |
certificate(String certificate)
`AWS::Pinpoint::APNSVoipSandboxChannel.Certificate`.
|
static CfnAPNSVoipSandboxChannel.Builder |
create(software.constructs.Construct scope,
String id) |
CfnAPNSVoipSandboxChannel.Builder |
defaultAuthenticationMethod(String defaultAuthenticationMethod)
`AWS::Pinpoint::APNSVoipSandboxChannel.DefaultAuthenticationMethod`.
|
CfnAPNSVoipSandboxChannel.Builder |
enabled(Boolean enabled)
`AWS::Pinpoint::APNSVoipSandboxChannel.Enabled`.
|
CfnAPNSVoipSandboxChannel.Builder |
enabled(IResolvable enabled)
`AWS::Pinpoint::APNSVoipSandboxChannel.Enabled`.
|
CfnAPNSVoipSandboxChannel.Builder |
privateKey(String privateKey)
`AWS::Pinpoint::APNSVoipSandboxChannel.PrivateKey`.
|
CfnAPNSVoipSandboxChannel.Builder |
teamId(String teamId)
`AWS::Pinpoint::APNSVoipSandboxChannel.TeamId`.
|
CfnAPNSVoipSandboxChannel.Builder |
tokenKey(String tokenKey)
`AWS::Pinpoint::APNSVoipSandboxChannel.TokenKey`.
|
CfnAPNSVoipSandboxChannel.Builder |
tokenKeyId(String tokenKeyId)
`AWS::Pinpoint::APNSVoipSandboxChannel.TokenKeyId`.
|
@Stability(value=Stable) public static CfnAPNSVoipSandboxChannel.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.CfnAPNSVoipSandboxChannel.Builder.@Stability(value=Stable) public CfnAPNSVoipSandboxChannel.Builder applicationId(String applicationId)
applicationId - `AWS::Pinpoint::APNSVoipSandboxChannel.ApplicationId`. This parameter is required.this@Stability(value=Stable) public CfnAPNSVoipSandboxChannel.Builder bundleId(String bundleId)
bundleId - `AWS::Pinpoint::APNSVoipSandboxChannel.BundleId`. This parameter is required.this@Stability(value=Stable) public CfnAPNSVoipSandboxChannel.Builder certificate(String certificate)
certificate - `AWS::Pinpoint::APNSVoipSandboxChannel.Certificate`. This parameter is required.this@Stability(value=Stable) public CfnAPNSVoipSandboxChannel.Builder defaultAuthenticationMethod(String defaultAuthenticationMethod)
defaultAuthenticationMethod - `AWS::Pinpoint::APNSVoipSandboxChannel.DefaultAuthenticationMethod`. This parameter is required.this@Stability(value=Stable) public CfnAPNSVoipSandboxChannel.Builder enabled(Boolean enabled)
enabled - `AWS::Pinpoint::APNSVoipSandboxChannel.Enabled`. This parameter is required.this@Stability(value=Stable) public CfnAPNSVoipSandboxChannel.Builder enabled(IResolvable enabled)
enabled - `AWS::Pinpoint::APNSVoipSandboxChannel.Enabled`. This parameter is required.this@Stability(value=Stable) public CfnAPNSVoipSandboxChannel.Builder privateKey(String privateKey)
privateKey - `AWS::Pinpoint::APNSVoipSandboxChannel.PrivateKey`. This parameter is required.this@Stability(value=Stable) public CfnAPNSVoipSandboxChannel.Builder teamId(String teamId)
teamId - `AWS::Pinpoint::APNSVoipSandboxChannel.TeamId`. This parameter is required.this@Stability(value=Stable) public CfnAPNSVoipSandboxChannel.Builder tokenKey(String tokenKey)
tokenKey - `AWS::Pinpoint::APNSVoipSandboxChannel.TokenKey`. This parameter is required.this@Stability(value=Stable) public CfnAPNSVoipSandboxChannel.Builder tokenKeyId(String tokenKeyId)
tokenKeyId - `AWS::Pinpoint::APNSVoipSandboxChannel.TokenKeyId`. This parameter is required.this@Stability(value=Stable) public CfnAPNSVoipSandboxChannel build()
build in interface software.amazon.jsii.Builder<CfnAPNSVoipSandboxChannel>Copyright © 2021. All rights reserved.