Struct aws_sdk_ssm::model::ops_item_data_value::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for OpsItemDataValue.
Implementations§
source§impl Builder
impl Builder
sourcepub fn type(self, input: OpsItemDataType) -> Self
pub fn type(self, input: OpsItemDataType) -> Self
The type of key-value pair. Valid types include SearchableString and String.
sourcepub fn set_type(self, input: Option<OpsItemDataType>) -> Self
pub fn set_type(self, input: Option<OpsItemDataType>) -> Self
The type of key-value pair. Valid types include SearchableString and String.
sourcepub fn build(self) -> OpsItemDataValue
pub fn build(self) -> OpsItemDataValue
Consumes the builder and constructs a OpsItemDataValue.