Struct aws_sdk_eventbridge::operation::update_endpoint::builders::UpdateEndpointOutputBuilder
source · #[non_exhaustive]pub struct UpdateEndpointOutputBuilder { /* private fields */ }Expand description
A builder for UpdateEndpointOutput.
Implementations§
source§impl UpdateEndpointOutputBuilder
impl UpdateEndpointOutputBuilder
sourcepub fn name(self, input: impl Into<String>) -> Self
pub fn name(self, input: impl Into<String>) -> Self
The name of the endpoint you updated in this request.
sourcepub fn set_name(self, input: Option<String>) -> Self
pub fn set_name(self, input: Option<String>) -> Self
The name of the endpoint you updated in this request.
sourcepub fn get_name(&self) -> &Option<String>
pub fn get_name(&self) -> &Option<String>
The name of the endpoint you updated in this request.
sourcepub fn arn(self, input: impl Into<String>) -> Self
pub fn arn(self, input: impl Into<String>) -> Self
The ARN of the endpoint you updated in this request.
sourcepub fn set_arn(self, input: Option<String>) -> Self
pub fn set_arn(self, input: Option<String>) -> Self
The ARN of the endpoint you updated in this request.
sourcepub fn routing_config(self, input: RoutingConfig) -> Self
pub fn routing_config(self, input: RoutingConfig) -> Self
The routing configuration you updated in this request.
sourcepub fn set_routing_config(self, input: Option<RoutingConfig>) -> Self
pub fn set_routing_config(self, input: Option<RoutingConfig>) -> Self
The routing configuration you updated in this request.
sourcepub fn get_routing_config(&self) -> &Option<RoutingConfig>
pub fn get_routing_config(&self) -> &Option<RoutingConfig>
The routing configuration you updated in this request.
sourcepub fn replication_config(self, input: ReplicationConfig) -> Self
pub fn replication_config(self, input: ReplicationConfig) -> Self
Whether event replication was enabled or disabled for the endpoint you updated in this request.
sourcepub fn set_replication_config(self, input: Option<ReplicationConfig>) -> Self
pub fn set_replication_config(self, input: Option<ReplicationConfig>) -> Self
Whether event replication was enabled or disabled for the endpoint you updated in this request.
sourcepub fn get_replication_config(&self) -> &Option<ReplicationConfig>
pub fn get_replication_config(&self) -> &Option<ReplicationConfig>
Whether event replication was enabled or disabled for the endpoint you updated in this request.
sourcepub fn event_buses(self, input: EndpointEventBus) -> Self
pub fn event_buses(self, input: EndpointEventBus) -> Self
Appends an item to event_buses.
To override the contents of this collection use set_event_buses.
The event buses used for replication for the endpoint you updated in this request.
sourcepub fn set_event_buses(self, input: Option<Vec<EndpointEventBus>>) -> Self
pub fn set_event_buses(self, input: Option<Vec<EndpointEventBus>>) -> Self
The event buses used for replication for the endpoint you updated in this request.
sourcepub fn get_event_buses(&self) -> &Option<Vec<EndpointEventBus>>
pub fn get_event_buses(&self) -> &Option<Vec<EndpointEventBus>>
The event buses used for replication for the endpoint you updated in this request.
sourcepub fn role_arn(self, input: impl Into<String>) -> Self
pub fn role_arn(self, input: impl Into<String>) -> Self
The ARN of the role used by event replication for the endpoint you updated in this request.
sourcepub fn set_role_arn(self, input: Option<String>) -> Self
pub fn set_role_arn(self, input: Option<String>) -> Self
The ARN of the role used by event replication for the endpoint you updated in this request.
sourcepub fn get_role_arn(&self) -> &Option<String>
pub fn get_role_arn(&self) -> &Option<String>
The ARN of the role used by event replication for the endpoint you updated in this request.
sourcepub fn endpoint_id(self, input: impl Into<String>) -> Self
pub fn endpoint_id(self, input: impl Into<String>) -> Self
The ID of the endpoint you updated in this request.
sourcepub fn set_endpoint_id(self, input: Option<String>) -> Self
pub fn set_endpoint_id(self, input: Option<String>) -> Self
The ID of the endpoint you updated in this request.
sourcepub fn get_endpoint_id(&self) -> &Option<String>
pub fn get_endpoint_id(&self) -> &Option<String>
The ID of the endpoint you updated in this request.
sourcepub fn endpoint_url(self, input: impl Into<String>) -> Self
pub fn endpoint_url(self, input: impl Into<String>) -> Self
The URL of the endpoint you updated in this request.
sourcepub fn set_endpoint_url(self, input: Option<String>) -> Self
pub fn set_endpoint_url(self, input: Option<String>) -> Self
The URL of the endpoint you updated in this request.
sourcepub fn get_endpoint_url(&self) -> &Option<String>
pub fn get_endpoint_url(&self) -> &Option<String>
The URL of the endpoint you updated in this request.
sourcepub fn state(self, input: EndpointState) -> Self
pub fn state(self, input: EndpointState) -> Self
The state of the endpoint you updated in this request.
sourcepub fn set_state(self, input: Option<EndpointState>) -> Self
pub fn set_state(self, input: Option<EndpointState>) -> Self
The state of the endpoint you updated in this request.
sourcepub fn get_state(&self) -> &Option<EndpointState>
pub fn get_state(&self) -> &Option<EndpointState>
The state of the endpoint you updated in this request.
sourcepub fn build(self) -> UpdateEndpointOutput
pub fn build(self) -> UpdateEndpointOutput
Consumes the builder and constructs a UpdateEndpointOutput.
Trait Implementations§
source§impl Clone for UpdateEndpointOutputBuilder
impl Clone for UpdateEndpointOutputBuilder
source§fn clone(&self) -> UpdateEndpointOutputBuilder
fn clone(&self) -> UpdateEndpointOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for UpdateEndpointOutputBuilder
impl Debug for UpdateEndpointOutputBuilder
source§impl Default for UpdateEndpointOutputBuilder
impl Default for UpdateEndpointOutputBuilder
source§fn default() -> UpdateEndpointOutputBuilder
fn default() -> UpdateEndpointOutputBuilder
source§impl PartialEq for UpdateEndpointOutputBuilder
impl PartialEq for UpdateEndpointOutputBuilder
source§fn eq(&self, other: &UpdateEndpointOutputBuilder) -> bool
fn eq(&self, other: &UpdateEndpointOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.