Struct aws_sdk_appmesh::types::builders::TcpRouteActionBuilder
source · #[non_exhaustive]pub struct TcpRouteActionBuilder { /* private fields */ }
Expand description
A builder for TcpRouteAction
.
Implementations§
source§impl TcpRouteActionBuilder
impl TcpRouteActionBuilder
sourcepub fn weighted_targets(self, input: WeightedTarget) -> Self
pub fn weighted_targets(self, input: WeightedTarget) -> Self
Appends an item to weighted_targets
.
To override the contents of this collection use set_weighted_targets
.
An object that represents the targets that traffic is routed to when a request matches the route.
sourcepub fn set_weighted_targets(self, input: Option<Vec<WeightedTarget>>) -> Self
pub fn set_weighted_targets(self, input: Option<Vec<WeightedTarget>>) -> Self
An object that represents the targets that traffic is routed to when a request matches the route.
sourcepub fn get_weighted_targets(&self) -> &Option<Vec<WeightedTarget>>
pub fn get_weighted_targets(&self) -> &Option<Vec<WeightedTarget>>
An object that represents the targets that traffic is routed to when a request matches the route.
sourcepub fn build(self) -> TcpRouteAction
pub fn build(self) -> TcpRouteAction
Consumes the builder and constructs a TcpRouteAction
.
Trait Implementations§
source§impl Clone for TcpRouteActionBuilder
impl Clone for TcpRouteActionBuilder
source§fn clone(&self) -> TcpRouteActionBuilder
fn clone(&self) -> TcpRouteActionBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for TcpRouteActionBuilder
impl Debug for TcpRouteActionBuilder
source§impl Default for TcpRouteActionBuilder
impl Default for TcpRouteActionBuilder
source§fn default() -> TcpRouteActionBuilder
fn default() -> TcpRouteActionBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<TcpRouteActionBuilder> for TcpRouteActionBuilder
impl PartialEq<TcpRouteActionBuilder> for TcpRouteActionBuilder
source§fn eq(&self, other: &TcpRouteActionBuilder) -> bool
fn eq(&self, other: &TcpRouteActionBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for TcpRouteActionBuilder
Auto Trait Implementations§
impl RefUnwindSafe for TcpRouteActionBuilder
impl Send for TcpRouteActionBuilder
impl Sync for TcpRouteActionBuilder
impl Unpin for TcpRouteActionBuilder
impl UnwindSafe for TcpRouteActionBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more