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