public static class UpdateDecryptionRuleDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UpdateDecryptionRuleDetails.Builder |
action(DecryptionActionType action)
Action:
|
UpdateDecryptionRuleDetails |
build() |
UpdateDecryptionRuleDetails.Builder |
condition(DecryptionRuleMatchCriteria condition) |
UpdateDecryptionRuleDetails.Builder |
copy(UpdateDecryptionRuleDetails model) |
UpdateDecryptionRuleDetails.Builder |
decryptionProfile(String decryptionProfile)
The name of the decryption profile to use.
|
UpdateDecryptionRuleDetails.Builder |
position(RulePosition position) |
UpdateDecryptionRuleDetails.Builder |
secret(String secret)
The name of a mapped secret.
|
public UpdateDecryptionRuleDetails.Builder condition(DecryptionRuleMatchCriteria condition)
public UpdateDecryptionRuleDetails.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 UpdateDecryptionRuleDetails.Builder decryptionProfile(String decryptionProfile)
The name of the decryption profile to use.
decryptionProfile
- the value to setpublic UpdateDecryptionRuleDetails.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 UpdateDecryptionRuleDetails.Builder position(RulePosition position)
public UpdateDecryptionRuleDetails build()
public UpdateDecryptionRuleDetails.Builder copy(UpdateDecryptionRuleDetails model)
Copyright © 2016–2024. All rights reserved.