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