Class IPSecConnectionTunnelSharedSecret.Builder
- java.lang.Object
- 
- com.oracle.bmc.vnmonitoring.model.IPSecConnectionTunnelSharedSecret.Builder
 
- 
- Enclosing class:
- IPSecConnectionTunnelSharedSecret
 
 public static class IPSecConnectionTunnelSharedSecret.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description IPSecConnectionTunnelSharedSecretbuild()IPSecConnectionTunnelSharedSecret.Buildercopy(IPSecConnectionTunnelSharedSecret model)IPSecConnectionTunnelSharedSecret.BuildersharedSecret(String sharedSecret)The tunnel’s shared secret (pre-shared key).
 
- 
- 
- 
Method Detail- 
sharedSecretpublic IPSecConnectionTunnelSharedSecret.Builder sharedSecret(String sharedSecret) The tunnel’s shared secret (pre-shared key).- Parameters:
- sharedSecret- the value to set
- Returns:
- this builder
 
 - 
buildpublic IPSecConnectionTunnelSharedSecret build() 
 - 
copypublic IPSecConnectionTunnelSharedSecret.Builder copy(IPSecConnectionTunnelSharedSecret model) 
 
- 
 
-