org.jclouds.vcloud.director.v1_5.domain.network
Class SmtpServerSettings.Builder
java.lang.Object
org.jclouds.vcloud.director.v1_5.domain.network.SmtpServerSettings.Builder
- Enclosing class:
- SmtpServerSettings
public static class SmtpServerSettings.Builder
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SmtpServerSettings.Builder
public SmtpServerSettings.Builder()
useAuthentication
public SmtpServerSettings.Builder useAuthentication(boolean useAuthentication)
- See Also:
SmtpServerSettings#getIsUseAuthentication()
host
public SmtpServerSettings.Builder host(String host)
- See Also:
SmtpServerSettings.getHost()
username
public SmtpServerSettings.Builder username(String username)
- See Also:
SmtpServerSettings.getUsername()
password
public SmtpServerSettings.Builder password(String password)
- See Also:
SmtpServerSettings.getPassword()
build
public SmtpServerSettings build()
fromSmtpServerSettings
public SmtpServerSettings.Builder fromSmtpServerSettings(SmtpServerSettings in)
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.