Class CfnADMChannelMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.pinpoint.CfnADMChannelMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnADMChannelMixinProps>
- Enclosing interface:
CfnADMChannelMixinProps
@Stability(Stable)
public static final class CfnADMChannelMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnADMChannelMixinProps>
A builder for
CfnADMChannelMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapplicationId(String applicationId) Sets the value ofCfnADMChannelMixinProps.getApplicationId()build()Builds the configured instance.Sets the value ofCfnADMChannelMixinProps.getClientId()clientSecret(String clientSecret) Sets the value ofCfnADMChannelMixinProps.getClientSecret()Sets the value ofCfnADMChannelMixinProps.getEnabled()enabled(IResolvable enabled) Sets the value ofCfnADMChannelMixinProps.getEnabled()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
applicationId
Sets the value ofCfnADMChannelMixinProps.getApplicationId()- Parameters:
applicationId- The unique identifier for the Amazon Pinpoint application that the ADM channel applies to.- Returns:
this
-
clientId
Sets the value ofCfnADMChannelMixinProps.getClientId()- Parameters:
clientId- The Client ID that you received from Amazon to send messages by using ADM.- Returns:
this
-
clientSecret
Sets the value ofCfnADMChannelMixinProps.getClientSecret()- Parameters:
clientSecret- The Client Secret that you received from Amazon to send messages by using ADM.- Returns:
this
-
enabled
Sets the value ofCfnADMChannelMixinProps.getEnabled()- Parameters:
enabled- Specifies whether to enable the ADM channel for the application.- Returns:
this
-
enabled
Sets the value ofCfnADMChannelMixinProps.getEnabled()- Parameters:
enabled- Specifies whether to enable the ADM channel for the application.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnADMChannelMixinProps>- Returns:
- a new instance of
CfnADMChannelMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-