public static class DecryptionRule.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
DecryptionRule.Builder |
action(DecryptionActionType action)
Action:
|
DecryptionRule |
build() |
DecryptionRule.Builder |
condition(DecryptionRuleMatchCriteria condition) |
DecryptionRule.Builder |
copy(DecryptionRule model) |
DecryptionRule.Builder |
decryptionProfile(String decryptionProfile)
The name of the decryption profile to use.
|
DecryptionRule.Builder |
name(String name)
Name for the decryption rule, must be unique within the policy.
|
DecryptionRule.Builder |
parentResourceId(String parentResourceId)
OCID of the Network Firewall Policy this decryption rule belongs to.
|
DecryptionRule.Builder |
position(RulePosition position) |
DecryptionRule.Builder |
secret(String secret)
The name of a mapped secret.
|
public DecryptionRule.Builder name(String name)
Name for the decryption rule, must be unique within the policy.
name
- the value to setpublic DecryptionRule.Builder condition(DecryptionRuleMatchCriteria condition)
public DecryptionRule.Builder action(DecryptionActionType action)
Action:
NO_DECRYPT - Matching traffic is not decrypted. * DECRYPT - Matching traffic is
decrypted with the specified secret
according to the specified decryptionProfile
.
action
- the value to setpublic DecryptionRule.Builder decryptionProfile(String decryptionProfile)
The name of the decryption profile to use.
decryptionProfile
- the value to setpublic DecryptionRule.Builder secret(String secret)
The name of a mapped secret. Its type
must match that of the specified decryption
profile.
secret
- the value to setpublic DecryptionRule.Builder position(RulePosition position)
public DecryptionRule.Builder parentResourceId(String parentResourceId)
OCID of the Network Firewall Policy this decryption rule belongs to.
parentResourceId
- the value to setpublic DecryptionRule build()
public DecryptionRule.Builder copy(DecryptionRule model)
Copyright © 2016–2024. All rights reserved.