@Stability(value=Stable) public static final class CfnCoreDefinitionVersion.Builder extends Object implements software.amazon.jsii.Builder<CfnCoreDefinitionVersion>
CfnCoreDefinitionVersion.| Modifier and Type | Method and Description |
|---|---|
CfnCoreDefinitionVersion |
build() |
CfnCoreDefinitionVersion.Builder |
coreDefinitionId(String coreDefinitionId)
The ID of the core definition associated with this version.
|
CfnCoreDefinitionVersion.Builder |
cores(IResolvable cores)
The Greengrass core in this version.
|
CfnCoreDefinitionVersion.Builder |
cores(List<? extends Object> cores)
The Greengrass core in this version.
|
static CfnCoreDefinitionVersion.Builder |
create(software.constructs.Construct scope,
String id) |
@Stability(value=Stable) public static CfnCoreDefinitionVersion.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnCoreDefinitionVersion.CoreProperty.Builder.@Stability(value=Stable) public CfnCoreDefinitionVersion.Builder coreDefinitionId(String coreDefinitionId)
This value is a GUID.
coreDefinitionId - The ID of the core definition associated with this version. This parameter is required.this@Stability(value=Stable) public CfnCoreDefinitionVersion.Builder cores(IResolvable cores)
Currently, the Cores property for a core definition version can contain only one core.
cores - The Greengrass core in this version. This parameter is required.this@Stability(value=Stable) public CfnCoreDefinitionVersion.Builder cores(List<? extends Object> cores)
Currently, the Cores property for a core definition version can contain only one core.
cores - The Greengrass core in this version. This parameter is required.this@Stability(value=Stable) public CfnCoreDefinitionVersion build()
build in interface software.amazon.jsii.Builder<CfnCoreDefinitionVersion>Copyright © 2022. All rights reserved.