@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)
`AWS::Pinpoint::ADMChannel.ApplicationId`.
|
CfnADMChannel |
build() |
CfnADMChannel.Builder |
clientId(String clientId)
`AWS::Pinpoint::ADMChannel.ClientId`.
|
CfnADMChannel.Builder |
clientSecret(String clientSecret)
`AWS::Pinpoint::ADMChannel.ClientSecret`.
|
static CfnADMChannel.Builder |
create(software.constructs.Construct scope,
String id) |
CfnADMChannel.Builder |
enabled(Boolean enabled)
`AWS::Pinpoint::ADMChannel.Enabled`.
|
CfnADMChannel.Builder |
enabled(IResolvable enabled)
`AWS::Pinpoint::ADMChannel.Enabled`.
|
@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 - `AWS::Pinpoint::ADMChannel.ApplicationId`. This parameter is required.this@Stability(value=Stable) public CfnADMChannel.Builder clientId(String clientId)
clientId - `AWS::Pinpoint::ADMChannel.ClientId`. This parameter is required.this@Stability(value=Stable) public CfnADMChannel.Builder clientSecret(String clientSecret)
clientSecret - `AWS::Pinpoint::ADMChannel.ClientSecret`. This parameter is required.this@Stability(value=Stable) public CfnADMChannel.Builder enabled(Boolean enabled)
enabled - `AWS::Pinpoint::ADMChannel.Enabled`. This parameter is required.this@Stability(value=Stable) public CfnADMChannel.Builder enabled(IResolvable enabled)
enabled - `AWS::Pinpoint::ADMChannel.Enabled`. This parameter is required.this@Stability(value=Stable) public CfnADMChannel build()
build in interface software.amazon.jsii.Builder<CfnADMChannel>Copyright © 2021. All rights reserved.