Interface UpdateDocumentVersionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateDocumentVersionRequest.Builder,UpdateDocumentVersionRequest>
,SdkBuilder<UpdateDocumentVersionRequest.Builder,UpdateDocumentVersionRequest>
,SdkPojo
,SdkRequest.Builder
,WorkDocsRequest.Builder
- Enclosing class:
- UpdateDocumentVersionRequest
public static interface UpdateDocumentVersionRequest.Builder extends WorkDocsRequest.Builder, SdkPojo, CopyableBuilder<UpdateDocumentVersionRequest.Builder,UpdateDocumentVersionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateDocumentVersionRequest.Builder
authenticationToken(String authenticationToken)
Amazon WorkDocs authentication token.UpdateDocumentVersionRequest.Builder
documentId(String documentId)
The ID of the document.UpdateDocumentVersionRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
UpdateDocumentVersionRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
UpdateDocumentVersionRequest.Builder
versionId(String versionId)
The version ID of the document.UpdateDocumentVersionRequest.Builder
versionStatus(String versionStatus)
The status of the version.UpdateDocumentVersionRequest.Builder
versionStatus(DocumentVersionStatus versionStatus)
The status of the version.-
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
UpdateDocumentVersionRequest.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.
-
documentId
UpdateDocumentVersionRequest.Builder documentId(String documentId)
The ID of the document.
- Parameters:
documentId
- The ID of the document.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
versionId
UpdateDocumentVersionRequest.Builder versionId(String versionId)
The version ID of the document.
- Parameters:
versionId
- The version ID of the document.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
versionStatus
UpdateDocumentVersionRequest.Builder versionStatus(String versionStatus)
The status of the version.
- Parameters:
versionStatus
- The status of the version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DocumentVersionStatus
,DocumentVersionStatus
-
versionStatus
UpdateDocumentVersionRequest.Builder versionStatus(DocumentVersionStatus versionStatus)
The status of the version.
- Parameters:
versionStatus
- The status of the version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DocumentVersionStatus
,DocumentVersionStatus
-
overrideConfiguration
UpdateDocumentVersionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateDocumentVersionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-