Struct aws_sdk_ec2::model::create_transit_gateway_multicast_domain_request_options::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for CreateTransitGatewayMulticastDomainRequestOptions
Implementations
Specify whether to enable Internet Group Management Protocol (IGMP) version 2 for the transit gateway multicast domain.
Specify whether to enable Internet Group Management Protocol (IGMP) version 2 for the transit gateway multicast domain.
Specify whether to enable support for statically configuring multicast group sources for a domain.
Specify whether to enable support for statically configuring multicast group sources for a domain.
Indicates whether to automatically accept cross-account subnet associations that are associated with the transit gateway multicast domain.
Indicates whether to automatically accept cross-account subnet associations that are associated with the transit gateway multicast domain.
Consumes the builder and constructs a CreateTransitGatewayMulticastDomainRequestOptions
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more