Struct aws_sdk_scheduler::model::event_bridge_parameters::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for EventBridgeParameters.
Implementations§
source§impl Builder
impl Builder
sourcepub fn detail_type(self, input: impl Into<String>) -> Self
pub fn detail_type(self, input: impl Into<String>) -> Self
A free-form string, with a maximum of 128 characters, used to decide what fields to expect in the event detail.
sourcepub fn set_detail_type(self, input: Option<String>) -> Self
pub fn set_detail_type(self, input: Option<String>) -> Self
A free-form string, with a maximum of 128 characters, used to decide what fields to expect in the event detail.
sourcepub fn set_source(self, input: Option<String>) -> Self
pub fn set_source(self, input: Option<String>) -> Self
The source of the event.
sourcepub fn build(self) -> EventBridgeParameters
pub fn build(self) -> EventBridgeParameters
Consumes the builder and constructs a EventBridgeParameters.