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