@Stability(value=Stable) public static final class CfnBaiduChannelProps.Builder extends Object implements software.amazon.jsii.Builder<CfnBaiduChannelProps>
CfnBaiduChannelProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnBaiduChannelProps.Builder |
apiKey(String apiKey)
Sets the value of
CfnBaiduChannelProps.getApiKey() |
CfnBaiduChannelProps.Builder |
applicationId(String applicationId)
Sets the value of
CfnBaiduChannelProps.getApplicationId() |
CfnBaiduChannelProps |
build()
Builds the configured instance.
|
CfnBaiduChannelProps.Builder |
enabled(Boolean enabled)
Sets the value of
CfnBaiduChannelProps.getEnabled() |
CfnBaiduChannelProps.Builder |
enabled(IResolvable enabled)
Sets the value of
CfnBaiduChannelProps.getEnabled() |
CfnBaiduChannelProps.Builder |
secretKey(String secretKey)
Sets the value of
CfnBaiduChannelProps.getSecretKey() |
@Stability(value=Stable) public CfnBaiduChannelProps.Builder apiKey(String apiKey)
CfnBaiduChannelProps.getApiKey()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 CfnBaiduChannelProps.Builder applicationId(String applicationId)
CfnBaiduChannelProps.getApplicationId()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 CfnBaiduChannelProps.Builder secretKey(String secretKey)
CfnBaiduChannelProps.getSecretKey()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 CfnBaiduChannelProps.Builder enabled(Boolean enabled)
CfnBaiduChannelProps.getEnabled()enabled - Specifies whether to enable the Baidu channel for the application.this@Stability(value=Stable) public CfnBaiduChannelProps.Builder enabled(IResolvable enabled)
CfnBaiduChannelProps.getEnabled()enabled - Specifies whether to enable the Baidu channel for the application.this@Stability(value=Stable) public CfnBaiduChannelProps build()
build in interface software.amazon.jsii.Builder<CfnBaiduChannelProps>CfnBaiduChannelPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.