@Stability(value=Stable) public static final class CfnCampaign.CustomDeliveryConfigurationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnCampaign.CustomDeliveryConfigurationProperty>
CfnCampaign.CustomDeliveryConfigurationProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnCampaign.CustomDeliveryConfigurationProperty |
build()
Builds the configured instance.
|
CfnCampaign.CustomDeliveryConfigurationProperty.Builder |
deliveryUri(String deliveryUri)
Sets the value of
CfnCampaign.CustomDeliveryConfigurationProperty.getDeliveryUri() |
CfnCampaign.CustomDeliveryConfigurationProperty.Builder |
endpointTypes(List<String> endpointTypes)
Sets the value of
CfnCampaign.CustomDeliveryConfigurationProperty.getEndpointTypes() |
@Stability(value=Stable) public CfnCampaign.CustomDeliveryConfigurationProperty.Builder deliveryUri(String deliveryUri)
CfnCampaign.CustomDeliveryConfigurationProperty.getDeliveryUri()deliveryUri - The destination to send the campaign or treatment to. This value can be one of the following:.
this@Stability(value=Stable) public CfnCampaign.CustomDeliveryConfigurationProperty.Builder endpointTypes(List<String> endpointTypes)
CfnCampaign.CustomDeliveryConfigurationProperty.getEndpointTypes()endpointTypes - The types of endpoints to send the campaign or treatment to.
Each valid value maps to a type of channel that you can associate with an endpoint by using the ChannelType property of an endpoint.this@Stability(value=Stable) public CfnCampaign.CustomDeliveryConfigurationProperty build()
build in interface software.amazon.jsii.Builder<CfnCampaign.CustomDeliveryConfigurationProperty>CfnCampaign.CustomDeliveryConfigurationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.