Package com.oracle.bmc.servicemesh.model
Class IngressListenerClientValidationConfig.Builder
- java.lang.Object
-
- com.oracle.bmc.servicemesh.model.IngressListenerClientValidationConfig.Builder
-
- Enclosing class:
- IngressListenerClientValidationConfig
public static class IngressListenerClientValidationConfig.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IngressListenerClientValidationConfig
build()
IngressListenerClientValidationConfig.Builder
copy(IngressListenerClientValidationConfig model)
IngressListenerClientValidationConfig.Builder
subjectAlternateNames(List<String> subjectAlternateNames)
A list of alternate names to verify the subject identity in the certificate presented by the client.IngressListenerClientValidationConfig.Builder
trustedCaBundle(CaBundle trustedCaBundle)
-
-
-
Method Detail
-
trustedCaBundle
public IngressListenerClientValidationConfig.Builder trustedCaBundle(CaBundle trustedCaBundle)
-
subjectAlternateNames
public IngressListenerClientValidationConfig.Builder subjectAlternateNames(List<String> subjectAlternateNames)
A list of alternate names to verify the subject identity in the certificate presented by the client.- Parameters:
subjectAlternateNames
- the value to set- Returns:
- this builder
-
build
public IngressListenerClientValidationConfig build()
-
copy
public IngressListenerClientValidationConfig.Builder copy(IngressListenerClientValidationConfig model)
-
-