pub struct Builder { /* private fields */ }Expand description
A builder for ConnectionHeaderParameter.
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 a 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 a secret.
sourcepub fn build(self) -> ConnectionHeaderParameter
pub fn build(self) -> ConnectionHeaderParameter
Consumes the builder and constructs a ConnectionHeaderParameter.