Struct aws_sdk_codeguruprofiler::types::builders::MatchBuilder
source · #[non_exhaustive]pub struct MatchBuilder { /* private fields */ }
Expand description
A builder for Match
.
Implementations§
source§impl MatchBuilder
impl MatchBuilder
sourcepub fn target_frames_index(self, input: i32) -> Self
pub fn target_frames_index(self, input: i32) -> Self
The target frame that triggered a match.
sourcepub fn set_target_frames_index(self, input: Option<i32>) -> Self
pub fn set_target_frames_index(self, input: Option<i32>) -> Self
The target frame that triggered a match.
sourcepub fn frame_address(self, input: impl Into<String>) -> Self
pub fn frame_address(self, input: impl Into<String>) -> Self
The location in the profiling graph that contains a recommendation found during analysis.
sourcepub fn set_frame_address(self, input: Option<String>) -> Self
pub fn set_frame_address(self, input: Option<String>) -> Self
The location in the profiling graph that contains a recommendation found during analysis.
sourcepub fn threshold_breach_value(self, input: f64) -> Self
pub fn threshold_breach_value(self, input: f64) -> Self
The value in the profile data that exceeded the recommendation threshold.
sourcepub fn set_threshold_breach_value(self, input: Option<f64>) -> Self
pub fn set_threshold_breach_value(self, input: Option<f64>) -> Self
The value in the profile data that exceeded the recommendation threshold.
Trait Implementations§
source§impl Clone for MatchBuilder
impl Clone for MatchBuilder
source§fn clone(&self) -> MatchBuilder
fn clone(&self) -> MatchBuilder
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 MatchBuilder
impl Debug for MatchBuilder
source§impl Default for MatchBuilder
impl Default for MatchBuilder
source§fn default() -> MatchBuilder
fn default() -> MatchBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<MatchBuilder> for MatchBuilder
impl PartialEq<MatchBuilder> for MatchBuilder
source§fn eq(&self, other: &MatchBuilder) -> bool
fn eq(&self, other: &MatchBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.