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