Struct aws_sdk_sesv2::operation::create_configuration_set::builders::CreateConfigurationSetFluentBuilder
source · pub struct CreateConfigurationSetFluentBuilder { /* private fields */ }Expand description
Fluent builder constructing a request to CreateConfigurationSet.
Create a configuration set. Configuration sets are groups of rules that you can apply to the emails that you send. You apply a configuration set to an email by specifying the name of the configuration set when you call the Amazon SES API v2. When you apply a configuration set to an email, all of the rules in that configuration set are applied to the email.
Implementations§
source§impl CreateConfigurationSetFluentBuilder
impl CreateConfigurationSetFluentBuilder
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<CreateConfigurationSet, AwsResponseRetryClassifier>, SdkError<CreateConfigurationSetError>>
pub async fn customize( self ) -> Result<CustomizableOperation<CreateConfigurationSet, AwsResponseRetryClassifier>, SdkError<CreateConfigurationSetError>>
Consume this builder, creating a customizable operation that can be modified before being sent. The operation’s inner http::Request can be modified as well.
sourcepub async fn send(
self
) -> Result<CreateConfigurationSetOutput, SdkError<CreateConfigurationSetError>>
pub async fn send( self ) -> Result<CreateConfigurationSetOutput, SdkError<CreateConfigurationSetError>>
Sends the request and returns the response.
If an error occurs, an SdkError will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
sourcepub fn configuration_set_name(self, input: impl Into<String>) -> Self
pub fn configuration_set_name(self, input: impl Into<String>) -> Self
The name of the configuration set. The name can contain up to 64 alphanumeric characters, including letters, numbers, hyphens (-) and underscores (_) only.
sourcepub fn set_configuration_set_name(self, input: Option<String>) -> Self
pub fn set_configuration_set_name(self, input: Option<String>) -> Self
The name of the configuration set. The name can contain up to 64 alphanumeric characters, including letters, numbers, hyphens (-) and underscores (_) only.
sourcepub fn tracking_options(self, input: TrackingOptions) -> Self
pub fn tracking_options(self, input: TrackingOptions) -> Self
An object that defines the open and click tracking options for emails that you send using the configuration set.
sourcepub fn set_tracking_options(self, input: Option<TrackingOptions>) -> Self
pub fn set_tracking_options(self, input: Option<TrackingOptions>) -> Self
An object that defines the open and click tracking options for emails that you send using the configuration set.
sourcepub fn delivery_options(self, input: DeliveryOptions) -> Self
pub fn delivery_options(self, input: DeliveryOptions) -> Self
An object that defines the dedicated IP pool that is used to send emails that you send using the configuration set.
sourcepub fn set_delivery_options(self, input: Option<DeliveryOptions>) -> Self
pub fn set_delivery_options(self, input: Option<DeliveryOptions>) -> Self
An object that defines the dedicated IP pool that is used to send emails that you send using the configuration set.
sourcepub fn reputation_options(self, input: ReputationOptions) -> Self
pub fn reputation_options(self, input: ReputationOptions) -> Self
An object that defines whether or not Amazon SES collects reputation metrics for the emails that you send that use the configuration set.
sourcepub fn set_reputation_options(self, input: Option<ReputationOptions>) -> Self
pub fn set_reputation_options(self, input: Option<ReputationOptions>) -> Self
An object that defines whether or not Amazon SES collects reputation metrics for the emails that you send that use the configuration set.
sourcepub fn sending_options(self, input: SendingOptions) -> Self
pub fn sending_options(self, input: SendingOptions) -> Self
An object that defines whether or not Amazon SES can send email that you send using the configuration set.
sourcepub fn set_sending_options(self, input: Option<SendingOptions>) -> Self
pub fn set_sending_options(self, input: Option<SendingOptions>) -> Self
An object that defines whether or not Amazon SES can send email that you send using the configuration set.
Appends an item to Tags.
To override the contents of this collection use set_tags.
An array of objects that define the tags (keys and values) to associate with the configuration set.
An array of objects that define the tags (keys and values) to associate with the configuration set.
sourcepub fn suppression_options(self, input: SuppressionOptions) -> Self
pub fn suppression_options(self, input: SuppressionOptions) -> Self
An object that contains information about the suppression list preferences for your account.
sourcepub fn set_suppression_options(self, input: Option<SuppressionOptions>) -> Self
pub fn set_suppression_options(self, input: Option<SuppressionOptions>) -> Self
An object that contains information about the suppression list preferences for your account.
sourcepub fn vdm_options(self, input: VdmOptions) -> Self
pub fn vdm_options(self, input: VdmOptions) -> Self
An object that defines the VDM options for emails that you send using the configuration set.
sourcepub fn set_vdm_options(self, input: Option<VdmOptions>) -> Self
pub fn set_vdm_options(self, input: Option<VdmOptions>) -> Self
An object that defines the VDM options for emails that you send using the configuration set.
Trait Implementations§
source§impl Clone for CreateConfigurationSetFluentBuilder
impl Clone for CreateConfigurationSetFluentBuilder
source§fn clone(&self) -> CreateConfigurationSetFluentBuilder
fn clone(&self) -> CreateConfigurationSetFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more