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