Class TrafficMirrorTargetArgs.Builder

  • Enclosing class:
    TrafficMirrorTargetArgs

    public static final class TrafficMirrorTargetArgs.Builder
    extends java.lang.Object
    • Method Detail

      • description

        public TrafficMirrorTargetArgs.Builder description​(@Nullable
                                                           com.pulumi.core.Output<java.lang.String> description)
        Parameters:
        description - A description of the traffic mirror session.
        Returns:
        builder
      • description

        public TrafficMirrorTargetArgs.Builder description​(java.lang.String description)
        Parameters:
        description - A description of the traffic mirror session.
        Returns:
        builder
      • gatewayLoadBalancerEndpointId

        public TrafficMirrorTargetArgs.Builder gatewayLoadBalancerEndpointId​(@Nullable
                                                                             com.pulumi.core.Output<java.lang.String> gatewayLoadBalancerEndpointId)
        Parameters:
        gatewayLoadBalancerEndpointId - The VPC Endpoint Id of the Gateway Load Balancer that is associated with the target.
        Returns:
        builder
      • gatewayLoadBalancerEndpointId

        public TrafficMirrorTargetArgs.Builder gatewayLoadBalancerEndpointId​(java.lang.String gatewayLoadBalancerEndpointId)
        Parameters:
        gatewayLoadBalancerEndpointId - The VPC Endpoint Id of the Gateway Load Balancer that is associated with the target.
        Returns:
        builder
      • networkInterfaceId

        public TrafficMirrorTargetArgs.Builder networkInterfaceId​(@Nullable
                                                                  com.pulumi.core.Output<java.lang.String> networkInterfaceId)
        Parameters:
        networkInterfaceId - The network interface ID that is associated with the target.
        Returns:
        builder
      • networkInterfaceId

        public TrafficMirrorTargetArgs.Builder networkInterfaceId​(java.lang.String networkInterfaceId)
        Parameters:
        networkInterfaceId - The network interface ID that is associated with the target.
        Returns:
        builder
      • networkLoadBalancerArn

        public TrafficMirrorTargetArgs.Builder networkLoadBalancerArn​(@Nullable
                                                                      com.pulumi.core.Output<java.lang.String> networkLoadBalancerArn)
        Parameters:
        networkLoadBalancerArn - The Amazon Resource Name (ARN) of the Network Load Balancer that is associated with the target.
        Returns:
        builder
      • networkLoadBalancerArn

        public TrafficMirrorTargetArgs.Builder networkLoadBalancerArn​(java.lang.String networkLoadBalancerArn)
        Parameters:
        networkLoadBalancerArn - The Amazon Resource Name (ARN) of the Network Load Balancer that is associated with the target.
        Returns:
        builder
      • tags

        public TrafficMirrorTargetArgs.Builder tags​(@Nullable
                                                    com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>> tags)
        Parameters:
        tags - 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
        Returns:
        builder
      • tags

        public TrafficMirrorTargetArgs.Builder tags​(java.util.Map<java.lang.String,​java.lang.String> tags)
        Parameters:
        tags - 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
        Returns:
        builder