Cloneable
, ReadLimitInfo
, ToCopyableBuilder<ListMultipartUploadsRequest.Builder,ListMultipartUploadsRequest>
@Generated("software.amazon.awssdk:codegen") public class ListMultipartUploadsRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<ListMultipartUploadsRequest.Builder,ListMultipartUploadsRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListMultipartUploadsRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
bucket() |
|
static ListMultipartUploadsRequest.Builder |
builder() |
|
String |
delimiter() |
Character you use to group keys.
|
String |
encodingType() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
keyMarker() |
Together with upload-id-marker, this parameter specifies the multipart upload after which listing should begin.
|
Integer |
maxUploads() |
Sets the maximum number of multipart uploads, from 1 to 1,000, to return in the response body.
|
String |
prefix() |
Lists in-progress uploads only for those keys that begin with the specified prefix.
|
static Class<? extends ListMultipartUploadsRequest.Builder> |
serializableBuilderClass() |
|
ListMultipartUploadsRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
uploadIdMarker() |
Together with key-marker, specifies the multipart upload after which listing should begin.
|
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String bucket()
public String delimiter()
public String encodingType()
EncodingType
public String keyMarker()
public Integer maxUploads()
public String prefix()
public String uploadIdMarker()
public ListMultipartUploadsRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListMultipartUploadsRequest.Builder,ListMultipartUploadsRequest>
public static ListMultipartUploadsRequest.Builder builder()
public static Class<? extends ListMultipartUploadsRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.