@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 - `AWS::Pinpoint::ADMChannel.ApplicationId`. This parameter is required.this@Stability(value=Stable) public CfnADMChannelProps.Builder clientId(String clientId)
CfnADMChannelProps.getClientId()clientId - `AWS::Pinpoint::ADMChannel.ClientId`. This parameter is required.this@Stability(value=Stable) public CfnADMChannelProps.Builder clientSecret(String clientSecret)
CfnADMChannelProps.getClientSecret()clientSecret - `AWS::Pinpoint::ADMChannel.ClientSecret`. This parameter is required.this@Stability(value=Stable) public CfnADMChannelProps.Builder enabled(Boolean enabled)
CfnADMChannelProps.getEnabled()enabled - `AWS::Pinpoint::ADMChannel.Enabled`.this@Stability(value=Stable) public CfnADMChannelProps.Builder enabled(IResolvable enabled)
CfnADMChannelProps.getEnabled()enabled - `AWS::Pinpoint::ADMChannel.Enabled`.this@Stability(value=Stable) public CfnADMChannelProps build()
build in interface software.amazon.jsii.Builder<CfnADMChannelProps>CfnADMChannelPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.