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