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