Interface CreateTrafficMirrorTargetRequest.Builder

    • Method Detail

      • networkInterfaceId

        CreateTrafficMirrorTargetRequest.Builder networkInterfaceId​(String networkInterfaceId)

        The network interface ID that is associated with the target.

        Parameters:
        networkInterfaceId - The network interface ID that is associated with the target.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • networkLoadBalancerArn

        CreateTrafficMirrorTargetRequest.Builder networkLoadBalancerArn​(String networkLoadBalancerArn)

        The Amazon Resource Name (ARN) of the Network Load Balancer that is associated with the target.

        Parameters:
        networkLoadBalancerArn - The Amazon Resource Name (ARN) of the Network Load Balancer that is associated with the target.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        CreateTrafficMirrorTargetRequest.Builder description​(String description)

        The description of the Traffic Mirror target.

        Parameters:
        description - The description of the Traffic Mirror target.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tagSpecifications

        CreateTrafficMirrorTargetRequest.Builder tagSpecifications​(Collection<TagSpecification> tagSpecifications)

        The tags to assign to the Traffic Mirror target.

        Parameters:
        tagSpecifications - The tags to assign to the Traffic Mirror target.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tagSpecifications

        CreateTrafficMirrorTargetRequest.Builder tagSpecifications​(TagSpecification... tagSpecifications)

        The tags to assign to the Traffic Mirror target.

        Parameters:
        tagSpecifications - The tags to assign to the Traffic Mirror target.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dryRun

        CreateTrafficMirrorTargetRequest.Builder dryRun​(Boolean dryRun)

        Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

        Parameters:
        dryRun - Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clientToken

        CreateTrafficMirrorTargetRequest.Builder clientToken​(String clientToken)

        Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.

        Parameters:
        clientToken - Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • gatewayLoadBalancerEndpointId

        CreateTrafficMirrorTargetRequest.Builder gatewayLoadBalancerEndpointId​(String gatewayLoadBalancerEndpointId)

        The ID of the Gateway Load Balancer endpoint.

        Parameters:
        gatewayLoadBalancerEndpointId - The ID of the Gateway Load Balancer endpoint.
        Returns:
        Returns a reference to this object so that method calls can be chained together.