@Generated(value="jsii-pacmak/1.85.0 (build 08ee592)", date="2024-06-24T05:57:07.715Z") public class RosPipeline extends com.aliyun.ros.cdk.core.RosResource
ALIYUN::MPS::Pipeline, which is used to create an ApsaraVideo Media Processing (MPS) queue.| Modifier and Type | Class and Description |
|---|---|
static class |
RosPipeline.Builder
A fluent builder for
RosPipeline. |
static interface |
RosPipeline.NotifyConfigProperty |
| Modifier and Type | Field and Description |
|---|---|
static String |
ROS_RESOURCE_TYPE_NAME
The resource type name for this resource class.
|
| Modifier | Constructor and Description |
|---|---|
|
RosPipeline(com.aliyun.ros.cdk.core.Construct scope,
String id,
RosPipelineProps props,
Boolean enableResourcePropertyConstraint) |
protected |
RosPipeline(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
RosPipeline(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
com.aliyun.ros.cdk.core.IResolvable |
getAttrPipelineId() |
Boolean |
getEnableResourcePropertyConstraint() |
Object |
getName() |
Object |
getNotifyConfig() |
Object |
getRole() |
protected Map<String,Object> |
getRosProperties() |
Object |
getSpeed() |
Object |
getSpeedLevel() |
Object |
getState() |
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setEnableResourcePropertyConstraint(Boolean value) |
void |
setName(com.aliyun.ros.cdk.core.IResolvable value) |
void |
setName(String value) |
void |
setNotifyConfig(com.aliyun.ros.cdk.core.IResolvable value) |
void |
setNotifyConfig(RosPipeline.NotifyConfigProperty value) |
void |
setRole(com.aliyun.ros.cdk.core.IResolvable value) |
void |
setRole(String value) |
void |
setSpeed(com.aliyun.ros.cdk.core.IResolvable value) |
void |
setSpeed(String value) |
void |
setSpeedLevel(com.aliyun.ros.cdk.core.IResolvable value) |
void |
setSpeedLevel(Number value) |
void |
setState(com.aliyun.ros.cdk.core.IResolvable value) |
void |
setState(String value) |
addCondition, addCount, addDeletionOverride, addDependsOn, addDesc, addMetaData, addOverride, addPropertyDeletionOverride, addPropertyOverride, addRosDependency, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getRosOptions, getRosResourceType, getUpdatedProperites, isRosResource, toString, validatePropertiesgetCreationStack, getLogicalId, getStack, isRosElement, overrideLogicalIdgetNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validatejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetpublic static final String ROS_RESOURCE_TYPE_NAME
protected RosPipeline(software.amazon.jsii.JsiiObjectRef objRef)
protected RosPipeline(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
public RosPipeline(@NotNull
com.aliyun.ros.cdk.core.Construct scope,
@NotNull
String id,
@NotNull
RosPipelineProps props,
@NotNull
Boolean enableResourcePropertyConstraint)
scope - id - props - enableResourcePropertyConstraint - This parameter is required.@NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
renderProperties in class com.aliyun.ros.cdk.core.RosResource@NotNull public com.aliyun.ros.cdk.core.IResolvable getAttrPipelineId()
@NotNull protected Map<String,Object> getRosProperties()
getRosProperties in class com.aliyun.ros.cdk.core.RosResource@NotNull public Boolean getEnableResourcePropertyConstraint()
public void setEnableResourcePropertyConstraint(@NotNull
Boolean value)
@NotNull public Object getName()
public void setName(@NotNull
String value)
public void setName(@NotNull
com.aliyun.ros.cdk.core.IResolvable value)
@Nullable public Object getNotifyConfig()
public void setNotifyConfig(@Nullable
com.aliyun.ros.cdk.core.IResolvable value)
public void setNotifyConfig(@Nullable
RosPipeline.NotifyConfigProperty value)
@Nullable public Object getRole()
public void setRole(@Nullable
String value)
public void setRole(@Nullable
com.aliyun.ros.cdk.core.IResolvable value)
@Nullable public Object getSpeed()
public void setSpeed(@Nullable
String value)
public void setSpeed(@Nullable
com.aliyun.ros.cdk.core.IResolvable value)
@Nullable public Object getSpeedLevel()
public void setSpeedLevel(@Nullable
Number value)
public void setSpeedLevel(@Nullable
com.aliyun.ros.cdk.core.IResolvable value)
@Nullable public Object getState()
public void setState(@Nullable
String value)
public void setState(@Nullable
com.aliyun.ros.cdk.core.IResolvable value)
Copyright © 2024. All rights reserved.