@Stability(value=Stable) public static final class CfnGCMChannelProps.Builder extends Object implements software.amazon.jsii.Builder<CfnGCMChannelProps>
CfnGCMChannelProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnGCMChannelProps.Builder |
apiKey(String apiKey)
Sets the value of
CfnGCMChannelProps.getApiKey() |
CfnGCMChannelProps.Builder |
applicationId(String applicationId)
Sets the value of
CfnGCMChannelProps.getApplicationId() |
CfnGCMChannelProps |
build()
Builds the configured instance.
|
CfnGCMChannelProps.Builder |
enabled(Boolean enabled)
Sets the value of
CfnGCMChannelProps.getEnabled() |
CfnGCMChannelProps.Builder |
enabled(IResolvable enabled)
Sets the value of
CfnGCMChannelProps.getEnabled() |
@Stability(value=Stable) public CfnGCMChannelProps.Builder apiKey(String apiKey)
CfnGCMChannelProps.getApiKey()apiKey - `AWS::Pinpoint::GCMChannel.ApiKey`. This parameter is required.this@Stability(value=Stable) public CfnGCMChannelProps.Builder applicationId(String applicationId)
CfnGCMChannelProps.getApplicationId()applicationId - `AWS::Pinpoint::GCMChannel.ApplicationId`. This parameter is required.this@Stability(value=Stable) public CfnGCMChannelProps.Builder enabled(Boolean enabled)
CfnGCMChannelProps.getEnabled()enabled - `AWS::Pinpoint::GCMChannel.Enabled`.this@Stability(value=Stable) public CfnGCMChannelProps.Builder enabled(IResolvable enabled)
CfnGCMChannelProps.getEnabled()enabled - `AWS::Pinpoint::GCMChannel.Enabled`.this@Stability(value=Stable) public CfnGCMChannelProps build()
build in interface software.amazon.jsii.Builder<CfnGCMChannelProps>CfnGCMChannelPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.