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