Struct aws_sdk_datapipeline::model::field::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for Field
.
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 ref_value(self, input: impl Into<String>) -> Self
pub fn ref_value(self, input: impl Into<String>) -> Self
The field value, expressed as the identifier of another object.
sourcepub fn set_ref_value(self, input: Option<String>) -> Self
pub fn set_ref_value(self, input: Option<String>) -> Self
The field value, expressed as the identifier of another object.