Struct aws_sdk_datapipeline::model::parameter_attribute::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for ParameterAttribute
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn string_value(self, input: impl Into<String>) -> Self
pub fn string_value(self, input: impl Into<String>) -> Self
The field value, expressed as a String.
sourcepub fn set_string_value(self, input: Option<String>) -> Self
pub fn set_string_value(self, input: Option<String>) -> Self
The field value, expressed as a String.
sourcepub fn build(self) -> ParameterAttribute
pub fn build(self) -> ParameterAttribute
Consumes the builder and constructs a ParameterAttribute
.