org.jclouds.googlecloudstorage.domain.internal
Class Website.Builder

java.lang.Object
  extended by org.jclouds.googlecloudstorage.domain.internal.Website.Builder
Enclosing class:
Website

public static class Website.Builder
extends Object


Constructor Summary
Website.Builder()
           
 
Method Summary
 Website build()
           
 Website.Builder fromWebsite(Website in)
           
 Website.Builder mainPageSuffix(String mainPageSuffix)
           
 Website.Builder notFoundPage(String notFoundPage)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Website.Builder

public Website.Builder()
Method Detail

mainPageSuffix

public Website.Builder mainPageSuffix(String mainPageSuffix)

notFoundPage

public Website.Builder notFoundPage(String notFoundPage)

build

public Website build()

fromWebsite

public Website.Builder fromWebsite(Website in)


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.