org.kuali.common.deploy.aws.model
Class SesContext.Builder

java.lang.Object
  extended by org.kuali.common.deploy.aws.model.SesContext.Builder
Enclosing class:
SesContext

public static class SesContext.Builder
extends Object


Constructor Summary
SesContext.Builder(String host, SesCredentials credentials)
           
 
Method Summary
 SesContext.Builder auth(boolean auth)
           
 SesContext build()
           
 SesContext.Builder debug(boolean debug)
           
 SesContext.Builder port(int port)
           
 SesContext.Builder sslEnable(boolean sslEnable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SesContext.Builder

public SesContext.Builder(String host,
                          SesCredentials credentials)
Method Detail

debug

public SesContext.Builder debug(boolean debug)

port

public SesContext.Builder port(int port)

sslEnable

public SesContext.Builder sslEnable(boolean sslEnable)

auth

public SesContext.Builder auth(boolean auth)

build

public SesContext build()


Copyright © 2004–2014 The Kuali Foundation. All rights reserved.