@Stability(value=Stable) public static final class CfnPlacement.Builder extends Object implements software.amazon.jsii.Builder<CfnPlacement>
CfnPlacement.| Modifier and Type | Method and Description |
|---|---|
CfnPlacement.Builder |
associatedDevices(Object associatedDevices)
The devices to associate with the placement, as defined by a mapping of zero or more key-value pairs wherein the key is a template name and the value is a device ID.
|
CfnPlacement.Builder |
attributes(Object attributes)
The user-defined attributes associated with the placement.
|
CfnPlacement |
build() |
static CfnPlacement.Builder |
create(software.constructs.Construct scope,
String id) |
CfnPlacement.Builder |
placementName(String placementName)
The name of the placement.
|
CfnPlacement.Builder |
projectName(String projectName)
The name of the project containing the placement.
|
@Stability(value=Stable) public static CfnPlacement.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.CfnPlacement.Builder.@Stability(value=Stable) public CfnPlacement.Builder projectName(String projectName)
projectName - The name of the project containing the placement. This parameter is required.this@Stability(value=Stable) public CfnPlacement.Builder associatedDevices(Object associatedDevices)
associatedDevices - The devices to associate with the placement, as defined by a mapping of zero or more key-value pairs wherein the key is a template name and the value is a device ID. This parameter is required.this@Stability(value=Stable) public CfnPlacement.Builder attributes(Object attributes)
attributes - The user-defined attributes associated with the placement. This parameter is required.this@Stability(value=Stable) public CfnPlacement.Builder placementName(String placementName)
placementName - The name of the placement. This parameter is required.this@Stability(value=Stable) public CfnPlacement build()
build in interface software.amazon.jsii.Builder<CfnPlacement>Copyright © 2022. All rights reserved.