pub struct Builder { /* private fields */ }
Expand description
A builder for PipeTargetCloudWatchLogsParameters
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn log_stream_name(self, input: impl Into<String>) -> Self
pub fn log_stream_name(self, input: impl Into<String>) -> Self
The name of the log stream.
sourcepub fn set_log_stream_name(self, input: Option<String>) -> Self
pub fn set_log_stream_name(self, input: Option<String>) -> Self
The name of the log stream.
sourcepub fn timestamp(self, input: impl Into<String>) -> Self
pub fn timestamp(self, input: impl Into<String>) -> Self
The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
sourcepub fn set_timestamp(self, input: Option<String>) -> Self
pub fn set_timestamp(self, input: Option<String>) -> Self
The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
sourcepub fn build(self) -> PipeTargetCloudWatchLogsParameters
pub fn build(self) -> PipeTargetCloudWatchLogsParameters
Consumes the builder and constructs a PipeTargetCloudWatchLogsParameters
.