Uses of Class
com.oracle.bmc.networkfirewall.model.DecryptionRule.Builder
-
Packages that use DecryptionRule.Builder Package Description com.oracle.bmc.networkfirewall.model -
-
Uses of DecryptionRule.Builder in com.oracle.bmc.networkfirewall.model
Methods in com.oracle.bmc.networkfirewall.model that return DecryptionRule.Builder Modifier and Type Method Description DecryptionRule.Builder
DecryptionRule.Builder. action(DecryptionActionType action)
Action:static DecryptionRule.Builder
DecryptionRule. builder()
Create a new builder.DecryptionRule.Builder
DecryptionRule.Builder. condition(DecryptionRuleMatchCriteria condition)
DecryptionRule.Builder
DecryptionRule.Builder. copy(DecryptionRule model)
DecryptionRule.Builder
DecryptionRule.Builder. decryptionProfile(String decryptionProfile)
The name of the decryption profile to use.DecryptionRule.Builder
DecryptionRule.Builder. name(String name)
Name for the decryption rule, must be unique within the policy.DecryptionRule.Builder
DecryptionRule.Builder. parentResourceId(String parentResourceId)
OCID of the Network Firewall Policy this decryption rule belongs to.DecryptionRule.Builder
DecryptionRule.Builder. position(RulePosition position)
DecryptionRule.Builder
DecryptionRule.Builder. secret(String secret)
The name of a mapped secret.DecryptionRule.Builder
DecryptionRule. toBuilder()
-