pub struct Builder { /* private fields */ }
Expand description
A builder for ConfigureAgentOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn configuration(self, input: AgentConfiguration) -> Self
pub fn configuration(self, input: AgentConfiguration) -> Self
An AgentConfiguration
object that specifies if an agent profiles or not and for how long to return profiling data.
sourcepub fn set_configuration(self, input: Option<AgentConfiguration>) -> Self
pub fn set_configuration(self, input: Option<AgentConfiguration>) -> Self
An AgentConfiguration
object that specifies if an agent profiles or not and for how long to return profiling data.
sourcepub fn build(self) -> ConfigureAgentOutput
pub fn build(self) -> ConfigureAgentOutput
Consumes the builder and constructs a ConfigureAgentOutput
.