pub struct Builder { /* private fields */ }Expand description
A builder for ConnectionBodyParameter.
Implementations§
source§impl Builder
impl Builder
sourcepub fn is_value_secret(self, input: bool) -> Self
pub fn is_value_secret(self, input: bool) -> Self
Specified whether the value is secret.
sourcepub fn set_is_value_secret(self, input: Option<bool>) -> Self
pub fn set_is_value_secret(self, input: Option<bool>) -> Self
Specified whether the value is secret.
sourcepub fn build(self) -> ConnectionBodyParameter
pub fn build(self) -> ConnectionBodyParameter
Consumes the builder and constructs a ConnectionBodyParameter.