public static interface DeleteLabelsRequest.Builder extends WorkDocsRequest.Builder, CopyableBuilder<DeleteLabelsRequest.Builder,DeleteLabelsRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteLabelsRequest.Builder |
authenticationToken(String authenticationToken)
Amazon WorkDocs authentication token.
|
DeleteLabelsRequest.Builder |
deleteAll(Boolean deleteAll)
Flag to request removal of all labels from the specified resource.
|
DeleteLabelsRequest.Builder |
labels(Collection<String> labels)
List of labels to delete from the resource.
|
DeleteLabelsRequest.Builder |
labels(String... labels)
List of labels to delete from the resource.
|
DeleteLabelsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DeleteLabelsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
DeleteLabelsRequest.Builder |
resourceId(String resourceId)
The ID of the resource.
|
buildoverrideConfigurationcopyapplyMutation, buildDeleteLabelsRequest.Builder resourceId(String resourceId)
The ID of the resource.
resourceId - The ID of the resource.DeleteLabelsRequest.Builder authenticationToken(String authenticationToken)
Amazon WorkDocs authentication token. Do not set this field when using administrative API actions, as in accessing the API using AWS credentials.
authenticationToken - Amazon WorkDocs authentication token. Do not set this field when using administrative API actions, as
in accessing the API using AWS credentials.DeleteLabelsRequest.Builder labels(Collection<String> labels)
List of labels to delete from the resource.
labels - List of labels to delete from the resource.DeleteLabelsRequest.Builder labels(String... labels)
List of labels to delete from the resource.
labels - List of labels to delete from the resource.DeleteLabelsRequest.Builder deleteAll(Boolean deleteAll)
Flag to request removal of all labels from the specified resource.
deleteAll - Flag to request removal of all labels from the specified resource.DeleteLabelsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DeleteLabelsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.