Interface PutOutcomeRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<PutOutcomeRequest.Builder,PutOutcomeRequest>,FraudDetectorRequest.Builder,SdkBuilder<PutOutcomeRequest.Builder,PutOutcomeRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- PutOutcomeRequest
public static interface PutOutcomeRequest.Builder extends FraudDetectorRequest.Builder, SdkPojo, CopyableBuilder<PutOutcomeRequest.Builder,PutOutcomeRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PutOutcomeRequest.Builderdescription(String description)The outcome description.PutOutcomeRequest.Buildername(String name)The name of the outcome.PutOutcomeRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PutOutcomeRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)PutOutcomeRequest.Buildertags(Collection<Tag> tags)A collection of key and value pairs.PutOutcomeRequest.Buildertags(Consumer<Tag.Builder>... tags)A collection of key and value pairs.PutOutcomeRequest.Buildertags(Tag... tags)A collection of key and value pairs.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.frauddetector.model.FraudDetectorRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
name
PutOutcomeRequest.Builder name(String name)
The name of the outcome.
- Parameters:
name- The name of the outcome.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
PutOutcomeRequest.Builder description(String description)
The outcome description.
- Parameters:
description- The outcome description.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
PutOutcomeRequest.Builder tags(Collection<Tag> tags)
A collection of key and value pairs.
- Parameters:
tags- A collection of key and value pairs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
PutOutcomeRequest.Builder tags(Tag... tags)
A collection of key and value pairs.
- Parameters:
tags- A collection of key and value pairs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
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.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#tags(List.) - Parameters:
tags- a consumer that will call methods onTag.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#tags(java.util.Collection)
-
overrideConfiguration
PutOutcomeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
PutOutcomeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-