Modifier and Type | Field and Description |
---|---|
protected String |
etag |
protected String |
path |
protected long |
sizeBytes |
Constructor and Description |
---|
Segment.Builder() |
Modifier and Type | Method and Description |
---|---|
Segment |
build() |
Segment.Builder |
etag(String etag) |
Segment.Builder |
path(String path) |
Segment.Builder |
sizeBytes(long sizeBytes) |
protected String path
protected String etag
protected long sizeBytes
public Segment.Builder path(String path)
Segment.getPath()
public Segment.Builder etag(String etag)
Segment#getEtag()
public Segment.Builder sizeBytes(long sizeBytes)
Segment.getSizeBytes()
public Segment build()
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.