pub struct PutConfigurationSetDeliveryOptions { /* private fields */ }
Expand description
Fluent builder constructing a request to PutConfigurationSetDeliveryOptions
.
Adds or updates the delivery options for a configuration set.
Implementations§
source§impl PutConfigurationSetDeliveryOptions
impl PutConfigurationSetDeliveryOptions
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<PutConfigurationSetDeliveryOptions, AwsResponseRetryClassifier>, SdkError<PutConfigurationSetDeliveryOptionsError>>
pub async fn customize(
self
) -> Result<CustomizableOperation<PutConfigurationSetDeliveryOptions, AwsResponseRetryClassifier>, SdkError<PutConfigurationSetDeliveryOptionsError>>
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<PutConfigurationSetDeliveryOptionsOutput, SdkError<PutConfigurationSetDeliveryOptionsError>>
pub async fn send(
self
) -> Result<PutConfigurationSetDeliveryOptionsOutput, SdkError<PutConfigurationSetDeliveryOptionsError>>
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 that you want to specify the delivery options for.
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 that you want to specify the delivery options for.
sourcepub fn delivery_options(self, input: DeliveryOptions) -> Self
pub fn delivery_options(self, input: DeliveryOptions) -> Self
Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).
sourcepub fn set_delivery_options(self, input: Option<DeliveryOptions>) -> Self
pub fn set_delivery_options(self, input: Option<DeliveryOptions>) -> Self
Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).
Trait Implementations§
source§impl Clone for PutConfigurationSetDeliveryOptions
impl Clone for PutConfigurationSetDeliveryOptions
source§fn clone(&self) -> PutConfigurationSetDeliveryOptions
fn clone(&self) -> PutConfigurationSetDeliveryOptions
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more