com.aliyun.ros.cdk.mps.RosPipeline Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ros-cdk-mps Show documentation
Show all versions of ros-cdk-mps Show documentation
Aliyun SDK Copyright (C) Alibaba Cloud Computing All rights reserved. http://www.aliyun.com
The newest version!
package com.aliyun.ros.cdk.mps;
/**
* This class is a base encapsulation around the ROS resource type ALIYUN::MPS::Pipeline
, which is used to create an ApsaraVideo Media Processing (MPS) queue.
*/
@javax.annotation.Generated(value = "jsii-pacmak/1.85.0 (build 08ee592)", date = "2024-12-13T06:45:09.428Z")
@software.amazon.jsii.Jsii(module = com.aliyun.ros.cdk.mps.$Module.class, fqn = "@alicloud/ros-cdk-mps.RosPipeline")
public class RosPipeline extends com.aliyun.ros.cdk.core.RosResource {
protected RosPipeline(final software.amazon.jsii.JsiiObjectRef objRef) {
super(objRef);
}
protected RosPipeline(final software.amazon.jsii.JsiiObject.InitializationMode initializationMode) {
super(initializationMode);
}
static {
ROS_RESOURCE_TYPE_NAME = software.amazon.jsii.JsiiObject.jsiiStaticGet(com.aliyun.ros.cdk.mps.RosPipeline.class, "ROS_RESOURCE_TYPE_NAME", software.amazon.jsii.NativeType.forClass(java.lang.String.class));
}
/**
* @param scope - scope in which this resource is defined.
This parameter is required.
* @param id - scoped id of the resource.
This parameter is required.
* @param props - resource properties.
This parameter is required.
* @param enableResourcePropertyConstraint This parameter is required.
*/
public RosPipeline(final @org.jetbrains.annotations.NotNull com.aliyun.ros.cdk.core.Construct scope, final @org.jetbrains.annotations.NotNull java.lang.String id, final @org.jetbrains.annotations.NotNull com.aliyun.ros.cdk.mps.RosPipelineProps props, final @org.jetbrains.annotations.NotNull java.lang.Boolean enableResourcePropertyConstraint) {
super(software.amazon.jsii.JsiiObject.InitializationMode.JSII);
software.amazon.jsii.JsiiEngine.getInstance().createNewObject(this, new Object[] { java.util.Objects.requireNonNull(scope, "scope is required"), java.util.Objects.requireNonNull(id, "id is required"), java.util.Objects.requireNonNull(props, "props is required"), java.util.Objects.requireNonNull(enableResourcePropertyConstraint, "enableResourcePropertyConstraint is required") });
}
@Override
protected @org.jetbrains.annotations.NotNull java.util.Map renderProperties(final @org.jetbrains.annotations.NotNull java.util.Map props) {
return java.util.Collections.unmodifiableMap(software.amazon.jsii.Kernel.call(this, "renderProperties", software.amazon.jsii.NativeType.mapOf(software.amazon.jsii.NativeType.forClass(java.lang.Object.class)), new Object[] { java.util.Objects.requireNonNull(props, "props is required") }));
}
/**
* The resource type name for this resource class.
*/
public final static java.lang.String ROS_RESOURCE_TYPE_NAME;
/**
*/
public @org.jetbrains.annotations.NotNull com.aliyun.ros.cdk.core.IResolvable getAttrPipelineId() {
return software.amazon.jsii.Kernel.get(this, "attrPipelineId", software.amazon.jsii.NativeType.forClass(com.aliyun.ros.cdk.core.IResolvable.class));
}
@Override
protected @org.jetbrains.annotations.NotNull java.util.Map getRosProperties() {
return java.util.Collections.unmodifiableMap(software.amazon.jsii.Kernel.get(this, "rosProperties", software.amazon.jsii.NativeType.mapOf(software.amazon.jsii.NativeType.forClass(java.lang.Object.class))));
}
public @org.jetbrains.annotations.NotNull java.lang.Boolean getEnableResourcePropertyConstraint() {
return software.amazon.jsii.Kernel.get(this, "enableResourcePropertyConstraint", software.amazon.jsii.NativeType.forClass(java.lang.Boolean.class));
}
public void setEnableResourcePropertyConstraint(final @org.jetbrains.annotations.NotNull java.lang.Boolean value) {
software.amazon.jsii.Kernel.set(this, "enableResourcePropertyConstraint", java.util.Objects.requireNonNull(value, "enableResourcePropertyConstraint is required"));
}
/**
*/
public @org.jetbrains.annotations.NotNull java.lang.Object getName() {
return software.amazon.jsii.Kernel.get(this, "name", software.amazon.jsii.NativeType.forClass(java.lang.Object.class));
}
/**
*/
public void setName(final @org.jetbrains.annotations.NotNull java.lang.String value) {
software.amazon.jsii.Kernel.set(this, "name", java.util.Objects.requireNonNull(value, "name is required"));
}
/**
*/
public void setName(final @org.jetbrains.annotations.NotNull com.aliyun.ros.cdk.core.IResolvable value) {
software.amazon.jsii.Kernel.set(this, "name", java.util.Objects.requireNonNull(value, "name is required"));
}
/**
*/
public @org.jetbrains.annotations.Nullable java.lang.Object getNotifyConfig() {
return software.amazon.jsii.Kernel.get(this, "notifyConfig", software.amazon.jsii.NativeType.forClass(java.lang.Object.class));
}
/**
*/
public void setNotifyConfig(final @org.jetbrains.annotations.Nullable com.aliyun.ros.cdk.core.IResolvable value) {
software.amazon.jsii.Kernel.set(this, "notifyConfig", value);
}
/**
*/
public void setNotifyConfig(final @org.jetbrains.annotations.Nullable com.aliyun.ros.cdk.mps.RosPipeline.NotifyConfigProperty value) {
software.amazon.jsii.Kernel.set(this, "notifyConfig", value);
}
/**
*/
public @org.jetbrains.annotations.Nullable java.lang.Object getRole() {
return software.amazon.jsii.Kernel.get(this, "role", software.amazon.jsii.NativeType.forClass(java.lang.Object.class));
}
/**
*/
public void setRole(final @org.jetbrains.annotations.Nullable java.lang.String value) {
software.amazon.jsii.Kernel.set(this, "role", value);
}
/**
*/
public void setRole(final @org.jetbrains.annotations.Nullable com.aliyun.ros.cdk.core.IResolvable value) {
software.amazon.jsii.Kernel.set(this, "role", value);
}
/**
*/
public @org.jetbrains.annotations.Nullable java.lang.Object getSpeed() {
return software.amazon.jsii.Kernel.get(this, "speed", software.amazon.jsii.NativeType.forClass(java.lang.Object.class));
}
/**
*/
public void setSpeed(final @org.jetbrains.annotations.Nullable java.lang.String value) {
software.amazon.jsii.Kernel.set(this, "speed", value);
}
/**
*/
public void setSpeed(final @org.jetbrains.annotations.Nullable com.aliyun.ros.cdk.core.IResolvable value) {
software.amazon.jsii.Kernel.set(this, "speed", value);
}
/**
*/
public @org.jetbrains.annotations.Nullable java.lang.Object getSpeedLevel() {
return software.amazon.jsii.Kernel.get(this, "speedLevel", software.amazon.jsii.NativeType.forClass(java.lang.Object.class));
}
/**
*/
public void setSpeedLevel(final @org.jetbrains.annotations.Nullable java.lang.Number value) {
software.amazon.jsii.Kernel.set(this, "speedLevel", value);
}
/**
*/
public void setSpeedLevel(final @org.jetbrains.annotations.Nullable com.aliyun.ros.cdk.core.IResolvable value) {
software.amazon.jsii.Kernel.set(this, "speedLevel", value);
}
/**
*/
public @org.jetbrains.annotations.Nullable java.lang.Object getState() {
return software.amazon.jsii.Kernel.get(this, "state", software.amazon.jsii.NativeType.forClass(java.lang.Object.class));
}
/**
*/
public void setState(final @org.jetbrains.annotations.Nullable java.lang.String value) {
software.amazon.jsii.Kernel.set(this, "state", value);
}
/**
*/
public void setState(final @org.jetbrains.annotations.Nullable com.aliyun.ros.cdk.core.IResolvable value) {
software.amazon.jsii.Kernel.set(this, "state", value);
}
/**
*/
@software.amazon.jsii.Jsii(module = com.aliyun.ros.cdk.mps.$Module.class, fqn = "@alicloud/ros-cdk-mps.RosPipeline.NotifyConfigProperty")
@software.amazon.jsii.Jsii.Proxy(NotifyConfigProperty.Jsii$Proxy.class)
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
public static interface NotifyConfigProperty extends software.amazon.jsii.JsiiSerializable {
/**
*/
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
default @org.jetbrains.annotations.Nullable java.lang.Object getQueueName() {
return null;
}
/**
*/
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
default @org.jetbrains.annotations.Nullable java.lang.Object getTopic() {
return null;
}
/**
* @return a {@link Builder} of {@link NotifyConfigProperty}
*/
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
static Builder builder() {
return new Builder();
}
/**
* A builder for {@link NotifyConfigProperty}
*/
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
public static final class Builder implements software.amazon.jsii.Builder {
java.lang.Object queueName;
java.lang.Object topic;
/**
* Sets the value of {@link NotifyConfigProperty#getQueueName}
* @param queueName the value to be set.
* @return {@code this}
*/
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
public Builder queueName(java.lang.String queueName) {
this.queueName = queueName;
return this;
}
/**
* Sets the value of {@link NotifyConfigProperty#getQueueName}
* @param queueName the value to be set.
* @return {@code this}
*/
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
public Builder queueName(com.aliyun.ros.cdk.core.IResolvable queueName) {
this.queueName = queueName;
return this;
}
/**
* Sets the value of {@link NotifyConfigProperty#getTopic}
* @param topic the value to be set.
* @return {@code this}
*/
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
public Builder topic(java.lang.String topic) {
this.topic = topic;
return this;
}
/**
* Sets the value of {@link NotifyConfigProperty#getTopic}
* @param topic the value to be set.
* @return {@code this}
*/
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
public Builder topic(com.aliyun.ros.cdk.core.IResolvable topic) {
this.topic = topic;
return this;
}
/**
* Builds the configured instance.
* @return a new instance of {@link NotifyConfigProperty}
* @throws NullPointerException if any required attribute was not provided
*/
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
@Override
public NotifyConfigProperty build() {
return new Jsii$Proxy(this);
}
}
/**
* An implementation for {@link NotifyConfigProperty}
*/
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
@software.amazon.jsii.Internal
final class Jsii$Proxy extends software.amazon.jsii.JsiiObject implements NotifyConfigProperty {
private final java.lang.Object queueName;
private final java.lang.Object topic;
/**
* Constructor that initializes the object based on values retrieved from the JsiiObject.
* @param objRef Reference to the JSII managed object.
*/
protected Jsii$Proxy(final software.amazon.jsii.JsiiObjectRef objRef) {
super(objRef);
this.queueName = software.amazon.jsii.Kernel.get(this, "queueName", software.amazon.jsii.NativeType.forClass(java.lang.Object.class));
this.topic = software.amazon.jsii.Kernel.get(this, "topic", software.amazon.jsii.NativeType.forClass(java.lang.Object.class));
}
/**
* Constructor that initializes the object based on literal property values passed by the {@link Builder}.
*/
protected Jsii$Proxy(final Builder builder) {
super(software.amazon.jsii.JsiiObject.InitializationMode.JSII);
this.queueName = builder.queueName;
this.topic = builder.topic;
}
@Override
public final java.lang.Object getQueueName() {
return this.queueName;
}
@Override
public final java.lang.Object getTopic() {
return this.topic;
}
@Override
@software.amazon.jsii.Internal
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson() {
final com.fasterxml.jackson.databind.ObjectMapper om = software.amazon.jsii.JsiiObjectMapper.INSTANCE;
final com.fasterxml.jackson.databind.node.ObjectNode data = com.fasterxml.jackson.databind.node.JsonNodeFactory.instance.objectNode();
if (this.getQueueName() != null) {
data.set("queueName", om.valueToTree(this.getQueueName()));
}
if (this.getTopic() != null) {
data.set("topic", om.valueToTree(this.getTopic()));
}
final com.fasterxml.jackson.databind.node.ObjectNode struct = com.fasterxml.jackson.databind.node.JsonNodeFactory.instance.objectNode();
struct.set("fqn", om.valueToTree("@alicloud/ros-cdk-mps.RosPipeline.NotifyConfigProperty"));
struct.set("data", data);
final com.fasterxml.jackson.databind.node.ObjectNode obj = com.fasterxml.jackson.databind.node.JsonNodeFactory.instance.objectNode();
obj.set("$jsii.struct", struct);
return obj;
}
@Override
public final boolean equals(final Object o) {
if (this == o) return true;
if (o == null || getClass() != o.getClass()) return false;
NotifyConfigProperty.Jsii$Proxy that = (NotifyConfigProperty.Jsii$Proxy) o;
if (this.queueName != null ? !this.queueName.equals(that.queueName) : that.queueName != null) return false;
return this.topic != null ? this.topic.equals(that.topic) : that.topic == null;
}
@Override
public final int hashCode() {
int result = this.queueName != null ? this.queueName.hashCode() : 0;
result = 31 * result + (this.topic != null ? this.topic.hashCode() : 0);
return result;
}
}
}
/**
* A fluent builder for {@link com.aliyun.ros.cdk.mps.RosPipeline}.
*/
public static final class Builder implements software.amazon.jsii.Builder {
/**
* @return a new instance of {@link Builder}.
* @param scope - scope in which this resource is defined.
This parameter is required.
* @param id - scoped id of the resource.
This parameter is required.
* @param enableResourcePropertyConstraint This parameter is required.
*/
public static Builder create(final com.aliyun.ros.cdk.core.Construct scope, final java.lang.String id, final java.lang.Boolean enableResourcePropertyConstraint) {
return new Builder(scope, id, enableResourcePropertyConstraint);
}
private final com.aliyun.ros.cdk.core.Construct scope;
private final java.lang.String id;
private final java.lang.Boolean enableResourcePropertyConstraint;
private final com.aliyun.ros.cdk.mps.RosPipelineProps.Builder props;
private Builder(final com.aliyun.ros.cdk.core.Construct scope, final java.lang.String id, final java.lang.Boolean enableResourcePropertyConstraint) {
this.scope = scope;
this.id = id;
this.enableResourcePropertyConstraint = enableResourcePropertyConstraint;
this.props = new com.aliyun.ros.cdk.mps.RosPipelineProps.Builder();
}
/**
* @return {@code this}
* @param name This parameter is required.
*/
public Builder name(final java.lang.String name) {
this.props.name(name);
return this;
}
/**
* @return {@code this}
* @param name This parameter is required.
*/
public Builder name(final com.aliyun.ros.cdk.core.IResolvable name) {
this.props.name(name);
return this;
}
/**
* @return {@code this}
* @param notifyConfig This parameter is required.
*/
public Builder notifyConfig(final com.aliyun.ros.cdk.core.IResolvable notifyConfig) {
this.props.notifyConfig(notifyConfig);
return this;
}
/**
* @return {@code this}
* @param notifyConfig This parameter is required.
*/
public Builder notifyConfig(final com.aliyun.ros.cdk.mps.RosPipeline.NotifyConfigProperty notifyConfig) {
this.props.notifyConfig(notifyConfig);
return this;
}
/**
* @return {@code this}
* @param role This parameter is required.
*/
public Builder role(final java.lang.String role) {
this.props.role(role);
return this;
}
/**
* @return {@code this}
* @param role This parameter is required.
*/
public Builder role(final com.aliyun.ros.cdk.core.IResolvable role) {
this.props.role(role);
return this;
}
/**
* @return {@code this}
* @param speed This parameter is required.
*/
public Builder speed(final java.lang.String speed) {
this.props.speed(speed);
return this;
}
/**
* @return {@code this}
* @param speed This parameter is required.
*/
public Builder speed(final com.aliyun.ros.cdk.core.IResolvable speed) {
this.props.speed(speed);
return this;
}
/**
* @return {@code this}
* @param speedLevel This parameter is required.
*/
public Builder speedLevel(final java.lang.Number speedLevel) {
this.props.speedLevel(speedLevel);
return this;
}
/**
* @return {@code this}
* @param speedLevel This parameter is required.
*/
public Builder speedLevel(final com.aliyun.ros.cdk.core.IResolvable speedLevel) {
this.props.speedLevel(speedLevel);
return this;
}
/**
* @return {@code this}
* @param state This parameter is required.
*/
public Builder state(final java.lang.String state) {
this.props.state(state);
return this;
}
/**
* @return {@code this}
* @param state This parameter is required.
*/
public Builder state(final com.aliyun.ros.cdk.core.IResolvable state) {
this.props.state(state);
return this;
}
/**
* @return a newly built instance of {@link com.aliyun.ros.cdk.mps.RosPipeline}.
*/
@Override
public com.aliyun.ros.cdk.mps.RosPipeline build() {
return new com.aliyun.ros.cdk.mps.RosPipeline(
this.scope,
this.id,
this.props.build(),
this.enableResourcePropertyConstraint
);
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy