public static interface ModifyTrafficMirrorSessionRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<ModifyTrafficMirrorSessionRequest.Builder,ModifyTrafficMirrorSessionRequest>
Modifier and Type | Method and Description |
---|---|
ModifyTrafficMirrorSessionRequest.Builder |
description(String description)
The description to assign to the Traffic Mirror session.
|
ModifyTrafficMirrorSessionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ModifyTrafficMirrorSessionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ModifyTrafficMirrorSessionRequest.Builder |
packetLength(Integer packetLength)
The number of bytes in each packet to mirror.
|
ModifyTrafficMirrorSessionRequest.Builder |
removeFields(Collection<TrafficMirrorSessionField> removeFields)
The properties that you want to remove from the Traffic Mirror session.
|
ModifyTrafficMirrorSessionRequest.Builder |
removeFields(TrafficMirrorSessionField... removeFields)
The properties that you want to remove from the Traffic Mirror session.
|
ModifyTrafficMirrorSessionRequest.Builder |
removeFieldsWithStrings(Collection<String> removeFields)
The properties that you want to remove from the Traffic Mirror session.
|
ModifyTrafficMirrorSessionRequest.Builder |
removeFieldsWithStrings(String... removeFields)
The properties that you want to remove from the Traffic Mirror session.
|
ModifyTrafficMirrorSessionRequest.Builder |
sessionNumber(Integer sessionNumber)
The session number determines the order in which sessions are evaluated when an interface is used by multiple
sessions.
|
ModifyTrafficMirrorSessionRequest.Builder |
trafficMirrorFilterId(String trafficMirrorFilterId)
The ID of the Traffic Mirror filter.
|
ModifyTrafficMirrorSessionRequest.Builder |
trafficMirrorSessionId(String trafficMirrorSessionId)
The ID of the Traffic Mirror session.
|
ModifyTrafficMirrorSessionRequest.Builder |
trafficMirrorTargetId(String trafficMirrorTargetId)
The Traffic Mirror target.
|
ModifyTrafficMirrorSessionRequest.Builder |
virtualNetworkId(Integer virtualNetworkId)
The virtual network ID of the Traffic Mirror session.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
ModifyTrafficMirrorSessionRequest.Builder trafficMirrorSessionId(String trafficMirrorSessionId)
The ID of the Traffic Mirror session.
trafficMirrorSessionId
- The ID of the Traffic Mirror session.ModifyTrafficMirrorSessionRequest.Builder trafficMirrorTargetId(String trafficMirrorTargetId)
The Traffic Mirror target. The target must be in the same VPC as the source, or have a VPC peering connection with the source.
trafficMirrorTargetId
- The Traffic Mirror target. The target must be in the same VPC as the source, or have a VPC peering
connection with the source.ModifyTrafficMirrorSessionRequest.Builder trafficMirrorFilterId(String trafficMirrorFilterId)
The ID of the Traffic Mirror filter.
trafficMirrorFilterId
- The ID of the Traffic Mirror filter.ModifyTrafficMirrorSessionRequest.Builder packetLength(Integer packetLength)
The number of bytes in each packet to mirror. These are bytes after the VXLAN header. To mirror a subset, set this to the length (in bytes) 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. Do not specify this parameter when you want to mirror the entire packet.
packetLength
- The number of bytes in each packet to mirror. These are bytes after the VXLAN header. To mirror a
subset, set this to the length (in bytes) 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. Do not specify this
parameter when you want to mirror the entire packet.ModifyTrafficMirrorSessionRequest.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.
ModifyTrafficMirrorSessionRequest.Builder virtualNetworkId(Integer virtualNetworkId)
The virtual network ID of the Traffic Mirror session.
virtualNetworkId
- The virtual network ID of the Traffic Mirror session.ModifyTrafficMirrorSessionRequest.Builder description(String description)
The description to assign to the Traffic Mirror session.
description
- The description to assign to the Traffic Mirror session.ModifyTrafficMirrorSessionRequest.Builder removeFieldsWithStrings(Collection<String> removeFields)
The properties that you want to remove from the Traffic Mirror session.
When you remove a property from a Traffic Mirror session, the property is set to the default.
removeFields
- The properties that you want to remove from the Traffic Mirror session.
When you remove a property from a Traffic Mirror session, the property is set to the default.
ModifyTrafficMirrorSessionRequest.Builder removeFieldsWithStrings(String... removeFields)
The properties that you want to remove from the Traffic Mirror session.
When you remove a property from a Traffic Mirror session, the property is set to the default.
removeFields
- The properties that you want to remove from the Traffic Mirror session.
When you remove a property from a Traffic Mirror session, the property is set to the default.
ModifyTrafficMirrorSessionRequest.Builder removeFields(Collection<TrafficMirrorSessionField> removeFields)
The properties that you want to remove from the Traffic Mirror session.
When you remove a property from a Traffic Mirror session, the property is set to the default.
removeFields
- The properties that you want to remove from the Traffic Mirror session.
When you remove a property from a Traffic Mirror session, the property is set to the default.
ModifyTrafficMirrorSessionRequest.Builder removeFields(TrafficMirrorSessionField... removeFields)
The properties that you want to remove from the Traffic Mirror session.
When you remove a property from a Traffic Mirror session, the property is set to the default.
removeFields
- The properties that you want to remove from the Traffic Mirror session.
When you remove a property from a Traffic Mirror session, the property is set to the default.
ModifyTrafficMirrorSessionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
ModifyTrafficMirrorSessionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2021. All rights reserved.