pub struct Builder { /* private fields */ }
Expand description
A builder for CreateTrialComponentOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn trial_component_arn(self, input: impl Into<String>) -> Self
pub fn trial_component_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the trial component.
sourcepub fn set_trial_component_arn(self, input: Option<String>) -> Self
pub fn set_trial_component_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the trial component.
sourcepub fn build(self) -> CreateTrialComponentOutput
pub fn build(self) -> CreateTrialComponentOutput
Consumes the builder and constructs a CreateTrialComponentOutput
.