@Stability(value=Stable) public static final class CfnADMChannelProps.Builder extends Object implements software.amazon.jsii.Builder<CfnADMChannelProps>
CfnADMChannelProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnADMChannelProps.Builder |
applicationId(String applicationId)
Sets the value of
CfnADMChannelProps.getApplicationId() |
CfnADMChannelProps |
build()
Builds the configured instance.
|
CfnADMChannelProps.Builder |
clientId(String clientId)
Sets the value of
CfnADMChannelProps.getClientId() |
CfnADMChannelProps.Builder |
clientSecret(String clientSecret)
Sets the value of
CfnADMChannelProps.getClientSecret() |
CfnADMChannelProps.Builder |
enabled(Boolean enabled)
Sets the value of
CfnADMChannelProps.getEnabled() |
CfnADMChannelProps.Builder |
enabled(IResolvable enabled)
Sets the value of
CfnADMChannelProps.getEnabled() |
@Stability(value=Stable) public CfnADMChannelProps.Builder applicationId(String applicationId)
CfnADMChannelProps.getApplicationId()applicationId - The unique identifier for the Amazon Pinpoint application that the ADM channel applies to. This parameter is required.this@Stability(value=Stable) public CfnADMChannelProps.Builder clientId(String clientId)
CfnADMChannelProps.getClientId()clientId - The Client ID that you received from Amazon to send messages by using ADM. This parameter is required.this@Stability(value=Stable) public CfnADMChannelProps.Builder clientSecret(String clientSecret)
CfnADMChannelProps.getClientSecret()clientSecret - The Client Secret that you received from Amazon to send messages by using ADM. This parameter is required.this@Stability(value=Stable) public CfnADMChannelProps.Builder enabled(Boolean enabled)
CfnADMChannelProps.getEnabled()enabled - Specifies whether to enable the ADM channel for the application.this@Stability(value=Stable) public CfnADMChannelProps.Builder enabled(IResolvable enabled)
CfnADMChannelProps.getEnabled()enabled - Specifies whether to enable the ADM channel for the application.this@Stability(value=Stable) public CfnADMChannelProps build()
build in interface software.amazon.jsii.Builder<CfnADMChannelProps>CfnADMChannelPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.