Interface InitiateDocumentVersionUploadRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<InitiateDocumentVersionUploadRequest.Builder,InitiateDocumentVersionUploadRequest>,SdkBuilder<InitiateDocumentVersionUploadRequest.Builder,InitiateDocumentVersionUploadRequest>,SdkPojo,SdkRequest.Builder,WorkDocsRequest.Builder
- Enclosing class:
- InitiateDocumentVersionUploadRequest
public static interface InitiateDocumentVersionUploadRequest.Builder extends WorkDocsRequest.Builder, SdkPojo, CopyableBuilder<InitiateDocumentVersionUploadRequest.Builder,InitiateDocumentVersionUploadRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.workdocs.model.WorkDocsRequest.Builder
build
-
-
-
-
Method Detail
-
authenticationToken
InitiateDocumentVersionUploadRequest.Builder authenticationToken(String authenticationToken)
Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.
- Parameters:
authenticationToken- Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
InitiateDocumentVersionUploadRequest.Builder id(String id)
The ID of the document.
- Parameters:
id- The ID of the document.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
InitiateDocumentVersionUploadRequest.Builder name(String name)
The name of the document.
- Parameters:
name- The name of the document.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
contentCreatedTimestamp
InitiateDocumentVersionUploadRequest.Builder contentCreatedTimestamp(Instant contentCreatedTimestamp)
The timestamp when the content of the document was originally created.
- Parameters:
contentCreatedTimestamp- The timestamp when the content of the document was originally created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
contentModifiedTimestamp
InitiateDocumentVersionUploadRequest.Builder contentModifiedTimestamp(Instant contentModifiedTimestamp)
The timestamp when the content of the document was modified.
- Parameters:
contentModifiedTimestamp- The timestamp when the content of the document was modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
contentType
InitiateDocumentVersionUploadRequest.Builder contentType(String contentType)
The content type of the document.
- Parameters:
contentType- The content type of the document.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
documentSizeInBytes
InitiateDocumentVersionUploadRequest.Builder documentSizeInBytes(Long documentSizeInBytes)
The size of the document, in bytes.
- Parameters:
documentSizeInBytes- The size of the document, in bytes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
parentFolderId
InitiateDocumentVersionUploadRequest.Builder parentFolderId(String parentFolderId)
The ID of the parent folder.
- Parameters:
parentFolderId- The ID of the parent folder.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
InitiateDocumentVersionUploadRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
InitiateDocumentVersionUploadRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-