org.jclouds.openstack.swift.v1.domain
Class Segment.Builder
java.lang.Object
org.jclouds.openstack.swift.v1.domain.Segment.Builder
- Enclosing class:
- Segment
public static class Segment.Builder
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
path
protected String path
etag
protected String etag
sizeBytes
protected long sizeBytes
Segment.Builder
public Segment.Builder()
path
public Segment.Builder path(String path)
- See Also:
Segment.getPath()
etag
public Segment.Builder etag(String etag)
- See Also:
Segment#getEtag()
sizeBytes
public Segment.Builder sizeBytes(long sizeBytes)
- See Also:
Segment.getSizeBytes()
build
public Segment build()
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.