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