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. |
category
Required
public java.lang.Object getCategory();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
imageLibName
Required
public java.lang.Object getImageLibName();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
scene
Required
public java.lang.Object getScene();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
bizTypes
Optional
public java.lang.Object getBizTypes();
- Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.List
enable
Optional
public java.lang.Object getEnable();
- Type: java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable