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 method that creates an instance of theTag.Builder avoiding the need to create one
manually via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) PutOutcomeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderPutOutcomeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.