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