pub struct Builder { /* private fields */ }
Expand description
A builder for AssociateTrialComponentInput
.
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 associated with 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 associated with 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 associate with.
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 associate with.
sourcepub fn build(self) -> Result<AssociateTrialComponentInput, BuildError>
pub fn build(self) -> Result<AssociateTrialComponentInput, BuildError>
Consumes the builder and constructs a AssociateTrialComponentInput
.