Class SessionPersistence.Builder
- java.lang.Object
-
- org.jclouds.openstack.neutron.v2.domain.lbaas.v1.SessionPersistence.Builder
-
- Enclosing class:
- SessionPersistence
public static class SessionPersistence.Builder extends Object
Builder.
-
-
Field Summary
Fields Modifier and Type Field Description protected StringcookieNameprotected SessionPersistence.Typetype
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SessionPersistencebuild()SessionPersistence.BuildercookieName(String cookieName)Provides the cookie name to the SessionPersistence's Builder.SessionPersistence.Buildertype(SessionPersistence.Type type)Provides the type to the SessionPersistence's Builder.
-
-
-
Field Detail
-
type
protected SessionPersistence.Type type
-
cookieName
protected String cookieName
-
-
Method Detail
-
type
public SessionPersistence.Builder type(SessionPersistence.Type type)
Provides the type to the SessionPersistence's Builder.- Returns:
- the Builder.
- See Also:
SessionPersistence.getType()
-
cookieName
public SessionPersistence.Builder cookieName(String cookieName)
Provides the cookie name to the SessionPersistence's Builder.- Returns:
- the Builder.
- See Also:
SessionPersistence.getCookieName()
-
build
public SessionPersistence build()
- Returns:
- a SessionPersistence constructed with this Builder.
-
-