Class CfnFpgaImage.Builder
java.lang.Object
software.amazon.awscdk.services.ec2.CfnFpgaImage.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnFpgaImage>
- Enclosing class:
CfnFpgaImage
@Stability(Stable)
public static final class CfnFpgaImage.Builder
extends Object
implements software.amazon.jsii.Builder<CfnFpgaImage>
A fluent builder for
CfnFpgaImage.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static CfnFpgaImage.Builderdescription(String description) A description for the AFI.inputStorageLocation(IResolvable inputStorageLocation) Describes a storage location in Amazon S3.inputStorageLocation(CfnFpgaImage.StorageLocationProperty inputStorageLocation) Describes a storage location in Amazon S3.logsStorageLocation(IResolvable logsStorageLocation) Describes a storage location in Amazon S3.logsStorageLocation(CfnFpgaImage.StorageLocationProperty logsStorageLocation) Describes a storage location in Amazon S3.A name for the AFI.The tags assigned to the FPGA image.
-
Method Details
-
create
@Stability(Stable) public static CfnFpgaImage.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnFpgaImage.Builder.
-
description
A description for the AFI.- Parameters:
description- A description for the AFI. This parameter is required.- Returns:
this- See Also:
-
inputStorageLocation
@Stability(Stable) public CfnFpgaImage.Builder inputStorageLocation(IResolvable inputStorageLocation) Describes a storage location in Amazon S3.- Parameters:
inputStorageLocation- Describes a storage location in Amazon S3. This parameter is required.- Returns:
this- See Also:
-
inputStorageLocation
@Stability(Stable) public CfnFpgaImage.Builder inputStorageLocation(CfnFpgaImage.StorageLocationProperty inputStorageLocation) Describes a storage location in Amazon S3.- Parameters:
inputStorageLocation- Describes a storage location in Amazon S3. This parameter is required.- Returns:
this- See Also:
-
logsStorageLocation
Describes a storage location in Amazon S3.- Parameters:
logsStorageLocation- Describes a storage location in Amazon S3. This parameter is required.- Returns:
this- See Also:
-
logsStorageLocation
@Stability(Stable) public CfnFpgaImage.Builder logsStorageLocation(CfnFpgaImage.StorageLocationProperty logsStorageLocation) Describes a storage location in Amazon S3.- Parameters:
logsStorageLocation- Describes a storage location in Amazon S3. This parameter is required.- Returns:
this- See Also:
-
name
A name for the AFI.- Parameters:
name- A name for the AFI. This parameter is required.- Returns:
this- See Also:
-
tags
The tags assigned to the FPGA image.- Parameters:
tags- The tags assigned to the FPGA image. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnFpgaImage>- Returns:
- a newly built instance of
CfnFpgaImage.
-