public class ResumableCopyObjectInput extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
ResumableCopyObjectInput.ResumableCopyObjectInputBuilder |
| 构造器和说明 |
|---|
ResumableCopyObjectInput() |
@Deprecated public CreateMultipartUploadInput getCreateMultipartUploadInput()
@Deprecated public ResumableCopyObjectInput setCreateMultipartUploadInput(CreateMultipartUploadInput createMultipartUploadInput)
public String getBucket()
public ResumableCopyObjectInput setBucket(String bucket)
public String getKey()
public ResumableCopyObjectInput setKey(String key)
public String getEncodingType()
public ResumableCopyObjectInput setEncodingType(String encodingType)
public ObjectMetaRequestOptions getOptions()
public ResumableCopyObjectInput setOptions(ObjectMetaRequestOptions options)
public String getSrcBucket()
public ResumableCopyObjectInput setSrcBucket(String srcBucket)
public String getSrcKey()
public ResumableCopyObjectInput setSrcKey(String srcKey)
public String getSrcVersionID()
public ResumableCopyObjectInput setSrcVersionID(String srcVersionID)
public String getCopySourceIfMatch()
public ResumableCopyObjectInput setCopySourceIfMatch(String copySourceIfMatch)
public Date getCopySourceIfModifiedSince()
public ResumableCopyObjectInput setCopySourceIfModifiedSince(Date copySourceIfModifiedSince)
public String getCopySourceIfNoneMatch()
public ResumableCopyObjectInput setCopySourceIfNoneMatch(String copySourceIfNoneMatch)
public Date getCopySourceIfUnModifiedSince()
public ResumableCopyObjectInput setCopySourceIfUnModifiedSince(Date copySourceIfUnModifiedSince)
public String getCopySourceSSECAlgorithm()
public ResumableCopyObjectInput setCopySourceSSECAlgorithm(String copySourceSSECAlgorithm)
public String getCopySourceSSECKey()
public ResumableCopyObjectInput setCopySourceSSECKey(String copySourceSSECKey)
public String getCopySourceSSECKeyMD5()
public ResumableCopyObjectInput setCopySourceSSECKeyMD5(String copySourceSSECKeyMD5)
public long getPartSize()
public ResumableCopyObjectInput setPartSize(long partSize)
public int getTaskNum()
public ResumableCopyObjectInput setTaskNum(int taskNum)
public boolean isEnableCheckpoint()
public ResumableCopyObjectInput setEnableCheckpoint(boolean enableCheckpoint)
public String getCheckpointFile()
public ResumableCopyObjectInput setCheckpointFile(String checkpointFile)
public CopyEventListener getCopyEventListener()
public ResumableCopyObjectInput setCopyEventListener(CopyEventListener copyEventListener)
public CancelHook getCancelHook()
public ResumableCopyObjectInput setCancelHook(boolean withCancelHook)
public long getTrafficLimit()
public ResumableCopyObjectInput setTrafficLimit(long trafficLimit)
public static ResumableCopyObjectInput.ResumableCopyObjectInputBuilder builder()
Copyright © 2025. All rights reserved.