Struct aws_sdk_sesv2::operation::create_configuration_set::builders::CreateConfigurationSetInputBuilder
source · #[non_exhaustive]pub struct CreateConfigurationSetInputBuilder { /* private fields */ }Expand description
A builder for CreateConfigurationSetInput.
Implementations§
source§impl CreateConfigurationSetInputBuilder
impl CreateConfigurationSetInputBuilder
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.
This field is required.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 get_configuration_set_name(&self) -> &Option<String>
pub fn get_configuration_set_name(&self) -> &Option<String>
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 get_tracking_options(&self) -> &Option<TrackingOptions>
pub fn get_tracking_options(&self) -> &Option<TrackingOptions>
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 get_delivery_options(&self) -> &Option<DeliveryOptions>
pub fn get_delivery_options(&self) -> &Option<DeliveryOptions>
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 get_reputation_options(&self) -> &Option<ReputationOptions>
pub fn get_reputation_options(&self) -> &Option<ReputationOptions>
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.
sourcepub fn get_sending_options(&self) -> &Option<SendingOptions>
pub fn get_sending_options(&self) -> &Option<SendingOptions>
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.
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 get_suppression_options(&self) -> &Option<SuppressionOptions>
pub fn get_suppression_options(&self) -> &Option<SuppressionOptions>
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.
sourcepub fn get_vdm_options(&self) -> &Option<VdmOptions>
pub fn get_vdm_options(&self) -> &Option<VdmOptions>
An object that defines the VDM options for emails that you send using the configuration set.
sourcepub fn build(self) -> Result<CreateConfigurationSetInput, BuildError>
pub fn build(self) -> Result<CreateConfigurationSetInput, BuildError>
Consumes the builder and constructs a CreateConfigurationSetInput.
source§impl CreateConfigurationSetInputBuilder
impl CreateConfigurationSetInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<CreateConfigurationSetOutput, SdkError<CreateConfigurationSetError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<CreateConfigurationSetOutput, SdkError<CreateConfigurationSetError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for CreateConfigurationSetInputBuilder
impl Clone for CreateConfigurationSetInputBuilder
source§fn clone(&self) -> CreateConfigurationSetInputBuilder
fn clone(&self) -> CreateConfigurationSetInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for CreateConfigurationSetInputBuilder
impl Default for CreateConfigurationSetInputBuilder
source§fn default() -> CreateConfigurationSetInputBuilder
fn default() -> CreateConfigurationSetInputBuilder
source§impl PartialEq for CreateConfigurationSetInputBuilder
impl PartialEq for CreateConfigurationSetInputBuilder
source§fn eq(&self, other: &CreateConfigurationSetInputBuilder) -> bool
fn eq(&self, other: &CreateConfigurationSetInputBuilder) -> bool
self and other values to be equal, and is used
by ==.