Struct aws_sdk_iotanalytics::operation::put_logging_options::builders::PutLoggingOptionsFluentBuilder
source · pub struct PutLoggingOptionsFluentBuilder { /* private fields */ }
Expand description
Fluent builder constructing a request to PutLoggingOptions
.
Sets or updates the IoT Analytics logging options.
If you update the value of any loggingOptions
field, it takes up to one minute for the change to take effect. Also, if you change the policy attached to the role you specified in the roleArn
field (for example, to correct an invalid policy), it takes up to five minutes for that change to take effect.
Implementations§
source§impl PutLoggingOptionsFluentBuilder
impl PutLoggingOptionsFluentBuilder
sourcepub fn as_input(&self) -> &PutLoggingOptionsInputBuilder
pub fn as_input(&self) -> &PutLoggingOptionsInputBuilder
Access the PutLoggingOptions as a reference.
sourcepub async fn send(
self
) -> Result<PutLoggingOptionsOutput, SdkError<PutLoggingOptionsError, HttpResponse>>
pub async fn send( self ) -> Result<PutLoggingOptionsOutput, SdkError<PutLoggingOptionsError, HttpResponse>>
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 customize(
self
) -> CustomizableOperation<PutLoggingOptionsOutput, PutLoggingOptionsError, Self>
pub fn customize( self ) -> CustomizableOperation<PutLoggingOptionsOutput, PutLoggingOptionsError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn logging_options(self, input: LoggingOptions) -> Self
pub fn logging_options(self, input: LoggingOptions) -> Self
The new values of the IoT Analytics logging options.
sourcepub fn set_logging_options(self, input: Option<LoggingOptions>) -> Self
pub fn set_logging_options(self, input: Option<LoggingOptions>) -> Self
The new values of the IoT Analytics logging options.
sourcepub fn get_logging_options(&self) -> &Option<LoggingOptions>
pub fn get_logging_options(&self) -> &Option<LoggingOptions>
The new values of the IoT Analytics logging options.
Trait Implementations§
source§impl Clone for PutLoggingOptionsFluentBuilder
impl Clone for PutLoggingOptionsFluentBuilder
source§fn clone(&self) -> PutLoggingOptionsFluentBuilder
fn clone(&self) -> PutLoggingOptionsFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more