#[non_exhaustive]pub struct GatewayBridgeSourceBuilder { /* private fields */ }Expand description
A builder for GatewayBridgeSource.
Implementations§
source§impl GatewayBridgeSourceBuilder
impl GatewayBridgeSourceBuilder
sourcepub fn bridge_arn(self, input: impl Into<String>) -> Self
pub fn bridge_arn(self, input: impl Into<String>) -> Self
The ARN of the bridge feeding this flow. This field is required.
sourcepub fn set_bridge_arn(self, input: Option<String>) -> Self
pub fn set_bridge_arn(self, input: Option<String>) -> Self
The ARN of the bridge feeding this flow.
sourcepub fn get_bridge_arn(&self) -> &Option<String>
pub fn get_bridge_arn(&self) -> &Option<String>
The ARN of the bridge feeding this flow.
sourcepub fn vpc_interface_attachment(self, input: VpcInterfaceAttachment) -> Self
pub fn vpc_interface_attachment(self, input: VpcInterfaceAttachment) -> Self
The name of the VPC interface attachment to use for this bridge source.
sourcepub fn set_vpc_interface_attachment(
self,
input: Option<VpcInterfaceAttachment>
) -> Self
pub fn set_vpc_interface_attachment( self, input: Option<VpcInterfaceAttachment> ) -> Self
The name of the VPC interface attachment to use for this bridge source.
sourcepub fn get_vpc_interface_attachment(&self) -> &Option<VpcInterfaceAttachment>
pub fn get_vpc_interface_attachment(&self) -> &Option<VpcInterfaceAttachment>
The name of the VPC interface attachment to use for this bridge source.
sourcepub fn build(self) -> GatewayBridgeSource
pub fn build(self) -> GatewayBridgeSource
Consumes the builder and constructs a GatewayBridgeSource.
Trait Implementations§
source§impl Clone for GatewayBridgeSourceBuilder
impl Clone for GatewayBridgeSourceBuilder
source§fn clone(&self) -> GatewayBridgeSourceBuilder
fn clone(&self) -> GatewayBridgeSourceBuilder
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 GatewayBridgeSourceBuilder
impl Debug for GatewayBridgeSourceBuilder
source§impl Default for GatewayBridgeSourceBuilder
impl Default for GatewayBridgeSourceBuilder
source§fn default() -> GatewayBridgeSourceBuilder
fn default() -> GatewayBridgeSourceBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for GatewayBridgeSourceBuilder
impl PartialEq for GatewayBridgeSourceBuilder
source§fn eq(&self, other: &GatewayBridgeSourceBuilder) -> bool
fn eq(&self, other: &GatewayBridgeSourceBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for GatewayBridgeSourceBuilder
Auto Trait Implementations§
impl RefUnwindSafe for GatewayBridgeSourceBuilder
impl Send for GatewayBridgeSourceBuilder
impl Sync for GatewayBridgeSourceBuilder
impl Unpin for GatewayBridgeSourceBuilder
impl UnwindSafe for GatewayBridgeSourceBuilder
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.