Interface DeleteCommentRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<DeleteCommentRequest.Builder,DeleteCommentRequest>
,SdkBuilder<DeleteCommentRequest.Builder,DeleteCommentRequest>
,SdkPojo
,SdkRequest.Builder
,WorkDocsRequest.Builder
- Enclosing class:
- DeleteCommentRequest
@Mutable @NotThreadSafe 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.Builder
authenticationToken(String authenticationToken)
Amazon WorkDocs authentication token.DeleteCommentRequest.Builder
commentId(String commentId)
The ID of the comment.DeleteCommentRequest.Builder
documentId(String documentId)
The ID of the document.DeleteCommentRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
DeleteCommentRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
DeleteCommentRequest.Builder
versionId(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, sdkFieldNameToField, 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:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteCommentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-