Class DecryptionProfileSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.networkfirewall.model.DecryptionProfileSummary.Builder
-
- Enclosing class:
- DecryptionProfileSummary
public static class DecryptionProfileSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
name
public DecryptionProfileSummary.Builder name(String name)
Name of the secret.- Parameters:
name
- the value to set- Returns:
- this builder
-
type
public 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.
- Parameters:
type
- the value to set- Returns:
- this builder
-
parentResourceId
public DecryptionProfileSummary.Builder parentResourceId(String parentResourceId)
OCID of the Network Firewall Policy this decryption profile belongs to.- Parameters:
parentResourceId
- the value to set- Returns:
- this builder
-
build
public DecryptionProfileSummary build()
-
copy
public DecryptionProfileSummary.Builder copy(DecryptionProfileSummary model)
-
-