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