Class CfnFpgaImagePropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.ec2.CfnFpgaImagePropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnFpgaImagePropsMixin>
- Enclosing class:
CfnFpgaImagePropsMixin
@Stability(Stable)
public static final class CfnFpgaImagePropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnFpgaImagePropsMixin>
A fluent builder for
CfnFpgaImagePropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) description(String description) A description for the AFI.inputStorageLocation(CfnFpgaImagePropsMixin.StorageLocationProperty inputStorageLocation) Describes a storage location in Amazon S3.inputStorageLocation(IResolvable inputStorageLocation) Describes a storage location in Amazon S3.logsStorageLocation(CfnFpgaImagePropsMixin.StorageLocationProperty logsStorageLocation) Describes a storage location in Amazon S3.logsStorageLocation(IResolvable 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 CfnFpgaImagePropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnFpgaImagePropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnFpgaImagePropsMixin.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 CfnFpgaImagePropsMixin.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 CfnFpgaImagePropsMixin.Builder inputStorageLocation(CfnFpgaImagePropsMixin.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
@Stability(Stable) public CfnFpgaImagePropsMixin.Builder logsStorageLocation(IResolvable 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 CfnFpgaImagePropsMixin.Builder logsStorageLocation(CfnFpgaImagePropsMixin.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<CfnFpgaImagePropsMixin>- Returns:
- a newly built instance of
CfnFpgaImagePropsMixin.
-