@Stability(value=Stable) public static final class CfnProject.DeviceTemplateProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnProject.DeviceTemplateProperty>
CfnProject.DeviceTemplateProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnProject.DeviceTemplateProperty |
build()
Builds the configured instance.
|
CfnProject.DeviceTemplateProperty.Builder |
callbackOverrides(Object callbackOverrides)
Sets the value of
CfnProject.DeviceTemplateProperty.getCallbackOverrides() |
CfnProject.DeviceTemplateProperty.Builder |
deviceType(String deviceType)
Sets the value of
CfnProject.DeviceTemplateProperty.getDeviceType() |
@Stability(value=Stable) public CfnProject.DeviceTemplateProperty.Builder callbackOverrides(Object callbackOverrides)
CfnProject.DeviceTemplateProperty.getCallbackOverrides()
callbackOverrides
- An optional AWS Lambda function to invoke instead of the default AWS Lambda function provided by the placement template.this
@Stability(value=Stable) public CfnProject.DeviceTemplateProperty.Builder deviceType(String deviceType)
CfnProject.DeviceTemplateProperty.getDeviceType()
deviceType
- The device type, which currently must be `"button"` .this
@Stability(value=Stable) public CfnProject.DeviceTemplateProperty build()
build
in interface software.amazon.jsii.Builder<CfnProject.DeviceTemplateProperty>
CfnProject.DeviceTemplateProperty
NullPointerException
- if any required attribute was not providedCopyright © 2023. All rights reserved.