#[non_exhaustive]pub struct TransitGatewayMulticastDomainBuilder { /* private fields */ }
Expand description
A builder for TransitGatewayMulticastDomain
.
Implementations§
source§impl TransitGatewayMulticastDomainBuilder
impl TransitGatewayMulticastDomainBuilder
sourcepub fn transit_gateway_multicast_domain_id(
self,
input: impl Into<String>
) -> Self
pub fn transit_gateway_multicast_domain_id( self, input: impl Into<String> ) -> Self
The ID of the transit gateway multicast domain.
sourcepub fn set_transit_gateway_multicast_domain_id(
self,
input: Option<String>
) -> Self
pub fn set_transit_gateway_multicast_domain_id( self, input: Option<String> ) -> Self
The ID of the transit gateway multicast domain.
sourcepub fn get_transit_gateway_multicast_domain_id(&self) -> &Option<String>
pub fn get_transit_gateway_multicast_domain_id(&self) -> &Option<String>
The ID of the transit gateway multicast domain.
sourcepub fn transit_gateway_id(self, input: impl Into<String>) -> Self
pub fn transit_gateway_id(self, input: impl Into<String>) -> Self
The ID of the transit gateway.
sourcepub fn set_transit_gateway_id(self, input: Option<String>) -> Self
pub fn set_transit_gateway_id(self, input: Option<String>) -> Self
The ID of the transit gateway.
sourcepub fn get_transit_gateway_id(&self) -> &Option<String>
pub fn get_transit_gateway_id(&self) -> &Option<String>
The ID of the transit gateway.
sourcepub fn transit_gateway_multicast_domain_arn(
self,
input: impl Into<String>
) -> Self
pub fn transit_gateway_multicast_domain_arn( self, input: impl Into<String> ) -> Self
The Amazon Resource Name (ARN) of the transit gateway multicast domain.
sourcepub fn set_transit_gateway_multicast_domain_arn(
self,
input: Option<String>
) -> Self
pub fn set_transit_gateway_multicast_domain_arn( self, input: Option<String> ) -> Self
The Amazon Resource Name (ARN) of the transit gateway multicast domain.
sourcepub fn get_transit_gateway_multicast_domain_arn(&self) -> &Option<String>
pub fn get_transit_gateway_multicast_domain_arn(&self) -> &Option<String>
The Amazon Resource Name (ARN) of the transit gateway multicast domain.
sourcepub fn owner_id(self, input: impl Into<String>) -> Self
pub fn owner_id(self, input: impl Into<String>) -> Self
The ID of the Amazon Web Services account that owns the transit gateway multicast domain.
sourcepub fn set_owner_id(self, input: Option<String>) -> Self
pub fn set_owner_id(self, input: Option<String>) -> Self
The ID of the Amazon Web Services account that owns the transit gateway multicast domain.
sourcepub fn get_owner_id(&self) -> &Option<String>
pub fn get_owner_id(&self) -> &Option<String>
The ID of the Amazon Web Services account that owns the transit gateway multicast domain.
sourcepub fn options(self, input: TransitGatewayMulticastDomainOptions) -> Self
pub fn options(self, input: TransitGatewayMulticastDomainOptions) -> Self
The options for the transit gateway multicast domain.
sourcepub fn set_options(
self,
input: Option<TransitGatewayMulticastDomainOptions>
) -> Self
pub fn set_options( self, input: Option<TransitGatewayMulticastDomainOptions> ) -> Self
The options for the transit gateway multicast domain.
sourcepub fn get_options(&self) -> &Option<TransitGatewayMulticastDomainOptions>
pub fn get_options(&self) -> &Option<TransitGatewayMulticastDomainOptions>
The options for the transit gateway multicast domain.
sourcepub fn state(self, input: TransitGatewayMulticastDomainState) -> Self
pub fn state(self, input: TransitGatewayMulticastDomainState) -> Self
The state of the transit gateway multicast domain.
sourcepub fn set_state(
self,
input: Option<TransitGatewayMulticastDomainState>
) -> Self
pub fn set_state( self, input: Option<TransitGatewayMulticastDomainState> ) -> Self
The state of the transit gateway multicast domain.
sourcepub fn get_state(&self) -> &Option<TransitGatewayMulticastDomainState>
pub fn get_state(&self) -> &Option<TransitGatewayMulticastDomainState>
The state of the transit gateway multicast domain.
sourcepub fn creation_time(self, input: DateTime) -> Self
pub fn creation_time(self, input: DateTime) -> Self
The time the transit gateway multicast domain was created.
sourcepub fn set_creation_time(self, input: Option<DateTime>) -> Self
pub fn set_creation_time(self, input: Option<DateTime>) -> Self
The time the transit gateway multicast domain was created.
sourcepub fn get_creation_time(&self) -> &Option<DateTime>
pub fn get_creation_time(&self) -> &Option<DateTime>
The time the transit gateway multicast domain was created.
Appends an item to tags
.
To override the contents of this collection use set_tags
.
The tags for the transit gateway multicast domain.
The tags for the transit gateway multicast domain.
The tags for the transit gateway multicast domain.
sourcepub fn build(self) -> TransitGatewayMulticastDomain
pub fn build(self) -> TransitGatewayMulticastDomain
Consumes the builder and constructs a TransitGatewayMulticastDomain
.
Trait Implementations§
source§impl Clone for TransitGatewayMulticastDomainBuilder
impl Clone for TransitGatewayMulticastDomainBuilder
source§fn clone(&self) -> TransitGatewayMulticastDomainBuilder
fn clone(&self) -> TransitGatewayMulticastDomainBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for TransitGatewayMulticastDomainBuilder
impl Default for TransitGatewayMulticastDomainBuilder
source§fn default() -> TransitGatewayMulticastDomainBuilder
fn default() -> TransitGatewayMulticastDomainBuilder
source§impl PartialEq<TransitGatewayMulticastDomainBuilder> for TransitGatewayMulticastDomainBuilder
impl PartialEq<TransitGatewayMulticastDomainBuilder> for TransitGatewayMulticastDomainBuilder
source§fn eq(&self, other: &TransitGatewayMulticastDomainBuilder) -> bool
fn eq(&self, other: &TransitGatewayMulticastDomainBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.