@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)
The API key that you received from the Baidu Cloud Push service to communicate with the service.
|
CfnBaiduChannel.Builder |
applicationId(String applicationId)
The unique identifier for the Amazon Pinpoint application that you're configuring the Baidu channel for.
|
CfnBaiduChannel |
build() |
static CfnBaiduChannel.Builder |
create(software.constructs.Construct scope,
String id) |
CfnBaiduChannel.Builder |
enabled(Boolean enabled)
Specifies whether to enable the Baidu channel for the application.
|
CfnBaiduChannel.Builder |
enabled(IResolvable enabled)
Specifies whether to enable the Baidu channel for the application.
|
CfnBaiduChannel.Builder |
secretKey(String secretKey)
The secret key that you received from the Baidu Cloud Push service to communicate with the service.
|
@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 - The API key that you received from the Baidu Cloud Push service to communicate with the service. This parameter is required.this@Stability(value=Stable) public CfnBaiduChannel.Builder applicationId(String applicationId)
applicationId - The unique identifier for the Amazon Pinpoint application that you're configuring the Baidu channel for. This parameter is required.this@Stability(value=Stable) public CfnBaiduChannel.Builder secretKey(String secretKey)
secretKey - The secret key that you received from the Baidu Cloud Push service to communicate with the service. This parameter is required.this@Stability(value=Stable) public CfnBaiduChannel.Builder enabled(Boolean enabled)
enabled - Specifies whether to enable the Baidu channel for the application. This parameter is required.this@Stability(value=Stable) public CfnBaiduChannel.Builder enabled(IResolvable enabled)
enabled - Specifies whether to enable the Baidu channel for the application. This parameter is required.this@Stability(value=Stable) public CfnBaiduChannel build()
build in interface software.amazon.jsii.Builder<CfnBaiduChannel>Copyright © 2022. All rights reserved.