@Generated(value="jsii-pacmak/1.59.0 (build eb02c92)", date="2022-06-08T09:23:35.750Z") public interface PipelineProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
PipelineProps.Builder
A builder for
PipelineProps |
static class |
PipelineProps.Jsii$Proxy
An implementation for
PipelineProps |
| Modifier and Type | Method and Description |
|---|---|
static PipelineProps.Builder |
builder() |
Object |
getName()
Property name: The new name of the MPS queue.
|
default Object |
getNotifyConfig()
Property notifyConfig: The Message Service (MNS) configuration, such as the information about the MNS queue or topic.
|
default Object |
getRole()
Property role: The role that is assigned to the current RAM user.
|
default Object |
getSpeed()
Property speed: Pipe type.
|
default Object |
getSpeedLevel()
Property speedLevel: Speed level.
|
default Object |
getState()
Property state: The new state of the MPS queue.
|
@NotNull Object getName()
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.
@Nullable default Object getNotifyConfig()
For more information, see NotifyConfig.
@Nullable default Object getRole()
To obtain the role, you can log on to the RAM console and choose Identities > Roles in the left-side navigation pane.
@Nullable default Object getSpeed()
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.
@Nullable default Object getSpeedLevel()
@Nullable default Object getState()
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.
static PipelineProps.Builder builder()
PipelineProps.Builder of PipelinePropsCopyright © 2022. All rights reserved.