| Modifier and Type | Method and Description |
|---|---|
Pipeline |
build() |
static Pipeline.Builder |
create(com.aliyun.ros.cdk.core.Construct scope,
String id) |
static Pipeline.Builder |
create(com.aliyun.ros.cdk.core.Construct scope,
String id,
Boolean enableResourcePropertyConstraint) |
Pipeline.Builder |
name(com.aliyun.ros.cdk.core.IResolvable name)
Property name: The new name of the MPS queue.
|
Pipeline.Builder |
name(String name)
Property name: The new name of the MPS queue.
|
Pipeline.Builder |
notifyConfig(com.aliyun.ros.cdk.core.IResolvable notifyConfig)
Property notifyConfig: The Message Service (MNS) configuration, such as the information about the MNS queue or topic.
|
Pipeline.Builder |
notifyConfig(RosPipeline.NotifyConfigProperty notifyConfig)
Property notifyConfig: The Message Service (MNS) configuration, such as the information about the MNS queue or topic.
|
Pipeline.Builder |
role(com.aliyun.ros.cdk.core.IResolvable role)
Property role: The role that is assigned to the current RAM user.
|
Pipeline.Builder |
role(String role)
Property role: The role that is assigned to the current RAM user.
|
Pipeline.Builder |
speed(com.aliyun.ros.cdk.core.IResolvable speed)
Property speed: Pipe type.
|
Pipeline.Builder |
speed(String speed)
Property speed: Pipe type.
|
Pipeline.Builder |
speedLevel(com.aliyun.ros.cdk.core.IResolvable speedLevel)
Property speedLevel: Speed level.
|
Pipeline.Builder |
speedLevel(Number speedLevel)
Property speedLevel: Speed level.
|
Pipeline.Builder |
state(com.aliyun.ros.cdk.core.IResolvable state)
Property state: The new state of the MPS queue.
|
Pipeline.Builder |
state(String state)
Property state: The new state of the MPS queue.
|
public static Pipeline.Builder create(com.aliyun.ros.cdk.core.Construct scope, String id, Boolean enableResourcePropertyConstraint)
scope - This parameter is required.id - This parameter is required.enableResourcePropertyConstraint - Pipeline.Builder.public static Pipeline.Builder create(com.aliyun.ros.cdk.core.Construct scope, String id)
scope - This parameter is required.id - This parameter is required.Pipeline.Builder.public Pipeline.Builder name(String name)
The value can contain letters, digits, and special characters such as hyphens (-) and can be up to 128 bytes in size. The value cannot start with a special character.
name - Property name: The new name of the MPS queue. This parameter is required.thispublic Pipeline.Builder name(com.aliyun.ros.cdk.core.IResolvable name)
The value can contain letters, digits, and special characters such as hyphens (-) and can be up to 128 bytes in size. The value cannot start with a special character.
name - Property name: The new name of the MPS queue. This parameter is required.thispublic Pipeline.Builder notifyConfig(com.aliyun.ros.cdk.core.IResolvable notifyConfig)
For more information, see NotifyConfig.
notifyConfig - Property notifyConfig: The Message Service (MNS) configuration, such as the information about the MNS queue or topic. This parameter is required.thispublic Pipeline.Builder notifyConfig(RosPipeline.NotifyConfigProperty notifyConfig)
For more information, see NotifyConfig.
notifyConfig - Property notifyConfig: The Message Service (MNS) configuration, such as the information about the MNS queue or topic. This parameter is required.thispublic Pipeline.Builder role(String role)
To obtain the role, you can log on to the RAM console and choose Identities > Roles in the left-side navigation pane.
role - Property role: The role that is assigned to the current RAM user. This parameter is required.thispublic Pipeline.Builder role(com.aliyun.ros.cdk.core.IResolvable role)
To obtain the role, you can log on to the RAM console and choose Identities > Roles in the left-side navigation pane.
role - Property role: The role that is assigned to the current RAM user. This parameter is required.thispublic Pipeline.Builder speed(String speed)
Value: Boost: Double-speed transcoding Standard: ordinary pipe NarrowBandHDV2: Narrowband HD 2.0 AIVideoCover: Smart Screenshots AIVideoTag: video tag (supports regions Shanghai, Beijing, Hangzhou). Default: Standard.
speed - Property speed: Pipe type. This parameter is required.thispublic Pipeline.Builder speed(com.aliyun.ros.cdk.core.IResolvable speed)
Value: Boost: Double-speed transcoding Standard: ordinary pipe NarrowBandHDV2: Narrowband HD 2.0 AIVideoCover: Smart Screenshots AIVideoTag: video tag (supports regions Shanghai, Beijing, Hangzhou). Default: Standard.
speed - Property speed: Pipe type. This parameter is required.thispublic Pipeline.Builder speedLevel(Number speedLevel)
speedLevel - Property speedLevel: Speed level. This parameter is required.thispublic Pipeline.Builder speedLevel(com.aliyun.ros.cdk.core.IResolvable speedLevel)
speedLevel - Property speedLevel: Speed level. This parameter is required.thispublic Pipeline.Builder state(String state)
Active: The MPS queue is active. Jobs in the MPS queue can be scheduled and run by MPS. Paused: The MPS queue is paused. Jobs in the MPS queue cannot be scheduled or run by MPS, and all jobs remain in the Submitted state. Jobs that are running will not be affected.
state - Property state: The new state of the MPS queue. This parameter is required.thispublic Pipeline.Builder state(com.aliyun.ros.cdk.core.IResolvable state)
Active: The MPS queue is active. Jobs in the MPS queue can be scheduled and run by MPS. Paused: The MPS queue is paused. Jobs in the MPS queue cannot be scheduled or run by MPS, and all jobs remain in the Submitted state. Jobs that are running will not be affected.
state - Property state: The new state of the MPS queue. This parameter is required.thisCopyright © 2022. All rights reserved.