Struct aws_sdk_ec2::types::builders::CreateTransitGatewayPeeringAttachmentRequestOptionsBuilder
source · #[non_exhaustive]pub struct CreateTransitGatewayPeeringAttachmentRequestOptionsBuilder { /* private fields */ }Expand description
A builder for CreateTransitGatewayPeeringAttachmentRequestOptions.
Implementations§
source§impl CreateTransitGatewayPeeringAttachmentRequestOptionsBuilder
impl CreateTransitGatewayPeeringAttachmentRequestOptionsBuilder
sourcepub fn dynamic_routing(self, input: DynamicRoutingValue) -> Self
pub fn dynamic_routing(self, input: DynamicRoutingValue) -> Self
Indicates whether dynamic routing is enabled or disabled.
sourcepub fn set_dynamic_routing(self, input: Option<DynamicRoutingValue>) -> Self
pub fn set_dynamic_routing(self, input: Option<DynamicRoutingValue>) -> Self
Indicates whether dynamic routing is enabled or disabled.
sourcepub fn build(self) -> CreateTransitGatewayPeeringAttachmentRequestOptions
pub fn build(self) -> CreateTransitGatewayPeeringAttachmentRequestOptions
Consumes the builder and constructs a CreateTransitGatewayPeeringAttachmentRequestOptions.
Trait Implementations§
source§impl Clone for CreateTransitGatewayPeeringAttachmentRequestOptionsBuilder
impl Clone for CreateTransitGatewayPeeringAttachmentRequestOptionsBuilder
source§fn clone(&self) -> CreateTransitGatewayPeeringAttachmentRequestOptionsBuilder
fn clone(&self) -> CreateTransitGatewayPeeringAttachmentRequestOptionsBuilder
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 Default for CreateTransitGatewayPeeringAttachmentRequestOptionsBuilder
impl Default for CreateTransitGatewayPeeringAttachmentRequestOptionsBuilder
source§fn default() -> CreateTransitGatewayPeeringAttachmentRequestOptionsBuilder
fn default() -> CreateTransitGatewayPeeringAttachmentRequestOptionsBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<CreateTransitGatewayPeeringAttachmentRequestOptionsBuilder> for CreateTransitGatewayPeeringAttachmentRequestOptionsBuilder
impl PartialEq<CreateTransitGatewayPeeringAttachmentRequestOptionsBuilder> for CreateTransitGatewayPeeringAttachmentRequestOptionsBuilder
source§fn eq(
&self,
other: &CreateTransitGatewayPeeringAttachmentRequestOptionsBuilder
) -> bool
fn eq( &self, other: &CreateTransitGatewayPeeringAttachmentRequestOptionsBuilder ) -> bool
This method tests for
self and other values to be equal, and is used
by ==.