public static interface CreateTrafficMirrorSessionRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<CreateTrafficMirrorSessionRequest.Builder,CreateTrafficMirrorSessionRequest>
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
CreateTrafficMirrorSessionRequest.Builder networkInterfaceId(String networkInterfaceId)
The ID of the source network interface.
networkInterfaceId
- The ID of the source network interface.CreateTrafficMirrorSessionRequest.Builder trafficMirrorTargetId(String trafficMirrorTargetId)
The ID of the Traffic Mirror target.
trafficMirrorTargetId
- The ID of the Traffic Mirror target.CreateTrafficMirrorSessionRequest.Builder trafficMirrorFilterId(String trafficMirrorFilterId)
The ID of the Traffic Mirror filter.
trafficMirrorFilterId
- The ID of the Traffic Mirror filter.CreateTrafficMirrorSessionRequest.Builder packetLength(Integer packetLength)
The number of bytes in each packet to mirror. These are bytes after the VXLAN header. Do not specify this parameter when you want to mirror the entire packet. To mirror a subset of the packet, set this to the length (in bytes) that you want to mirror. For example, if you set this value to 100, then the first 100 bytes that meet the filter criteria are copied to the target.
If you do not want to mirror the entire packet, use the PacketLength
parameter to specify the
number of bytes in each packet to mirror.
packetLength
- The number of bytes in each packet to mirror. These are bytes after the VXLAN header. Do not specify
this parameter when you want to mirror the entire packet. To mirror a subset of the packet, set this
to the length (in bytes) that you want to mirror. For example, if you set this value to 100, then the
first 100 bytes that meet the filter criteria are copied to the target.
If you do not want to mirror the entire packet, use the PacketLength
parameter to specify
the number of bytes in each packet to mirror.
CreateTrafficMirrorSessionRequest.Builder sessionNumber(Integer sessionNumber)
The session number determines the order in which sessions are evaluated when an interface is used by multiple sessions. The first session with a matching filter is the one that mirrors the packets.
Valid values are 1-32766.
sessionNumber
- The session number determines the order in which sessions are evaluated when an interface is used by
multiple sessions. The first session with a matching filter is the one that mirrors the packets.
Valid values are 1-32766.
CreateTrafficMirrorSessionRequest.Builder virtualNetworkId(Integer virtualNetworkId)
The VXLAN ID for the Traffic Mirror session. For more information about the VXLAN protocol, see RFC 7348. If you do not specify a
VirtualNetworkId
, an account-wide unique id is chosen at random.
virtualNetworkId
- The VXLAN ID for the Traffic Mirror session. For more information about the VXLAN protocol, see RFC 7348. If you do not specify a
VirtualNetworkId
, an account-wide unique id is chosen at random.CreateTrafficMirrorSessionRequest.Builder description(String description)
The description of the Traffic Mirror session.
description
- The description of the Traffic Mirror session.CreateTrafficMirrorSessionRequest.Builder tagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to assign to a Traffic Mirror session.
tagSpecifications
- The tags to assign to a Traffic Mirror session.CreateTrafficMirrorSessionRequest.Builder tagSpecifications(TagSpecification... tagSpecifications)
The tags to assign to a Traffic Mirror session.
tagSpecifications
- The tags to assign to a Traffic Mirror session.CreateTrafficMirrorSessionRequest.Builder tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications)
The tags to assign to a Traffic Mirror session.
This is a convenience that creates an instance of theList.Builder
avoiding the
need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and
its result is passed to #tagSpecifications(List)
.tagSpecifications
- a consumer that will call methods on List.Builder
#tagSpecifications(List)
CreateTrafficMirrorSessionRequest.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.
clientToken
- Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more
information, see How to
Ensure Idempotency.CreateTrafficMirrorSessionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
CreateTrafficMirrorSessionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2021. All rights reserved.