pub struct Builder { /* private fields */ }Expand description
A builder for ConnectionApiKeyAuthResponseParameters.
Implementations§
source§impl Builder
impl Builder
sourcepub fn api_key_name(self, input: impl Into<String>) -> Self
pub fn api_key_name(self, input: impl Into<String>) -> Self
The name of the header to use for the APIKeyValue used for authorization.
sourcepub fn set_api_key_name(self, input: Option<String>) -> Self
pub fn set_api_key_name(self, input: Option<String>) -> Self
The name of the header to use for the APIKeyValue used for authorization.
sourcepub fn build(self) -> ConnectionApiKeyAuthResponseParameters
pub fn build(self) -> ConnectionApiKeyAuthResponseParameters
Consumes the builder and constructs a ConnectionApiKeyAuthResponseParameters.