Struct aws_sdk_eventbridge::model::update_connection_o_auth_client_request_parameters::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for UpdateConnectionOAuthClientRequestParameters.
Implementations§
source§impl Builder
impl Builder
sourcepub fn client_id(self, input: impl Into<String>) -> Self
pub fn client_id(self, input: impl Into<String>) -> Self
The client ID to use for OAuth authorization.
sourcepub fn set_client_id(self, input: Option<String>) -> Self
pub fn set_client_id(self, input: Option<String>) -> Self
The client ID to use for OAuth authorization.
sourcepub fn client_secret(self, input: impl Into<String>) -> Self
pub fn client_secret(self, input: impl Into<String>) -> Self
The client secret assciated with the client ID to use for OAuth authorization.
sourcepub fn set_client_secret(self, input: Option<String>) -> Self
pub fn set_client_secret(self, input: Option<String>) -> Self
The client secret assciated with the client ID to use for OAuth authorization.
sourcepub fn build(self) -> UpdateConnectionOAuthClientRequestParameters
pub fn build(self) -> UpdateConnectionOAuthClientRequestParameters
Consumes the builder and constructs a UpdateConnectionOAuthClientRequestParameters.