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