Class CfnBaiduChannelPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.pinpoint.CfnBaiduChannelPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnBaiduChannelPropsMixin>
- Enclosing class:
CfnBaiduChannelPropsMixin
@Stability(Stable)
public static final class CfnBaiduChannelPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnBaiduChannelPropsMixin>
A fluent builder for
CfnBaiduChannelPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionThe API key that you received from the Baidu Cloud Push service to communicate with the service.applicationId(String applicationId) The unique identifier for the Amazon Pinpoint application that you're configuring the Baidu channel for.build()create()create(CfnPropertyMixinOptions options) Specifies whether to enable the Baidu channel for the application.enabled(IResolvable enabled) Specifies whether to enable the Baidu channel for the application.The secret key that you received from the Baidu Cloud Push service to communicate with the service.
-
Method Details
-
create
@Stability(Stable) public static CfnBaiduChannelPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnBaiduChannelPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnBaiduChannelPropsMixin.Builder.
-
apiKey
The API key that you received from the Baidu Cloud Push service to communicate with the service.- Parameters:
apiKey- The API key that you received from the Baidu Cloud Push service to communicate with the service. This parameter is required.- Returns:
this- See Also:
-
applicationId
The unique identifier for the Amazon Pinpoint application that you're configuring the Baidu channel for.- Parameters:
applicationId- The unique identifier for the Amazon Pinpoint application that you're configuring the Baidu channel for. This parameter is required.- Returns:
this- See Also:
-
enabled
Specifies whether to enable the Baidu channel for the application.- Parameters:
enabled- Specifies whether to enable the Baidu channel for the application. This parameter is required.- Returns:
this- See Also:
-
enabled
Specifies whether to enable the Baidu channel for the application.- Parameters:
enabled- Specifies whether to enable the Baidu channel for the application. This parameter is required.- Returns:
this- See Also:
-
secretKey
The secret key that you received from the Baidu Cloud Push service to communicate with the service.- Parameters:
secretKey- The secret key that you received from the Baidu Cloud Push service to communicate with the service. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnBaiduChannelPropsMixin>- Returns:
- a newly built instance of
CfnBaiduChannelPropsMixin.
-