pub struct Builder { /* private fields */ }
Expand description
A builder for DisassociateTrialComponentInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn trial_component_name(self, input: impl Into<String>) -> Self
pub fn trial_component_name(self, input: impl Into<String>) -> Self
The name of the component to disassociate from the trial.
sourcepub fn set_trial_component_name(self, input: Option<String>) -> Self
pub fn set_trial_component_name(self, input: Option<String>) -> Self
The name of the component to disassociate from the trial.
sourcepub fn trial_name(self, input: impl Into<String>) -> Self
pub fn trial_name(self, input: impl Into<String>) -> Self
The name of the trial to disassociate from.
sourcepub fn set_trial_name(self, input: Option<String>) -> Self
pub fn set_trial_name(self, input: Option<String>) -> Self
The name of the trial to disassociate from.
sourcepub fn build(self) -> Result<DisassociateTrialComponentInput, BuildError>
pub fn build(self) -> Result<DisassociateTrialComponentInput, BuildError>
Consumes the builder and constructs a DisassociateTrialComponentInput
.