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