Class UpdateIPSecConnectionTunnelSharedSecretDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.vnmonitoring.model.UpdateIPSecConnectionTunnelSharedSecretDetails.Builder
-
- Enclosing class:
- UpdateIPSecConnectionTunnelSharedSecretDetails
public static class UpdateIPSecConnectionTunnelSharedSecretDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateIPSecConnectionTunnelSharedSecretDetails
build()
UpdateIPSecConnectionTunnelSharedSecretDetails.Builder
copy(UpdateIPSecConnectionTunnelSharedSecretDetails model)
UpdateIPSecConnectionTunnelSharedSecretDetails.Builder
sharedSecret(String sharedSecret)
The shared secret (pre-shared key) to use for the tunnel.
-
-
-
Method Detail
-
sharedSecret
public UpdateIPSecConnectionTunnelSharedSecretDetails.Builder sharedSecret(String sharedSecret)
The shared secret (pre-shared key) to use for the tunnel.Only numbers, letters, and spaces are allowed.
- Parameters:
sharedSecret
- the value to set- Returns:
- this builder
-
build
public UpdateIPSecConnectionTunnelSharedSecretDetails build()
-
copy
public UpdateIPSecConnectionTunnelSharedSecretDetails.Builder copy(UpdateIPSecConnectionTunnelSharedSecretDetails model)
-
-