@Stability(value=Stable) public static final class CfnPlacementProps.Builder extends Object implements software.amazon.jsii.Builder<CfnPlacementProps>
CfnPlacementProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnPlacementProps.Builder |
associatedDevices(Object associatedDevices)
Sets the value of
CfnPlacementProps.getAssociatedDevices() |
CfnPlacementProps.Builder |
attributes(Object attributes)
Sets the value of
CfnPlacementProps.getAttributes() |
CfnPlacementProps |
build()
Builds the configured instance.
|
CfnPlacementProps.Builder |
placementName(String placementName)
Sets the value of
CfnPlacementProps.getPlacementName() |
CfnPlacementProps.Builder |
projectName(String projectName)
Sets the value of
CfnPlacementProps.getProjectName() |
@Stability(value=Stable) public CfnPlacementProps.Builder projectName(String projectName)
CfnPlacementProps.getProjectName()projectName - The name of the project containing the placement. This parameter is required.this@Stability(value=Stable) public CfnPlacementProps.Builder associatedDevices(Object associatedDevices)
CfnPlacementProps.getAssociatedDevices()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@Stability(value=Stable) public CfnPlacementProps.Builder attributes(Object attributes)
CfnPlacementProps.getAttributes()attributes - The user-defined attributes associated with the placement.this@Stability(value=Stable) public CfnPlacementProps.Builder placementName(String placementName)
CfnPlacementProps.getPlacementName()placementName - The name of the placement.this@Stability(value=Stable) public CfnPlacementProps build()
build in interface software.amazon.jsii.Builder<CfnPlacementProps>CfnPlacementPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.