Uses of Interface
software.amazon.awssdk.services.fms.model.EntryDescription.Builder
-
Packages that use EntryDescription.Builder Package Description software.amazon.awssdk.services.fms.model -
-
Uses of EntryDescription.Builder in software.amazon.awssdk.services.fms.model
Methods in software.amazon.awssdk.services.fms.model that return EntryDescription.Builder Modifier and Type Method Description static EntryDescription.BuilderEntryDescription. builder()default EntryDescription.BuilderEntryDescription.Builder. entryDetail(Consumer<NetworkAclEntry.Builder> entryDetail)Describes a rule in a network ACL.EntryDescription.BuilderEntryDescription.Builder. entryDetail(NetworkAclEntry entryDetail)Describes a rule in a network ACL.EntryDescription.BuilderEntryDescription.Builder. entryRuleNumber(Integer entryRuleNumber)The rule number for the entry.EntryDescription.BuilderEntryDescription.Builder. entryType(String entryType)Specifies whether the entry is managed by Firewall Manager or by a user, and, for Firewall Manager-managed entries, specifies whether the entry is among those that run first in the network ACL or those that run last.EntryDescription.BuilderEntryDescription.Builder. entryType(EntryType entryType)Specifies whether the entry is managed by Firewall Manager or by a user, and, for Firewall Manager-managed entries, specifies whether the entry is among those that run first in the network ACL or those that run last.EntryDescription.BuilderEntryDescription. toBuilder()Methods in software.amazon.awssdk.services.fms.model that return types with arguments of type EntryDescription.Builder Modifier and Type Method Description static Class<? extends EntryDescription.Builder>EntryDescription. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.fms.model with type arguments of type EntryDescription.Builder Modifier and Type Method Description default EntryViolation.BuilderEntryViolation.Builder. entryAtExpectedEvaluationOrder(Consumer<EntryDescription.Builder> entryAtExpectedEvaluationOrder)The entry that's currently in theExpectedEvaluationOrderlocation, in place of the expected entry.default EntryViolation.BuilderEntryViolation.Builder. expectedEntry(Consumer<EntryDescription.Builder> expectedEntry)The Firewall Manager-managed network ACL entry that is involved in the entry violation.
-