public static interface CfnConfigurationSet.DeliveryOptionsProperty
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.pinpointemail.*; DeliveryOptionsProperty deliveryOptionsProperty = DeliveryOptionsProperty.builder() .sendingPoolName("sendingPoolName") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnConfigurationSet.DeliveryOptionsProperty.Builder
A builder for
CfnConfigurationSet.DeliveryOptionsProperty |
static class |
CfnConfigurationSet.DeliveryOptionsProperty.Jsii$Proxy
An implementation for
CfnConfigurationSet.DeliveryOptionsProperty |
Modifier and Type | Method and Description |
---|---|
static CfnConfigurationSet.DeliveryOptionsProperty.Builder |
builder() |
default java.lang.String |
getSendingPoolName()
The name of the dedicated IP pool that you want to associate with the configuration set.
|
default java.lang.String getSendingPoolName()
static CfnConfigurationSet.DeliveryOptionsProperty.Builder builder()