public static interface CreateLabelsRequest.Builder extends WorkDocsRequest.Builder, SdkPojo, CopyableBuilder<CreateLabelsRequest.Builder,CreateLabelsRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateLabelsRequest.Builder |
authenticationToken(String authenticationToken)
Amazon WorkDocs authentication token.
|
CreateLabelsRequest.Builder |
labels(Collection<String> labels)
List of labels to add to the resource.
|
CreateLabelsRequest.Builder |
labels(String... labels)
List of labels to add to the resource.
|
CreateLabelsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateLabelsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateLabelsRequest.Builder |
resourceId(String resourceId)
The ID of the resource.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateLabelsRequest.Builder resourceId(String resourceId)
The ID of the resource.
resourceId - The ID of the resource.CreateLabelsRequest.Builder labels(Collection<String> labels)
List of labels to add to the resource.
labels - List of labels to add to the resource.CreateLabelsRequest.Builder labels(String... labels)
List of labels to add to the resource.
labels - List of labels to add to the resource.CreateLabelsRequest.Builder authenticationToken(String authenticationToken)
Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.
authenticationToken - Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator
credentials to access the API.CreateLabelsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateLabelsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.