Skip to content

RosProductTopicProps

Properties for defining a RosProductTopic.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-iot-producttopic

Initializer

import com.aliyun.ros.cdk.iot.RosProductTopicProps;
RosProductTopicProps.builder()
    .operation(java.lang.String)
    .operation(IResolvable)
    .productKey(java.lang.String)
    .productKey(IResolvable)
    .topicShortName(java.lang.String)
    .topicShortName(IResolvable)
//  .desc(java.lang.String)
//  .desc(IResolvable)
//  .iotInstanceId(java.lang.String)
//  .iotInstanceId(IResolvable)
    .build();

Properties

Name Type Description
operation java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
productKey java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
topicShortName java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
desc java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
iotInstanceId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.

operationRequired

public java.lang.Object getOperation();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

productKeyRequired

public java.lang.Object getProductKey();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

topicShortNameRequired

public java.lang.Object getTopicShortName();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

descOptional

public java.lang.Object getDesc();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

iotInstanceIdOptional

public java.lang.Object getIotInstanceId();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable