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)
Add an optional request override configuration.
|
CreateLabelsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
CreateLabelsRequest.Builder |
resourceId(String resourceId)
The ID of the resource.
|
build
overrideConfiguration
copy
applyMutation, build
CreateLabelsRequest.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. 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.CreateLabelsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.CreateLabelsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.