RosLayerProps
Properties for defining a RosLayer
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-fc-layer
Initializer
import com.aliyun.ros.cdk.fc.RosLayerProps;
RosLayerProps.builder()
.code(IResolvable)
.code(CodeProperty)
.compatibleRuntime(IResolvable)
.compatibleRuntime(java.util.List<java.lang.String)
.compatibleRuntime(IResolvable>)
.layerName(java.lang.String)
.layerName(IResolvable)
// .description(java.lang.String)
// .description(IResolvable)
.build();
Properties
Name | Type | Description |
---|---|---|
code |
com.aliyun.ros.cdk.core.IResolvable OR CodeProperty |
No description. |
compatibleRuntime |
com.aliyun.ros.cdk.core.IResolvable OR java.util.List |
No description. |
layerName |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
No description. |
description |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
No description. |
code
Required
public java.lang.Object getCode();
- Type: com.aliyun.ros.cdk.core.IResolvable OR CodeProperty
compatibleRuntime
Required
public java.lang.Object getCompatibleRuntime();
- Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.List
layerName
Required
public java.lang.Object getLayerName();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
description
Optional
public java.lang.Object getDescription();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable