Class SslInboundInspectionProfile.Builder
- java.lang.Object
- 
- com.oracle.bmc.networkfirewall.model.SslInboundInspectionProfile.Builder
 
- 
- Enclosing class:
- SslInboundInspectionProfile
 
 public static class SslInboundInspectionProfile.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description SslInboundInspectionProfilebuild()SslInboundInspectionProfile.Buildercopy(SslInboundInspectionProfile model)SslInboundInspectionProfile.BuilderisOutOfCapacityBlocked(Boolean isOutOfCapacityBlocked)Whether to block sessions if the firewall is temporarily unable to decrypt their traffic.SslInboundInspectionProfile.BuilderisUnsupportedCipherBlocked(Boolean isUnsupportedCipherBlocked)Whether to block sessions if SSL cipher suite is not supported.SslInboundInspectionProfile.BuilderisUnsupportedVersionBlocked(Boolean isUnsupportedVersionBlocked)Whether to block sessions if SSL version is not supported.SslInboundInspectionProfile.Buildername(String name)SslInboundInspectionProfile.BuilderparentResourceId(String parentResourceId)
 
- 
- 
- 
Method Detail- 
namepublic SslInboundInspectionProfile.Builder name(String name) 
 - 
parentResourceIdpublic SslInboundInspectionProfile.Builder parentResourceId(String parentResourceId) 
 - 
isUnsupportedVersionBlockedpublic SslInboundInspectionProfile.Builder isUnsupportedVersionBlocked(Boolean isUnsupportedVersionBlocked) Whether to block sessions if SSL version is not supported.- Parameters:
- isUnsupportedVersionBlocked- the value to set
- Returns:
- this builder
 
 - 
isUnsupportedCipherBlockedpublic SslInboundInspectionProfile.Builder isUnsupportedCipherBlocked(Boolean isUnsupportedCipherBlocked) Whether to block sessions if SSL cipher suite is not supported.- Parameters:
- isUnsupportedCipherBlocked- the value to set
- Returns:
- this builder
 
 - 
isOutOfCapacityBlockedpublic SslInboundInspectionProfile.Builder isOutOfCapacityBlocked(Boolean isOutOfCapacityBlocked) Whether to block sessions if the firewall is temporarily unable to decrypt their traffic.- Parameters:
- isOutOfCapacityBlocked- the value to set
- Returns:
- this builder
 
 - 
buildpublic SslInboundInspectionProfile build() 
 - 
copypublic SslInboundInspectionProfile.Builder copy(SslInboundInspectionProfile model) 
 
- 
 
-