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