Skip to content

RosPipelineProps

Properties for defining a RosPipeline.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-mps-pipeline

Initializer

import com.aliyun.ros.cdk.mps.RosPipelineProps;
RosPipelineProps.builder()
    .name(java.lang.String)
    .name(IResolvable)
//  .notifyConfig(IResolvable)
//  .notifyConfig(NotifyConfigProperty)
//  .role(java.lang.String)
//  .role(IResolvable)
//  .speed(java.lang.String)
//  .speed(IResolvable)
//  .speedLevel(java.lang.Number)
//  .speedLevel(IResolvable)
//  .state(java.lang.String)
//  .state(IResolvable)
    .build();

Properties

Name Type Description
name java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
notifyConfig com.aliyun.ros.cdk.core.IResolvable OR NotifyConfigProperty No description.
role java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
speed java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
speedLevel java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable No description.
state java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.

nameRequired

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

notifyConfigOptional

public java.lang.Object getNotifyConfig();

roleOptional

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

speedOptional

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

speedLevelOptional

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

stateOptional

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