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