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