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, withWriteOptimization
getChecksum, getChecksumType, getContentType, getHeaders, getQueryParams, updateQueryParam
public GetBulkJobSpectraS3Request(java.lang.String bucketName, java.util.List<Ds3Object> objects) throws XmlProcessingException
XmlProcessingException
public GetBulkJobSpectraS3Request withAggregating(boolean aggregating)
public GetBulkJobSpectraS3Request withChunkClientProcessingOrderGuarantee(JobChunkClientProcessingOrderGuarantee chunkClientProcessingOrderGuarantee)
public GetBulkJobSpectraS3Request withName(java.lang.String name)
public GetBulkJobSpectraS3Request withPriority(Priority priority)
withPriority
in class BulkRequest
public boolean getAggregating()
public JobChunkClientProcessingOrderGuarantee getChunkClientProcessingOrderGuarantee()
public java.lang.String getName()
public BulkCommand getCommand()
getCommand
in class BulkRequest