@Stability(value=Stable) public static final class CfnGCMChannel.Builder extends Object implements software.amazon.jsii.Builder<CfnGCMChannel>
CfnGCMChannel.| Modifier and Type | Method and Description |
|---|---|
CfnGCMChannel.Builder |
apiKey(String apiKey)
`AWS::Pinpoint::GCMChannel.ApiKey`.
|
CfnGCMChannel.Builder |
applicationId(String applicationId)
`AWS::Pinpoint::GCMChannel.ApplicationId`.
|
CfnGCMChannel |
build() |
static CfnGCMChannel.Builder |
create(software.constructs.Construct scope,
String id) |
CfnGCMChannel.Builder |
enabled(Boolean enabled)
`AWS::Pinpoint::GCMChannel.Enabled`.
|
CfnGCMChannel.Builder |
enabled(IResolvable enabled)
`AWS::Pinpoint::GCMChannel.Enabled`.
|
@Stability(value=Stable) public static CfnGCMChannel.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnGCMChannel.Builder.@Stability(value=Stable) public CfnGCMChannel.Builder apiKey(String apiKey)
apiKey - `AWS::Pinpoint::GCMChannel.ApiKey`. This parameter is required.this@Stability(value=Stable) public CfnGCMChannel.Builder applicationId(String applicationId)
applicationId - `AWS::Pinpoint::GCMChannel.ApplicationId`. This parameter is required.this@Stability(value=Stable) public CfnGCMChannel.Builder enabled(Boolean enabled)
enabled - `AWS::Pinpoint::GCMChannel.Enabled`. This parameter is required.this@Stability(value=Stable) public CfnGCMChannel.Builder enabled(IResolvable enabled)
enabled - `AWS::Pinpoint::GCMChannel.Enabled`. This parameter is required.this@Stability(value=Stable) public CfnGCMChannel build()
build in interface software.amazon.jsii.Builder<CfnGCMChannel>Copyright © 2021. All rights reserved.