@Generated(value="jsii-pacmak/1.85.0 (build 08ee592)", date="2023-09-25T10:01:46.267Z") public class RosNamespace extends com.aliyun.ros.cdk.core.RosResource
ALIYUN::Flink::Namespace.| Modifier and Type | Class and Description |
|---|---|
static class |
RosNamespace.Builder
A fluent builder for
RosNamespace. |
static interface |
RosNamespace.ResourceSpecProperty |
| Modifier and Type | Field and Description |
|---|---|
static String |
ROS_RESOURCE_TYPE_NAME
The resource type name for this resource class.
|
| Modifier | Constructor and Description |
|---|---|
|
RosNamespace(com.aliyun.ros.cdk.core.Construct scope,
String id,
RosNamespaceProps props,
Boolean enableResourcePropertyConstraint)
Create a new
ALIYUN::Flink::Namespace. |
protected |
RosNamespace(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
RosNamespace(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
com.aliyun.ros.cdk.core.IResolvable |
getAttrInstanceId() |
com.aliyun.ros.cdk.core.IResolvable |
getAttrNamespace() |
Boolean |
getEnableResourcePropertyConstraint() |
Object |
getInstanceId() |
Object |
getNamespace() |
Object |
getResourceSpec() |
protected Map<String,Object> |
getRosProperties() |
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setEnableResourcePropertyConstraint(Boolean value) |
void |
setInstanceId(com.aliyun.ros.cdk.core.IResolvable value) |
void |
setInstanceId(String value) |
void |
setNamespace(com.aliyun.ros.cdk.core.IResolvable value) |
void |
setNamespace(String value) |
void |
setResourceSpec(com.aliyun.ros.cdk.core.IResolvable value) |
void |
setResourceSpec(RosNamespace.ResourceSpecProperty 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 RosNamespace(software.amazon.jsii.JsiiObjectRef objRef)
protected RosNamespace(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
public RosNamespace(@NotNull
com.aliyun.ros.cdk.core.Construct scope,
@NotNull
String id,
@NotNull
RosNamespaceProps props,
@NotNull
Boolean enableResourcePropertyConstraint)
ALIYUN::Flink::Namespace.
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 getAttrInstanceId()
@NotNull public com.aliyun.ros.cdk.core.IResolvable getAttrNamespace()
@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 getInstanceId()
public void setInstanceId(@NotNull
String value)
public void setInstanceId(@NotNull
com.aliyun.ros.cdk.core.IResolvable value)
@NotNull public Object getNamespace()
public void setNamespace(@NotNull
String value)
public void setNamespace(@NotNull
com.aliyun.ros.cdk.core.IResolvable value)
@Nullable public Object getResourceSpec()
public void setResourceSpec(@Nullable
com.aliyun.ros.cdk.core.IResolvable value)
public void setResourceSpec(@Nullable
RosNamespace.ResourceSpecProperty value)
Copyright © 2023. All rights reserved.