Struct aws_sdk_eventbridge::model::endpoint_event_bus::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for EndpointEventBus.
Implementations§
source§impl Builder
impl Builder
sourcepub fn event_bus_arn(self, input: impl Into<String>) -> Self
pub fn event_bus_arn(self, input: impl Into<String>) -> Self
The ARN of the event bus the endpoint is associated with.
sourcepub fn set_event_bus_arn(self, input: Option<String>) -> Self
pub fn set_event_bus_arn(self, input: Option<String>) -> Self
The ARN of the event bus the endpoint is associated with.
sourcepub fn build(self) -> EndpointEventBus
pub fn build(self) -> EndpointEventBus
Consumes the builder and constructs a EndpointEventBus.