Interface PartialMatch.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<PartialMatch.Builder,PartialMatch>,SdkBuilder<PartialMatch.Builder,PartialMatch>,SdkPojo
- Enclosing class:
- PartialMatch
public static interface PartialMatch.Builder extends SdkPojo, CopyableBuilder<PartialMatch.Builder,PartialMatch>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PartialMatch.Builderreference(String reference)The reference rule from the primary security group of the Firewall Manager policy.PartialMatch.BuildertargetViolationReasons(String... targetViolationReasons)The violation reason.PartialMatch.BuildertargetViolationReasons(Collection<String> targetViolationReasons)The violation reason.-
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, sdkFields
-
-
-
-
Method Detail
-
reference
PartialMatch.Builder reference(String reference)
The reference rule from the primary security group of the Firewall Manager policy.
- Parameters:
reference- The reference rule from the primary security group of the Firewall Manager policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetViolationReasons
PartialMatch.Builder targetViolationReasons(Collection<String> targetViolationReasons)
The violation reason.
- Parameters:
targetViolationReasons- The violation reason.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetViolationReasons
PartialMatch.Builder targetViolationReasons(String... targetViolationReasons)
The violation reason.
- Parameters:
targetViolationReasons- The violation reason.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-