pub struct Builder { /* private fields */ }
Expand description
A builder for CustomActionSetParametersOperation
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn parameter_value_configurations(
self,
input: SetParameterValueConfiguration
) -> Self
pub fn parameter_value_configurations(
self,
input: SetParameterValueConfiguration
) -> Self
Appends an item to parameter_value_configurations
.
To override the contents of this collection use set_parameter_value_configurations
.
The parameter that determines the value configuration.
sourcepub fn set_parameter_value_configurations(
self,
input: Option<Vec<SetParameterValueConfiguration>>
) -> Self
pub fn set_parameter_value_configurations(
self,
input: Option<Vec<SetParameterValueConfiguration>>
) -> Self
The parameter that determines the value configuration.
sourcepub fn build(self) -> CustomActionSetParametersOperation
pub fn build(self) -> CustomActionSetParametersOperation
Consumes the builder and constructs a CustomActionSetParametersOperation
.