pub struct TrafficMirrorTargetArgsBuilder<S: State = Empty> { /* private fields */ }
Expand description
Use builder syntax to set the inputs and finish with build_struct()
.
Implementations§
source§impl<S: State> TrafficMirrorTargetArgsBuilder<S>
impl<S: State> TrafficMirrorTargetArgsBuilder<S>
sourcepub fn build_struct(self) -> TrafficMirrorTargetArgswhere
S: IsComplete,
pub fn build_struct(self) -> TrafficMirrorTargetArgswhere
S: IsComplete,
Finish building and return the requested object
sourcepub fn description(
self,
value: impl Into<Output<Option<String>>>,
) -> TrafficMirrorTargetArgsBuilder<SetDescription<S>>where
S::Description: IsUnset,
pub fn description(
self,
value: impl Into<Output<Option<String>>>,
) -> TrafficMirrorTargetArgsBuilder<SetDescription<S>>where
S::Description: IsUnset,
sourcepub fn maybe_description(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> TrafficMirrorTargetArgsBuilder<SetDescription<S>>where
S::Description: IsUnset,
pub fn maybe_description(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> TrafficMirrorTargetArgsBuilder<SetDescription<S>>where
S::Description: IsUnset,
sourcepub fn gateway_load_balancer_endpoint_id(
self,
value: impl Into<Output<Option<String>>>,
) -> TrafficMirrorTargetArgsBuilder<SetGatewayLoadBalancerEndpointId<S>>where
S::GatewayLoadBalancerEndpointId: IsUnset,
pub fn gateway_load_balancer_endpoint_id(
self,
value: impl Into<Output<Option<String>>>,
) -> TrafficMirrorTargetArgsBuilder<SetGatewayLoadBalancerEndpointId<S>>where
S::GatewayLoadBalancerEndpointId: IsUnset,
sourcepub fn maybe_gateway_load_balancer_endpoint_id(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> TrafficMirrorTargetArgsBuilder<SetGatewayLoadBalancerEndpointId<S>>where
S::GatewayLoadBalancerEndpointId: IsUnset,
pub fn maybe_gateway_load_balancer_endpoint_id(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> TrafficMirrorTargetArgsBuilder<SetGatewayLoadBalancerEndpointId<S>>where
S::GatewayLoadBalancerEndpointId: IsUnset,
sourcepub fn network_interface_id(
self,
value: impl Into<Output<Option<String>>>,
) -> TrafficMirrorTargetArgsBuilder<SetNetworkInterfaceId<S>>where
S::NetworkInterfaceId: IsUnset,
pub fn network_interface_id(
self,
value: impl Into<Output<Option<String>>>,
) -> TrafficMirrorTargetArgsBuilder<SetNetworkInterfaceId<S>>where
S::NetworkInterfaceId: IsUnset,
sourcepub fn maybe_network_interface_id(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> TrafficMirrorTargetArgsBuilder<SetNetworkInterfaceId<S>>where
S::NetworkInterfaceId: IsUnset,
pub fn maybe_network_interface_id(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> TrafficMirrorTargetArgsBuilder<SetNetworkInterfaceId<S>>where
S::NetworkInterfaceId: IsUnset,
sourcepub fn network_load_balancer_arn(
self,
value: impl Into<Output<Option<String>>>,
) -> TrafficMirrorTargetArgsBuilder<SetNetworkLoadBalancerArn<S>>where
S::NetworkLoadBalancerArn: IsUnset,
pub fn network_load_balancer_arn(
self,
value: impl Into<Output<Option<String>>>,
) -> TrafficMirrorTargetArgsBuilder<SetNetworkLoadBalancerArn<S>>where
S::NetworkLoadBalancerArn: IsUnset,
sourcepub fn maybe_network_load_balancer_arn(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> TrafficMirrorTargetArgsBuilder<SetNetworkLoadBalancerArn<S>>where
S::NetworkLoadBalancerArn: IsUnset,
pub fn maybe_network_load_balancer_arn(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> TrafficMirrorTargetArgsBuilder<SetNetworkLoadBalancerArn<S>>where
S::NetworkLoadBalancerArn: IsUnset,
Optional (Some / Option setters). Default:
<pulumi_wasm_rust::Output<
Option<std::collections::HashMap<String, String>>,
> as Default>::default()
Key-value map of resource tags. If configured with a provider default_tags
configuration block present, tags with matching keys will overwrite those defined at the provider-level.
NOTE: Either network_interface_id
or network_load_balancer_arn
should be specified and both should not be specified together
Optional (Some / Option setters). Default:
<pulumi_wasm_rust::Output<
Option<std::collections::HashMap<String, String>>,
> as Default>::default()
Key-value map of resource tags. If configured with a provider default_tags
configuration block present, tags with matching keys will overwrite those defined at the provider-level.
NOTE: Either network_interface_id
or network_load_balancer_arn
should be specified and both should not be specified together