#[non_exhaustive]pub struct LoggingConfigurationMetadataBuilder { /* private fields */ }
Expand description
A builder for LoggingConfigurationMetadata
.
Implementations§
source§impl LoggingConfigurationMetadataBuilder
impl LoggingConfigurationMetadataBuilder
sourcepub fn status(self, input: LoggingConfigurationStatus) -> Self
pub fn status(self, input: LoggingConfigurationStatus) -> Self
The status of the logging configuration.
sourcepub fn set_status(self, input: Option<LoggingConfigurationStatus>) -> Self
pub fn set_status(self, input: Option<LoggingConfigurationStatus>) -> Self
The status of the logging configuration.
sourcepub fn get_status(&self) -> &Option<LoggingConfigurationStatus>
pub fn get_status(&self) -> &Option<LoggingConfigurationStatus>
The status of the logging configuration.
sourcepub fn workspace(self, input: impl Into<String>) -> Self
pub fn workspace(self, input: impl Into<String>) -> Self
The workspace where the logging configuration exists.
sourcepub fn set_workspace(self, input: Option<String>) -> Self
pub fn set_workspace(self, input: Option<String>) -> Self
The workspace where the logging configuration exists.
sourcepub fn get_workspace(&self) -> &Option<String>
pub fn get_workspace(&self) -> &Option<String>
The workspace where the logging configuration exists.
sourcepub fn log_group_arn(self, input: impl Into<String>) -> Self
pub fn log_group_arn(self, input: impl Into<String>) -> Self
The ARN of the CW log group to which the vended log data will be published.
sourcepub fn set_log_group_arn(self, input: Option<String>) -> Self
pub fn set_log_group_arn(self, input: Option<String>) -> Self
The ARN of the CW log group to which the vended log data will be published.
sourcepub fn get_log_group_arn(&self) -> &Option<String>
pub fn get_log_group_arn(&self) -> &Option<String>
The ARN of the CW log group to which the vended log data will be published.
sourcepub fn created_at(self, input: DateTime) -> Self
pub fn created_at(self, input: DateTime) -> Self
The time when the logging configuration was created.
sourcepub fn set_created_at(self, input: Option<DateTime>) -> Self
pub fn set_created_at(self, input: Option<DateTime>) -> Self
The time when the logging configuration was created.
sourcepub fn get_created_at(&self) -> &Option<DateTime>
pub fn get_created_at(&self) -> &Option<DateTime>
The time when the logging configuration was created.
sourcepub fn modified_at(self, input: DateTime) -> Self
pub fn modified_at(self, input: DateTime) -> Self
The time when the logging configuration was modified.
sourcepub fn set_modified_at(self, input: Option<DateTime>) -> Self
pub fn set_modified_at(self, input: Option<DateTime>) -> Self
The time when the logging configuration was modified.
sourcepub fn get_modified_at(&self) -> &Option<DateTime>
pub fn get_modified_at(&self) -> &Option<DateTime>
The time when the logging configuration was modified.
sourcepub fn build(self) -> LoggingConfigurationMetadata
pub fn build(self) -> LoggingConfigurationMetadata
Consumes the builder and constructs a LoggingConfigurationMetadata
.
Trait Implementations§
source§impl Clone for LoggingConfigurationMetadataBuilder
impl Clone for LoggingConfigurationMetadataBuilder
source§fn clone(&self) -> LoggingConfigurationMetadataBuilder
fn clone(&self) -> LoggingConfigurationMetadataBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for LoggingConfigurationMetadataBuilder
impl Default for LoggingConfigurationMetadataBuilder
source§fn default() -> LoggingConfigurationMetadataBuilder
fn default() -> LoggingConfigurationMetadataBuilder
source§impl PartialEq<LoggingConfigurationMetadataBuilder> for LoggingConfigurationMetadataBuilder
impl PartialEq<LoggingConfigurationMetadataBuilder> for LoggingConfigurationMetadataBuilder
source§fn eq(&self, other: &LoggingConfigurationMetadataBuilder) -> bool
fn eq(&self, other: &LoggingConfigurationMetadataBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.