Struct aws_sdk_codegurureviewer::model::event_info::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for EventInfo.
Implementations§
source§impl Builder
impl Builder
sourcepub fn name(self, input: impl Into<String>) -> Self
pub fn name(self, input: impl Into<String>) -> Self
The name of the event. The possible names are pull_request, workflow_dispatch, schedule, and push
sourcepub fn set_name(self, input: Option<String>) -> Self
pub fn set_name(self, input: Option<String>) -> Self
The name of the event. The possible names are pull_request, workflow_dispatch, schedule, and push
sourcepub fn state(self, input: impl Into<String>) -> Self
pub fn state(self, input: impl Into<String>) -> Self
The state of an event. The state might be open, closed, or another state.