Class GCMChannelReference.Builder
java.lang.Object
software.amazon.awscdk.interfaces.pinpoint.GCMChannelReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<GCMChannelReference>
- Enclosing interface:
GCMChannelReference
@Stability(Stable)
public static final class GCMChannelReference.Builder
extends Object
implements software.amazon.jsii.Builder<GCMChannelReference>
A builder for
GCMChannelReference-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.gcmChannelId(String gcmChannelId) Sets the value ofGCMChannelReference.getGcmChannelId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
gcmChannelId
Sets the value ofGCMChannelReference.getGcmChannelId()- Parameters:
gcmChannelId- The Id of the GCMChannel resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<GCMChannelReference>- Returns:
- a new instance of
GCMChannelReference - Throws:
NullPointerException- if any required attribute was not provided
-