Class UpdateSslInboundInspectionProfileDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.networkfirewall.model.UpdateSslInboundInspectionProfileDetails.Builder
 
- 
- Enclosing class:
- UpdateSslInboundInspectionProfileDetails
 
 public static class UpdateSslInboundInspectionProfileDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateSslInboundInspectionProfileDetailsbuild()UpdateSslInboundInspectionProfileDetails.Buildercopy(UpdateSslInboundInspectionProfileDetails model)UpdateSslInboundInspectionProfileDetails.BuilderisOutOfCapacityBlocked(Boolean isOutOfCapacityBlocked)Whether to block sessions if the firewall is temporarily unable to decrypt their traffic.UpdateSslInboundInspectionProfileDetails.BuilderisUnsupportedCipherBlocked(Boolean isUnsupportedCipherBlocked)Whether to block sessions if SSL cipher suite is not supported.UpdateSslInboundInspectionProfileDetails.BuilderisUnsupportedVersionBlocked(Boolean isUnsupportedVersionBlocked)Whether to block sessions if SSL version is not supported.
 
- 
- 
- 
Method Detail- 
isUnsupportedVersionBlockedpublic UpdateSslInboundInspectionProfileDetails.Builder isUnsupportedVersionBlocked(Boolean isUnsupportedVersionBlocked) Whether to block sessions if SSL version is not supported.- Parameters:
- isUnsupportedVersionBlocked- the value to set
- Returns:
- this builder
 
 - 
isUnsupportedCipherBlockedpublic UpdateSslInboundInspectionProfileDetails.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 UpdateSslInboundInspectionProfileDetails.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 UpdateSslInboundInspectionProfileDetails build() 
 - 
copypublic UpdateSslInboundInspectionProfileDetails.Builder copy(UpdateSslInboundInspectionProfileDetails model) 
 
- 
 
-