Struct aws_sdk_codeguruprofiler::operation::update_profiling_group::builders::UpdateProfilingGroupInputBuilder
source · #[non_exhaustive]pub struct UpdateProfilingGroupInputBuilder { /* private fields */ }
Expand description
A builder for UpdateProfilingGroupInput
.
Implementations§
source§impl UpdateProfilingGroupInputBuilder
impl UpdateProfilingGroupInputBuilder
sourcepub fn profiling_group_name(self, input: impl Into<String>) -> Self
pub fn profiling_group_name(self, input: impl Into<String>) -> Self
The name of the profiling group to update.
sourcepub fn set_profiling_group_name(self, input: Option<String>) -> Self
pub fn set_profiling_group_name(self, input: Option<String>) -> Self
The name of the profiling group to update.
sourcepub fn agent_orchestration_config(self, input: AgentOrchestrationConfig) -> Self
pub fn agent_orchestration_config(self, input: AgentOrchestrationConfig) -> Self
Specifies whether profiling is enabled or disabled for a profiling group.
sourcepub fn set_agent_orchestration_config(
self,
input: Option<AgentOrchestrationConfig>
) -> Self
pub fn set_agent_orchestration_config( self, input: Option<AgentOrchestrationConfig> ) -> Self
Specifies whether profiling is enabled or disabled for a profiling group.
sourcepub fn build(self) -> Result<UpdateProfilingGroupInput, BuildError>
pub fn build(self) -> Result<UpdateProfilingGroupInput, BuildError>
Consumes the builder and constructs a UpdateProfilingGroupInput
.
Trait Implementations§
source§impl Clone for UpdateProfilingGroupInputBuilder
impl Clone for UpdateProfilingGroupInputBuilder
source§fn clone(&self) -> UpdateProfilingGroupInputBuilder
fn clone(&self) -> UpdateProfilingGroupInputBuilder
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 Default for UpdateProfilingGroupInputBuilder
impl Default for UpdateProfilingGroupInputBuilder
source§fn default() -> UpdateProfilingGroupInputBuilder
fn default() -> UpdateProfilingGroupInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<UpdateProfilingGroupInputBuilder> for UpdateProfilingGroupInputBuilder
impl PartialEq<UpdateProfilingGroupInputBuilder> for UpdateProfilingGroupInputBuilder
source§fn eq(&self, other: &UpdateProfilingGroupInputBuilder) -> bool
fn eq(&self, other: &UpdateProfilingGroupInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.