Struct aws_sdk_xray::model::telemetry_record::Builder
source · [−]pub struct Builder { /* private fields */ }
Expand description
A builder for TelemetryRecord
.
Implementations
sourceimpl Builder
impl Builder
sourcepub fn set_timestamp(self, input: Option<DateTime>) -> Self
pub fn set_timestamp(self, input: Option<DateTime>) -> Self
sourcepub fn segments_received_count(self, input: i32) -> Self
pub fn segments_received_count(self, input: i32) -> Self
sourcepub fn set_segments_received_count(self, input: Option<i32>) -> Self
pub fn set_segments_received_count(self, input: Option<i32>) -> Self
sourcepub fn segments_sent_count(self, input: i32) -> Self
pub fn segments_sent_count(self, input: i32) -> Self
sourcepub fn set_segments_sent_count(self, input: Option<i32>) -> Self
pub fn set_segments_sent_count(self, input: Option<i32>) -> Self
sourcepub fn segments_spillover_count(self, input: i32) -> Self
pub fn segments_spillover_count(self, input: i32) -> Self
sourcepub fn set_segments_spillover_count(self, input: Option<i32>) -> Self
pub fn set_segments_spillover_count(self, input: Option<i32>) -> Self
sourcepub fn segments_rejected_count(self, input: i32) -> Self
pub fn segments_rejected_count(self, input: i32) -> Self
sourcepub fn set_segments_rejected_count(self, input: Option<i32>) -> Self
pub fn set_segments_rejected_count(self, input: Option<i32>) -> Self
sourcepub fn backend_connection_errors(self, input: BackendConnectionErrors) -> Self
pub fn backend_connection_errors(self, input: BackendConnectionErrors) -> Self
sourcepub fn set_backend_connection_errors(
self,
input: Option<BackendConnectionErrors>
) -> Self
pub fn set_backend_connection_errors(
self,
input: Option<BackendConnectionErrors>
) -> Self
sourcepub fn build(self) -> TelemetryRecord
pub fn build(self) -> TelemetryRecord
Consumes the builder and constructs a TelemetryRecord
.
Trait Implementations
impl StructuralPartialEq for Builder
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl Send for Builder
impl Sync for Builder
impl Unpin for Builder
impl UnwindSafe for Builder
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more