public static final class CfnADMChannelProps.Builder
extends java.lang.Object
CfnADMChannelProps
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnADMChannelProps.Builder |
applicationId(java.lang.String applicationId)
Sets the value of
CfnADMChannelProps.getApplicationId() |
CfnADMChannelProps |
build()
Builds the configured instance.
|
CfnADMChannelProps.Builder |
clientId(java.lang.String clientId)
Sets the value of
CfnADMChannelProps.getClientId() |
CfnADMChannelProps.Builder |
clientSecret(java.lang.String clientSecret)
Sets the value of
CfnADMChannelProps.getClientSecret() |
CfnADMChannelProps.Builder |
enabled(java.lang.Boolean enabled)
Sets the value of
CfnADMChannelProps.getEnabled() |
CfnADMChannelProps.Builder |
enabled(IResolvable enabled)
Sets the value of
CfnADMChannelProps.getEnabled() |
public CfnADMChannelProps.Builder applicationId(java.lang.String applicationId)
CfnADMChannelProps.getApplicationId()
applicationId
- The unique identifier for the Amazon Pinpoint application that the ADM channel applies to. This parameter is required.this
public CfnADMChannelProps.Builder clientId(java.lang.String clientId)
CfnADMChannelProps.getClientId()
clientId
- The Client ID that you received from Amazon to send messages by using ADM. This parameter is required.this
public CfnADMChannelProps.Builder clientSecret(java.lang.String clientSecret)
CfnADMChannelProps.getClientSecret()
clientSecret
- The Client Secret that you received from Amazon to send messages by using ADM. This parameter is required.this
public CfnADMChannelProps.Builder enabled(java.lang.Boolean enabled)
CfnADMChannelProps.getEnabled()
enabled
- Specifies whether to enable the ADM channel for the application.this
public CfnADMChannelProps.Builder enabled(IResolvable enabled)
CfnADMChannelProps.getEnabled()
enabled
- Specifies whether to enable the ADM channel for the application.this
public CfnADMChannelProps build()
CfnADMChannelProps
java.lang.NullPointerException
- if any required attribute was not provided