@Stability(value=Stable) public static final class CfnADMChannel.Builder extends Object implements software.amazon.jsii.Builder<CfnADMChannel>
CfnADMChannel.| Modifier and Type | Method and Description |
|---|---|
CfnADMChannel.Builder |
applicationId(String applicationId)
The unique identifier for the Amazon Pinpoint application that the ADM channel applies to.
|
CfnADMChannel |
build() |
CfnADMChannel.Builder |
clientId(String clientId)
The Client ID that you received from Amazon to send messages by using ADM.
|
CfnADMChannel.Builder |
clientSecret(String clientSecret)
The Client Secret that you received from Amazon to send messages by using ADM.
|
static CfnADMChannel.Builder |
create(software.constructs.Construct scope,
String id) |
CfnADMChannel.Builder |
enabled(Boolean enabled)
Specifies whether to enable the ADM channel for the application.
|
CfnADMChannel.Builder |
enabled(IResolvable enabled)
Specifies whether to enable the ADM channel for the application.
|
@Stability(value=Stable) public static CfnADMChannel.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.CfnADMChannel.Builder.@Stability(value=Stable) public CfnADMChannel.Builder applicationId(String applicationId)
applicationId - The unique identifier for the Amazon Pinpoint application that the ADM channel applies to. This parameter is required.this@Stability(value=Stable) public CfnADMChannel.Builder clientId(String clientId)
clientId - The Client ID that you received from Amazon to send messages by using ADM. This parameter is required.this@Stability(value=Stable) public CfnADMChannel.Builder clientSecret(String clientSecret)
clientSecret - The Client Secret that you received from Amazon to send messages by using ADM. This parameter is required.this@Stability(value=Stable) public CfnADMChannel.Builder enabled(Boolean enabled)
enabled - Specifies whether to enable the ADM channel for the application. This parameter is required.this@Stability(value=Stable) public CfnADMChannel.Builder enabled(IResolvable enabled)
enabled - Specifies whether to enable the ADM channel for the application. This parameter is required.this@Stability(value=Stable) public CfnADMChannel build()
build in interface software.amazon.jsii.Builder<CfnADMChannel>Copyright © 2022. All rights reserved.