public static interface PutOutcomeRequest.Builder extends FraudDetectorRequest.Builder, SdkPojo, CopyableBuilder<PutOutcomeRequest.Builder,PutOutcomeRequest>
| Modifier and Type | Method and Description |
|---|---|
PutOutcomeRequest.Builder |
description(String description)
The outcome description.
|
PutOutcomeRequest.Builder |
name(String name)
The name of the outcome.
|
PutOutcomeRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutOutcomeRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
PutOutcomeRequest.Builder |
tags(Collection<Tag> tags)
A collection of key and value pairs.
|
PutOutcomeRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
A collection of key and value pairs.
|
PutOutcomeRequest.Builder |
tags(Tag... tags)
A collection of key and value pairs.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutOutcomeRequest.Builder name(String name)
The name of the outcome.
name - The name of the outcome.PutOutcomeRequest.Builder description(String description)
The outcome description.
description - The outcome description.PutOutcomeRequest.Builder tags(Collection<Tag> tags)
A collection of key and value pairs.
tags - A collection of key and value pairs.PutOutcomeRequest.Builder tags(Tag... tags)
A collection of key and value pairs.
tags - A collection of key and value pairs.PutOutcomeRequest.Builder tags(Consumer<Tag.Builder>... tags)
A collection of key and value pairs.
This is a convenience that creates an instance of theList.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) PutOutcomeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderPutOutcomeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.