ProjectProps
Properties for defining a Project
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-nls-project
Initializer
import com.aliyun.ros.cdk.nls.ProjectProps;
ProjectProps.builder()
.name(java.lang.String)
.name(IResolvable)
// .description(java.lang.String)
// .description(IResolvable)
// .projectType(java.lang.String)
// .projectType(IResolvable)
// .sdkType(java.lang.String)
// .sdkType(IResolvable)
.build();
Properties
Name | Type | Description |
---|---|---|
name |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property name: Name of the project. |
description |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property description: Description of the project. |
projectType |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property projectType: Type of the project. |
sdkType |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property sdkType: Type of the SDK. |
name
Required
public java.lang.Object getName();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property name: Name of the project.
description
Optional
public java.lang.Object getDescription();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property description: Description of the project.
projectType
Optional
public java.lang.Object getProjectType();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property projectType: Type of the project.
sdkType
Optional
public java.lang.Object getSdkType();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property sdkType: Type of the SDK.