Struct aws_sdk_codeguruprofiler::model::pattern::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for Pattern
Implementations
The universally unique identifier (UUID) of this pattern.
The universally unique identifier (UUID) of this pattern.
The description of the recommendation. This explains a potential inefficiency in a profiled application.
The description of the recommendation. This explains a potential inefficiency in a profiled application.
A string that contains the steps recommended to address the potential inefficiency.
A string that contains the steps recommended to address the potential inefficiency.
Appends an item to target_frames
.
To override the contents of this collection use set_target_frames
.
A list of frame names that were searched during the analysis that generated a recommendation.
A list of frame names that were searched during the analysis that generated a recommendation.
The percentage of time an application spends in one method that triggers a recommendation. The percentage of time is the same as the percentage of the total gathered sample counts during analysis.
The percentage of time an application spends in one method that triggers a recommendation. The percentage of time is the same as the percentage of the total gathered sample counts during analysis.
Appends an item to counters_to_aggregate
.
To override the contents of this collection use set_counters_to_aggregate
.
A list of the different counters used to determine if there is a match.
A list of the different counters used to determine if there is a match.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more