Class DefaultPhaseTwoParameters.Builder
- java.lang.Object
-
- com.oracle.bmc.vnmonitoring.model.DefaultPhaseTwoParameters.Builder
-
- Enclosing class:
- DefaultPhaseTwoParameters
public static class DefaultPhaseTwoParameters.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DefaultPhaseTwoParameters
build()
DefaultPhaseTwoParameters.Builder
copy(DefaultPhaseTwoParameters model)
DefaultPhaseTwoParameters.Builder
defaultAuthenticationAlgorithms(List<String> defaultAuthenticationAlgorithms)
Default phase two authentication algorithms.DefaultPhaseTwoParameters.Builder
defaultEncryptionAlgorithms(List<String> defaultEncryptionAlgorithms)
Default phase two encryption algorithms.DefaultPhaseTwoParameters.Builder
defaultPfsDhGroup(String defaultPfsDhGroup)
Default perfect forward secrecy Diffie-Hellman groups.
-
-
-
Method Detail
-
defaultEncryptionAlgorithms
public DefaultPhaseTwoParameters.Builder defaultEncryptionAlgorithms(List<String> defaultEncryptionAlgorithms)
Default phase two encryption algorithms.- Parameters:
defaultEncryptionAlgorithms
- the value to set- Returns:
- this builder
-
defaultAuthenticationAlgorithms
public DefaultPhaseTwoParameters.Builder defaultAuthenticationAlgorithms(List<String> defaultAuthenticationAlgorithms)
Default phase two authentication algorithms.- Parameters:
defaultAuthenticationAlgorithms
- the value to set- Returns:
- this builder
-
defaultPfsDhGroup
public DefaultPhaseTwoParameters.Builder defaultPfsDhGroup(String defaultPfsDhGroup)
Default perfect forward secrecy Diffie-Hellman groups.- Parameters:
defaultPfsDhGroup
- the value to set- Returns:
- this builder
-
build
public DefaultPhaseTwoParameters build()
-
copy
public DefaultPhaseTwoParameters.Builder copy(DefaultPhaseTwoParameters model)
-
-