Cloneable
, ReadLimitInfo
, ToCopyableBuilder<InitiateDocumentVersionUploadRequest.Builder,InitiateDocumentVersionUploadRequest>
@Generated("software.amazon.awssdk:codegen") public class InitiateDocumentVersionUploadRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<InitiateDocumentVersionUploadRequest.Builder,InitiateDocumentVersionUploadRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
InitiateDocumentVersionUploadRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
authenticationToken() |
Amazon WorkDocs authentication token.
|
static InitiateDocumentVersionUploadRequest.Builder |
builder() |
|
Date |
contentCreatedTimestamp() |
The time stamp when the content of the document was originally created.
|
Date |
contentModifiedTimestamp() |
The time stamp when the content of the document was modified.
|
String |
contentType() |
The content type of the document.
|
Long |
documentSizeInBytes() |
The size of the document, in bytes.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
id() |
The ID of the document.
|
String |
name() |
The name of the document.
|
String |
parentFolderId() |
The ID of the parent folder.
|
static Class<? extends InitiateDocumentVersionUploadRequest.Builder> |
serializableBuilderClass() |
|
InitiateDocumentVersionUploadRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String authenticationToken()
Amazon WorkDocs authentication token. This field should not be set when using administrative API actions, as in accessing the API using AWS credentials.
public String id()
The ID of the document.
public String name()
The name of the document.
public Date contentCreatedTimestamp()
The time stamp when the content of the document was originally created.
public Date contentModifiedTimestamp()
The time stamp when the content of the document was modified.
public String contentType()
The content type of the document.
public Long documentSizeInBytes()
The size of the document, in bytes.
public String parentFolderId()
The ID of the parent folder.
public InitiateDocumentVersionUploadRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<InitiateDocumentVersionUploadRequest.Builder,InitiateDocumentVersionUploadRequest>
public static InitiateDocumentVersionUploadRequest.Builder builder()
public static Class<? extends InitiateDocumentVersionUploadRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.