Class OutcomeReference.Builder
java.lang.Object
software.amazon.awscdk.services.frauddetector.OutcomeReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<OutcomeReference>
- Enclosing interface:
OutcomeReference
@Stability(Stable)
public static final class OutcomeReference.Builder
extends Object
implements software.amazon.jsii.Builder<OutcomeReference>
A builder for
OutcomeReference
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.outcomeArn
(String outcomeArn) Sets the value ofOutcomeReference.getOutcomeArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
outcomeArn
Sets the value ofOutcomeReference.getOutcomeArn()
- Parameters:
outcomeArn
- The Arn of the Outcome resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<OutcomeReference>
- Returns:
- a new instance of
OutcomeReference
- Throws:
NullPointerException
- if any required attribute was not provided
-