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