public static class DecryptionProfileSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
DecryptionProfileSummary |
build() |
DecryptionProfileSummary.Builder |
copy(DecryptionProfileSummary model) |
DecryptionProfileSummary.Builder |
name(String name)
Name of the secret.
|
DecryptionProfileSummary.Builder |
parentResourceId(String parentResourceId)
OCID of the Network Firewall Policy this decryption profile belongs to.
|
DecryptionProfileSummary.Builder |
type(InspectionType type)
Type of the secrets mapped based on the policy.
|
public DecryptionProfileSummary.Builder name(String name)
Name of the secret.
name
- the value to setpublic DecryptionProfileSummary.Builder type(InspectionType type)
Type of the secrets mapped based on the policy.
SSL_INBOUND_INSPECTION
: For Inbound inspection of SSL traffic. * SSL_FORWARD_PROXY
: For forward proxy certificates for SSL inspection.
type
- the value to setpublic DecryptionProfileSummary.Builder parentResourceId(String parentResourceId)
OCID of the Network Firewall Policy this decryption profile belongs to.
parentResourceId
- the value to setpublic DecryptionProfileSummary build()
public DecryptionProfileSummary.Builder copy(DecryptionProfileSummary model)
Copyright © 2016–2024. All rights reserved.