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