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