Class MappedSecretSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.networkfirewall.model.MappedSecretSummary.Builder
-
- Enclosing class:
- MappedSecretSummary
public static class MappedSecretSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MappedSecretSummary
build()
MappedSecretSummary.Builder
copy(MappedSecretSummary model)
MappedSecretSummary.Builder
name(String name)
Name of the secret.MappedSecretSummary.Builder
parentResourceId(String parentResourceId)
OCID of the Network Firewall Policy this mapped secret belongs to.MappedSecretSummary.Builder
source(String source)
Source of the secrets, where the secrets are stored.MappedSecretSummary.Builder
type(InspectionType type)
Type of the secrets mapped based on the policy.
-
-
-
Method Detail
-
name
public MappedSecretSummary.Builder name(String name)
Name of the secret.- Parameters:
name
- the value to set- Returns:
- this builder
-
source
public MappedSecretSummary.Builder source(String source)
Source of the secrets, where the secrets are stored.- Parameters:
source
- the value to set- Returns:
- this builder
-
type
public MappedSecretSummary.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 MappedSecretSummary.Builder parentResourceId(String parentResourceId)
OCID of the Network Firewall Policy this mapped secret belongs to.- Parameters:
parentResourceId
- the value to set- Returns:
- this builder
-
build
public MappedSecretSummary build()
-
copy
public MappedSecretSummary.Builder copy(MappedSecretSummary model)
-
-