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