Class IKEPolicyPatch.Builder
java.lang.Object
com.ibm.cloud.is.vpc.v1.model.IKEPolicyPatch.Builder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionauthenticationAlgorithm
(String authenticationAlgorithm) Set the authenticationAlgorithm.build()
Builds a IKEPolicyPatch.dhGroup
(long dhGroup) Set the dhGroup.encryptionAlgorithm
(String encryptionAlgorithm) Set the encryptionAlgorithm.ikeVersion
(long ikeVersion) Set the ikeVersion.keyLifetime
(long keyLifetime) Set the keyLifetime.Set the name.
-
Constructor Details
-
Builder
public Builder()Instantiates a new builder.
-
-
Method Details
-
build
-
authenticationAlgorithm
Set the authenticationAlgorithm.- Parameters:
authenticationAlgorithm
- the authenticationAlgorithm- Returns:
- the IKEPolicyPatch builder
-
dhGroup
Set the dhGroup.- Parameters:
dhGroup
- the dhGroup- Returns:
- the IKEPolicyPatch builder
-
encryptionAlgorithm
Set the encryptionAlgorithm.- Parameters:
encryptionAlgorithm
- the encryptionAlgorithm- Returns:
- the IKEPolicyPatch builder
-
ikeVersion
Set the ikeVersion.- Parameters:
ikeVersion
- the ikeVersion- Returns:
- the IKEPolicyPatch builder
-
keyLifetime
Set the keyLifetime.- Parameters:
keyLifetime
- the keyLifetime- Returns:
- the IKEPolicyPatch builder
-
name
Set the name.- Parameters:
name
- the name- Returns:
- the IKEPolicyPatch builder
-