public class GetBulkJobSpectraS3Request extends BulkRequest
chunkOrdering| Constructor and Description |
|---|
GetBulkJobSpectraS3Request(java.lang.String bucketName,
java.util.List<Ds3Object> objects) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAggregating() |
JobChunkClientProcessingOrderGuarantee |
getChunkClientProcessingOrderGuarantee() |
BulkCommand |
getCommand() |
java.lang.String |
getName() |
GetBulkJobSpectraS3Request |
withAggregating(boolean aggregating) |
GetBulkJobSpectraS3Request |
withChunkClientProcessingOrderGuarantee(JobChunkClientProcessingOrderGuarantee chunkClientProcessingOrderGuarantee) |
GetBulkJobSpectraS3Request |
withName(java.lang.String name) |
GetBulkJobSpectraS3Request |
withPriority(Priority priority) |
getBucket, getObjects, getPath, getPriority, getSize, getStream, getVerb, getWriteOptimization, withWriteOptimizationgetChecksum, getChecksumType, getContentType, getHeaders, getQueryParams, updateQueryParampublic GetBulkJobSpectraS3Request(java.lang.String bucketName,
java.util.List<Ds3Object> objects)
throws XmlProcessingException
XmlProcessingExceptionpublic GetBulkJobSpectraS3Request withAggregating(boolean aggregating)
public GetBulkJobSpectraS3Request withChunkClientProcessingOrderGuarantee(JobChunkClientProcessingOrderGuarantee chunkClientProcessingOrderGuarantee)
public GetBulkJobSpectraS3Request withName(java.lang.String name)
public GetBulkJobSpectraS3Request withPriority(Priority priority)
withPriority in class BulkRequestpublic boolean getAggregating()
public JobChunkClientProcessingOrderGuarantee getChunkClientProcessingOrderGuarantee()
public java.lang.String getName()
public BulkCommand getCommand()
getCommand in class BulkRequest