@Stability(value=Stable) public static final class CfnConfigurationSet.Builder extends Object implements software.amazon.jsii.Builder<CfnConfigurationSet>
CfnConfigurationSet.| Modifier and Type | Method and Description |
|---|---|
CfnConfigurationSet |
build() |
static CfnConfigurationSet.Builder |
create(software.constructs.Construct scope,
String id) |
CfnConfigurationSet.Builder |
deliveryOptions(CfnConfigurationSet.DeliveryOptionsProperty deliveryOptions)
An object that defines the dedicated IP pool that is used to send emails that you send using the configuration set.
|
CfnConfigurationSet.Builder |
deliveryOptions(IResolvable deliveryOptions)
An object that defines the dedicated IP pool that is used to send emails that you send using the configuration set.
|
CfnConfigurationSet.Builder |
name(String name)
The name of the configuration set.
|
CfnConfigurationSet.Builder |
reputationOptions(CfnConfigurationSet.ReputationOptionsProperty reputationOptions)
An object that defines whether or not Amazon Pinpoint collects reputation metrics for the emails that you send that use the configuration set.
|
CfnConfigurationSet.Builder |
reputationOptions(IResolvable reputationOptions)
An object that defines whether or not Amazon Pinpoint collects reputation metrics for the emails that you send that use the configuration set.
|
CfnConfigurationSet.Builder |
sendingOptions(CfnConfigurationSet.SendingOptionsProperty sendingOptions)
An object that defines whether or not Amazon Pinpoint can send email that you send using the configuration set.
|
CfnConfigurationSet.Builder |
sendingOptions(IResolvable sendingOptions)
An object that defines whether or not Amazon Pinpoint can send email that you send using the configuration set.
|
CfnConfigurationSet.Builder |
tags(List<? extends CfnConfigurationSet.TagsProperty> tags)
An object that defines the tags (keys and values) that you want to associate with the configuration set.
|
CfnConfigurationSet.Builder |
trackingOptions(CfnConfigurationSet.TrackingOptionsProperty trackingOptions)
An object that defines the open and click tracking options for emails that you send using the configuration set.
|
CfnConfigurationSet.Builder |
trackingOptions(IResolvable trackingOptions)
An object that defines the open and click tracking options for emails that you send using the configuration set.
|
@Stability(value=Stable) public static CfnConfigurationSet.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnConfigurationSet.DeliveryOptionsProperty.Builder.@Stability(value=Stable) public CfnConfigurationSet.Builder name(String name)
name - The name of the configuration set. This parameter is required.this@Stability(value=Stable) public CfnConfigurationSet.Builder deliveryOptions(CfnConfigurationSet.DeliveryOptionsProperty deliveryOptions)
deliveryOptions - An object that defines the dedicated IP pool that is used to send emails that you send using the configuration set. This parameter is required.this@Stability(value=Stable) public CfnConfigurationSet.Builder deliveryOptions(IResolvable deliveryOptions)
deliveryOptions - An object that defines the dedicated IP pool that is used to send emails that you send using the configuration set. This parameter is required.this@Stability(value=Stable) public CfnConfigurationSet.Builder reputationOptions(CfnConfigurationSet.ReputationOptionsProperty reputationOptions)
reputationOptions - An object that defines whether or not Amazon Pinpoint collects reputation metrics for the emails that you send that use the configuration set. This parameter is required.this@Stability(value=Stable) public CfnConfigurationSet.Builder reputationOptions(IResolvable reputationOptions)
reputationOptions - An object that defines whether or not Amazon Pinpoint collects reputation metrics for the emails that you send that use the configuration set. This parameter is required.this@Stability(value=Stable) public CfnConfigurationSet.Builder sendingOptions(CfnConfigurationSet.SendingOptionsProperty sendingOptions)
sendingOptions - An object that defines whether or not Amazon Pinpoint can send email that you send using the configuration set. This parameter is required.this@Stability(value=Stable) public CfnConfigurationSet.Builder sendingOptions(IResolvable sendingOptions)
sendingOptions - An object that defines whether or not Amazon Pinpoint can send email that you send using the configuration set. This parameter is required.this@Stability(value=Stable) public CfnConfigurationSet.Builder tags(List<? extends CfnConfigurationSet.TagsProperty> tags)
tags - An object that defines the tags (keys and values) that you want to associate with the configuration set. This parameter is required.this@Stability(value=Stable) public CfnConfigurationSet.Builder trackingOptions(CfnConfigurationSet.TrackingOptionsProperty trackingOptions)
trackingOptions - An object that defines the open and click tracking options for emails that you send using the configuration set. This parameter is required.this@Stability(value=Stable) public CfnConfigurationSet.Builder trackingOptions(IResolvable trackingOptions)
trackingOptions - An object that defines the open and click tracking options for emails that you send using the configuration set. This parameter is required.this@Stability(value=Stable) public CfnConfigurationSet build()
build in interface software.amazon.jsii.Builder<CfnConfigurationSet>Copyright © 2022. All rights reserved.