pub struct Builder { /* private fields */ }
Expand description
A builder for GetEventIntegrationOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
The description of the event integration.
sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
The description of the event integration.
sourcepub fn event_integration_arn(self, input: impl Into<String>) -> Self
pub fn event_integration_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) for the event integration.
sourcepub fn set_event_integration_arn(self, input: Option<String>) -> Self
pub fn set_event_integration_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) for the event integration.
sourcepub fn event_bridge_bus(self, input: impl Into<String>) -> Self
pub fn event_bridge_bus(self, input: impl Into<String>) -> Self
The EventBridge bus.
sourcepub fn set_event_bridge_bus(self, input: Option<String>) -> Self
pub fn set_event_bridge_bus(self, input: Option<String>) -> Self
The EventBridge bus.
sourcepub fn event_filter(self, input: EventFilter) -> Self
pub fn event_filter(self, input: EventFilter) -> Self
The event filter.
sourcepub fn set_event_filter(self, input: Option<EventFilter>) -> Self
pub fn set_event_filter(self, input: Option<EventFilter>) -> Self
The event filter.
Adds a key-value pair to tags
.
To override the contents of this collection use set_tags
.
One or more tags.
One or more tags.
sourcepub fn build(self) -> GetEventIntegrationOutput
pub fn build(self) -> GetEventIntegrationOutput
Consumes the builder and constructs a GetEventIntegrationOutput
.