Struct aws_sdk_ses::client::fluent_builders::CreateConfigurationSet
source · pub struct CreateConfigurationSet { /* private fields */ }
Expand description
Fluent builder constructing a request to CreateConfigurationSet
.
Creates a configuration set.
Configuration sets enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.
You can execute this operation no more than once per second.
Implementations§
source§impl CreateConfigurationSet
impl CreateConfigurationSet
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(self, input: ConfigurationSet) -> Self
pub fn configuration_set(self, input: ConfigurationSet) -> Self
A data structure that contains the name of the configuration set.
sourcepub fn set_configuration_set(self, input: Option<ConfigurationSet>) -> Self
pub fn set_configuration_set(self, input: Option<ConfigurationSet>) -> Self
A data structure that contains the name of the configuration set.
Trait Implementations§
source§impl Clone for CreateConfigurationSet
impl Clone for CreateConfigurationSet
source§fn clone(&self) -> CreateConfigurationSet
fn clone(&self) -> CreateConfigurationSet
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more