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