@Stability(value=Stable) public static final class CfnBaiduChannel.Builder extends Object implements software.amazon.jsii.Builder<CfnBaiduChannel>
CfnBaiduChannel.| Modifier and Type | Method and Description |
|---|---|
CfnBaiduChannel.Builder |
apiKey(String apiKey)
`AWS::Pinpoint::BaiduChannel.ApiKey`.
|
CfnBaiduChannel.Builder |
applicationId(String applicationId)
`AWS::Pinpoint::BaiduChannel.ApplicationId`.
|
CfnBaiduChannel |
build() |
static CfnBaiduChannel.Builder |
create(software.constructs.Construct scope,
String id) |
CfnBaiduChannel.Builder |
enabled(Boolean enabled)
`AWS::Pinpoint::BaiduChannel.Enabled`.
|
CfnBaiduChannel.Builder |
enabled(IResolvable enabled)
`AWS::Pinpoint::BaiduChannel.Enabled`.
|
CfnBaiduChannel.Builder |
secretKey(String secretKey)
`AWS::Pinpoint::BaiduChannel.SecretKey`.
|
@Stability(value=Stable) public static CfnBaiduChannel.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.CfnBaiduChannel.Builder.@Stability(value=Stable) public CfnBaiduChannel.Builder apiKey(String apiKey)
apiKey - `AWS::Pinpoint::BaiduChannel.ApiKey`. This parameter is required.this@Stability(value=Stable) public CfnBaiduChannel.Builder applicationId(String applicationId)
applicationId - `AWS::Pinpoint::BaiduChannel.ApplicationId`. This parameter is required.this@Stability(value=Stable) public CfnBaiduChannel.Builder secretKey(String secretKey)
secretKey - `AWS::Pinpoint::BaiduChannel.SecretKey`. This parameter is required.this@Stability(value=Stable) public CfnBaiduChannel.Builder enabled(Boolean enabled)
enabled - `AWS::Pinpoint::BaiduChannel.Enabled`. This parameter is required.this@Stability(value=Stable) public CfnBaiduChannel.Builder enabled(IResolvable enabled)
enabled - `AWS::Pinpoint::BaiduChannel.Enabled`. This parameter is required.this@Stability(value=Stable) public CfnBaiduChannel build()
build in interface software.amazon.jsii.Builder<CfnBaiduChannel>Copyright © 2021. All rights reserved.