@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)
The Web API key, also called the *server key* , that you received from Google to communicate with Google services.
|
CfnGCMChannel.Builder |
applicationId(String applicationId)
The unique identifier for the Amazon Pinpoint application that the GCM channel applies to.
|
CfnGCMChannel |
build() |
static CfnGCMChannel.Builder |
create(software.constructs.Construct scope,
String id) |
CfnGCMChannel.Builder |
enabled(Boolean enabled)
Specifies whether to enable the GCM channel for the Amazon Pinpoint application.
|
CfnGCMChannel.Builder |
enabled(IResolvable enabled)
Specifies whether to enable the GCM channel for the Amazon Pinpoint application.
|
@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 - The Web API key, also called the *server key* , that you received from Google to communicate with Google services. This parameter is required.this@Stability(value=Stable) public CfnGCMChannel.Builder applicationId(String applicationId)
applicationId - The unique identifier for the Amazon Pinpoint application that the GCM channel applies to. This parameter is required.this@Stability(value=Stable) public CfnGCMChannel.Builder enabled(Boolean enabled)
enabled - Specifies whether to enable the GCM channel for the Amazon Pinpoint application. This parameter is required.this@Stability(value=Stable) public CfnGCMChannel.Builder enabled(IResolvable enabled)
enabled - Specifies whether to enable the GCM channel for the Amazon Pinpoint application. This parameter is required.this@Stability(value=Stable) public CfnGCMChannel build()
build in interface software.amazon.jsii.Builder<CfnGCMChannel>Copyright © 2022. All rights reserved.