Interface TCPFlagField.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TCPFlagField.Builder,TCPFlagField>,SdkBuilder<TCPFlagField.Builder,TCPFlagField>,SdkPojo
- Enclosing class:
- TCPFlagField
public static interface TCPFlagField.Builder extends SdkPojo, CopyableBuilder<TCPFlagField.Builder,TCPFlagField>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TCPFlagField.Builderflags(Collection<TCPFlag> flags)Used in conjunction with theMaskssetting to define the flags that must be set and flags that must not be set in order for the packet to match.TCPFlagField.Builderflags(TCPFlag... flags)Used in conjunction with theMaskssetting to define the flags that must be set and flags that must not be set in order for the packet to match.TCPFlagField.BuilderflagsWithStrings(String... flags)Used in conjunction with theMaskssetting to define the flags that must be set and flags that must not be set in order for the packet to match.TCPFlagField.BuilderflagsWithStrings(Collection<String> flags)Used in conjunction with theMaskssetting to define the flags that must be set and flags that must not be set in order for the packet to match.TCPFlagField.Buildermasks(Collection<TCPFlag> masks)The set of flags to consider in the inspection.TCPFlagField.Buildermasks(TCPFlag... masks)The set of flags to consider in the inspection.TCPFlagField.BuildermasksWithStrings(String... masks)The set of flags to consider in the inspection.TCPFlagField.BuildermasksWithStrings(Collection<String> masks)The set of flags to consider in the inspection.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
flagsWithStrings
TCPFlagField.Builder flagsWithStrings(Collection<String> flags)
Used in conjunction with the
Maskssetting to define the flags that must be set and flags that must not be set in order for the packet to match. This setting can only specify values that are also specified in theMaskssetting.For the flags that are specified in the masks setting, the following must be true for the packet to match:
-
The ones that are set in this flags setting must be set in the packet.
-
The ones that are not set in this flags setting must also not be set in the packet.
- Parameters:
flags- Used in conjunction with theMaskssetting to define the flags that must be set and flags that must not be set in order for the packet to match. This setting can only specify values that are also specified in theMaskssetting.For the flags that are specified in the masks setting, the following must be true for the packet to match:
-
The ones that are set in this flags setting must be set in the packet.
-
The ones that are not set in this flags setting must also not be set in the packet.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
flagsWithStrings
TCPFlagField.Builder flagsWithStrings(String... flags)
Used in conjunction with the
Maskssetting to define the flags that must be set and flags that must not be set in order for the packet to match. This setting can only specify values that are also specified in theMaskssetting.For the flags that are specified in the masks setting, the following must be true for the packet to match:
-
The ones that are set in this flags setting must be set in the packet.
-
The ones that are not set in this flags setting must also not be set in the packet.
- Parameters:
flags- Used in conjunction with theMaskssetting to define the flags that must be set and flags that must not be set in order for the packet to match. This setting can only specify values that are also specified in theMaskssetting.For the flags that are specified in the masks setting, the following must be true for the packet to match:
-
The ones that are set in this flags setting must be set in the packet.
-
The ones that are not set in this flags setting must also not be set in the packet.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
flags
TCPFlagField.Builder flags(Collection<TCPFlag> flags)
Used in conjunction with the
Maskssetting to define the flags that must be set and flags that must not be set in order for the packet to match. This setting can only specify values that are also specified in theMaskssetting.For the flags that are specified in the masks setting, the following must be true for the packet to match:
-
The ones that are set in this flags setting must be set in the packet.
-
The ones that are not set in this flags setting must also not be set in the packet.
- Parameters:
flags- Used in conjunction with theMaskssetting to define the flags that must be set and flags that must not be set in order for the packet to match. This setting can only specify values that are also specified in theMaskssetting.For the flags that are specified in the masks setting, the following must be true for the packet to match:
-
The ones that are set in this flags setting must be set in the packet.
-
The ones that are not set in this flags setting must also not be set in the packet.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
flags
TCPFlagField.Builder flags(TCPFlag... flags)
Used in conjunction with the
Maskssetting to define the flags that must be set and flags that must not be set in order for the packet to match. This setting can only specify values that are also specified in theMaskssetting.For the flags that are specified in the masks setting, the following must be true for the packet to match:
-
The ones that are set in this flags setting must be set in the packet.
-
The ones that are not set in this flags setting must also not be set in the packet.
- Parameters:
flags- Used in conjunction with theMaskssetting to define the flags that must be set and flags that must not be set in order for the packet to match. This setting can only specify values that are also specified in theMaskssetting.For the flags that are specified in the masks setting, the following must be true for the packet to match:
-
The ones that are set in this flags setting must be set in the packet.
-
The ones that are not set in this flags setting must also not be set in the packet.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
masksWithStrings
TCPFlagField.Builder masksWithStrings(Collection<String> masks)
The set of flags to consider in the inspection. To inspect all flags in the valid values list, leave this with no setting.
- Parameters:
masks- The set of flags to consider in the inspection. To inspect all flags in the valid values list, leave this with no setting.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
masksWithStrings
TCPFlagField.Builder masksWithStrings(String... masks)
The set of flags to consider in the inspection. To inspect all flags in the valid values list, leave this with no setting.
- Parameters:
masks- The set of flags to consider in the inspection. To inspect all flags in the valid values list, leave this with no setting.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
masks
TCPFlagField.Builder masks(Collection<TCPFlag> masks)
The set of flags to consider in the inspection. To inspect all flags in the valid values list, leave this with no setting.
- Parameters:
masks- The set of flags to consider in the inspection. To inspect all flags in the valid values list, leave this with no setting.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
masks
TCPFlagField.Builder masks(TCPFlag... masks)
The set of flags to consider in the inspection. To inspect all flags in the valid values list, leave this with no setting.
- Parameters:
masks- The set of flags to consider in the inspection. To inspect all flags in the valid values list, leave this with no setting.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-