@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 - `AWS::Pinpoint::BaiduChannel.ApiKey`. This parameter is required.this@Stability(value=Stable) public CfnBaiduChannelProps.Builder applicationId(String applicationId)
CfnBaiduChannelProps.getApplicationId()applicationId - `AWS::Pinpoint::BaiduChannel.ApplicationId`. This parameter is required.this@Stability(value=Stable) public CfnBaiduChannelProps.Builder secretKey(String secretKey)
CfnBaiduChannelProps.getSecretKey()secretKey - `AWS::Pinpoint::BaiduChannel.SecretKey`. This parameter is required.this@Stability(value=Stable) public CfnBaiduChannelProps.Builder enabled(Boolean enabled)
CfnBaiduChannelProps.getEnabled()enabled - `AWS::Pinpoint::BaiduChannel.Enabled`.this@Stability(value=Stable) public CfnBaiduChannelProps.Builder enabled(IResolvable enabled)
CfnBaiduChannelProps.getEnabled()enabled - `AWS::Pinpoint::BaiduChannel.Enabled`.this@Stability(value=Stable) public CfnBaiduChannelProps build()
build in interface software.amazon.jsii.Builder<CfnBaiduChannelProps>CfnBaiduChannelPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.