Struct aws_sdk_waf::operation::put_logging_configuration::builders::PutLoggingConfigurationInputBuilder
source · #[non_exhaustive]pub struct PutLoggingConfigurationInputBuilder { /* private fields */ }Expand description
A builder for PutLoggingConfigurationInput.
Implementations§
source§impl PutLoggingConfigurationInputBuilder
impl PutLoggingConfigurationInputBuilder
sourcepub fn logging_configuration(self, input: LoggingConfiguration) -> Self
pub fn logging_configuration(self, input: LoggingConfiguration) -> Self
The Amazon Kinesis Data Firehose that contains the inspected traffic information, the redacted fields details, and the Amazon Resource Name (ARN) of the web ACL to monitor.
When specifying Type in RedactedFields, you must use one of the following values: URI, QUERY_STRING, HEADER, or METHOD.
sourcepub fn set_logging_configuration(
self,
input: Option<LoggingConfiguration>
) -> Self
pub fn set_logging_configuration( self, input: Option<LoggingConfiguration> ) -> Self
The Amazon Kinesis Data Firehose that contains the inspected traffic information, the redacted fields details, and the Amazon Resource Name (ARN) of the web ACL to monitor.
When specifying Type in RedactedFields, you must use one of the following values: URI, QUERY_STRING, HEADER, or METHOD.
sourcepub fn get_logging_configuration(&self) -> &Option<LoggingConfiguration>
pub fn get_logging_configuration(&self) -> &Option<LoggingConfiguration>
The Amazon Kinesis Data Firehose that contains the inspected traffic information, the redacted fields details, and the Amazon Resource Name (ARN) of the web ACL to monitor.
When specifying Type in RedactedFields, you must use one of the following values: URI, QUERY_STRING, HEADER, or METHOD.
sourcepub fn build(self) -> Result<PutLoggingConfigurationInput, BuildError>
pub fn build(self) -> Result<PutLoggingConfigurationInput, BuildError>
Consumes the builder and constructs a PutLoggingConfigurationInput.
source§impl PutLoggingConfigurationInputBuilder
impl PutLoggingConfigurationInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<PutLoggingConfigurationOutput, SdkError<PutLoggingConfigurationError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<PutLoggingConfigurationOutput, SdkError<PutLoggingConfigurationError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for PutLoggingConfigurationInputBuilder
impl Clone for PutLoggingConfigurationInputBuilder
source§fn clone(&self) -> PutLoggingConfigurationInputBuilder
fn clone(&self) -> PutLoggingConfigurationInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for PutLoggingConfigurationInputBuilder
impl Default for PutLoggingConfigurationInputBuilder
source§fn default() -> PutLoggingConfigurationInputBuilder
fn default() -> PutLoggingConfigurationInputBuilder
source§impl PartialEq for PutLoggingConfigurationInputBuilder
impl PartialEq for PutLoggingConfigurationInputBuilder
source§fn eq(&self, other: &PutLoggingConfigurationInputBuilder) -> bool
fn eq(&self, other: &PutLoggingConfigurationInputBuilder) -> bool
self and other values to be equal, and is used
by ==.