RosImageLibProps
Properties for defining a RosImageLib.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-aligreen-imagelib
Initializer
import com.aliyun.ros.cdk.aligreen.RosImageLibProps;
RosImageLibProps.builder()
.category(java.lang.String)
.category(IResolvable)
.imageLibName(java.lang.String)
.imageLibName(IResolvable)
.scene(java.lang.String)
.scene(IResolvable)
// .bizTypes(IResolvable)
// .bizTypes(java.util.List<java.lang.String)
// .bizTypes(IResolvable>)
// .enable(java.lang.Boolean)
// .enable(IResolvable)
.build();
Properties
| Name | Type | Description |
|---|---|---|
category |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
No description. |
imageLibName |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
No description. |
scene |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
No description. |
bizTypes |
com.aliyun.ros.cdk.core.IResolvable OR java.util.List |
No description. |
enable |
java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable |
No description. |
categoryRequired
public java.lang.Object getCategory();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
imageLibNameRequired
public java.lang.Object getImageLibName();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
sceneRequired
public java.lang.Object getScene();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
bizTypesOptional
public java.lang.Object getBizTypes();
- Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.List
enableOptional
public java.lang.Object getEnable();
- Type: java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable