public static interface PutLabelRequest.Builder extends FraudDetectorRequest.Builder, SdkPojo, CopyableBuilder<PutLabelRequest.Builder,PutLabelRequest>
| Modifier and Type | Method and Description |
|---|---|
PutLabelRequest.Builder |
description(String description)
The label description.
|
PutLabelRequest.Builder |
name(String name)
The label name.
|
PutLabelRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutLabelRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
PutLabelRequest.Builder |
tags(Collection<Tag> tags)
|
PutLabelRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
This is a convenience that creates an instance of the
List avoiding the need to create
one manually via List. |
PutLabelRequest.Builder |
tags(Tag... tags)
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutLabelRequest.Builder name(String name)
The label name.
name - The label name.PutLabelRequest.Builder description(String description)
The label description.
description - The label description.PutLabelRequest.Builder tags(Collection<Tag> tags)
tags - PutLabelRequest.Builder tags(Tag... tags)
tags - PutLabelRequest.Builder tags(Consumer<Tag.Builder>... tags)
List.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) PutLabelRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderPutLabelRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.