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() |
boolean |
getImplicitJobIdResolution() |
java.lang.String |
getName() |
GetBulkJobSpectraS3Request |
withAggregating(boolean aggregating) |
GetBulkJobSpectraS3Request |
withChunkClientProcessingOrderGuarantee(JobChunkClientProcessingOrderGuarantee chunkClientProcessingOrderGuarantee) |
GetBulkJobSpectraS3Request |
withImplicitJobIdResolution(boolean implicitJobIdResolution) |
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)
public GetBulkJobSpectraS3Request withAggregating(boolean aggregating)
public GetBulkJobSpectraS3Request withChunkClientProcessingOrderGuarantee(JobChunkClientProcessingOrderGuarantee chunkClientProcessingOrderGuarantee)
public GetBulkJobSpectraS3Request withImplicitJobIdResolution(boolean implicitJobIdResolution)
public GetBulkJobSpectraS3Request withName(java.lang.String name)
public GetBulkJobSpectraS3Request withPriority(Priority priority)
withPriority
in class BulkRequest
public boolean getAggregating()
public JobChunkClientProcessingOrderGuarantee getChunkClientProcessingOrderGuarantee()
public boolean getImplicitJobIdResolution()
public java.lang.String getName()
public BulkCommand getCommand()
getCommand
in class BulkRequest