Class CfnADMChannelPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.pinpoint.CfnADMChannelPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnADMChannelPropsMixin>
- Enclosing class:
CfnADMChannelPropsMixin
@Stability(Stable)
public static final class CfnADMChannelPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnADMChannelPropsMixin>
A fluent builder for
CfnADMChannelPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionapplicationId(String applicationId) The unique identifier for the Amazon Pinpoint application that the ADM channel applies to.build()The Client ID that you received from Amazon to send messages by using ADM.clientSecret(String clientSecret) The Client Secret that you received from Amazon to send messages by using ADM.create()create(CfnPropertyMixinOptions options) Specifies whether to enable the ADM channel for the application.enabled(IResolvable enabled) Specifies whether to enable the ADM channel for the application.
-
Method Details
-
create
@Stability(Stable) public static CfnADMChannelPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnADMChannelPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnADMChannelPropsMixin.Builder.
-
applicationId
The unique identifier for the Amazon Pinpoint application that the ADM channel applies to.- Parameters:
applicationId- The unique identifier for the Amazon Pinpoint application that the ADM channel applies to. This parameter is required.- Returns:
this- See Also:
-
clientId
The Client ID that you received from Amazon to send messages by using ADM.- Parameters:
clientId- The Client ID that you received from Amazon to send messages by using ADM. This parameter is required.- Returns:
this- See Also:
-
clientSecret
The Client Secret that you received from Amazon to send messages by using ADM.- Parameters:
clientSecret- The Client Secret that you received from Amazon to send messages by using ADM. This parameter is required.- Returns:
this- See Also:
-
enabled
Specifies whether to enable the ADM channel for the application.- Parameters:
enabled- Specifies whether to enable the ADM channel for the application. This parameter is required.- Returns:
this- See Also:
-
enabled
Specifies whether to enable the ADM channel for the application.- Parameters:
enabled- Specifies whether to enable the ADM channel for the application. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnADMChannelPropsMixin>- Returns:
- a newly built instance of
CfnADMChannelPropsMixin.
-