Skip to content

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.

nameRequired

public java.lang.Object getName();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property name: Name of the project.


descriptionOptional

public java.lang.Object getDescription();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property description: Description of the project.


projectTypeOptional

public java.lang.Object getProjectType();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property projectType: Type of the project.


sdkTypeOptional

public java.lang.Object getSdkType();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property sdkType: Type of the SDK.