#[non_exhaustive]pub struct TraceConfigurationBuilder { /* private fields */ }
Expand description
A builder for TraceConfiguration
.
Implementations§
source§impl TraceConfigurationBuilder
impl TraceConfigurationBuilder
sourcepub fn vendor(self, input: TracingVendor) -> Self
pub fn vendor(self, input: TracingVendor) -> Self
The implementation provider chosen for tracing App Runner services.
sourcepub fn set_vendor(self, input: Option<TracingVendor>) -> Self
pub fn set_vendor(self, input: Option<TracingVendor>) -> Self
The implementation provider chosen for tracing App Runner services.
sourcepub fn build(self) -> TraceConfiguration
pub fn build(self) -> TraceConfiguration
Consumes the builder and constructs a TraceConfiguration
.
Trait Implementations§
source§impl Clone for TraceConfigurationBuilder
impl Clone for TraceConfigurationBuilder
source§fn clone(&self) -> TraceConfigurationBuilder
fn clone(&self) -> TraceConfigurationBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for TraceConfigurationBuilder
impl Debug for TraceConfigurationBuilder
source§impl Default for TraceConfigurationBuilder
impl Default for TraceConfigurationBuilder
source§fn default() -> TraceConfigurationBuilder
fn default() -> TraceConfigurationBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<TraceConfigurationBuilder> for TraceConfigurationBuilder
impl PartialEq<TraceConfigurationBuilder> for TraceConfigurationBuilder
source§fn eq(&self, other: &TraceConfigurationBuilder) -> bool
fn eq(&self, other: &TraceConfigurationBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.