Skip to content

BizTypeProps

Properties for defining a BizType.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-aligreen-biztype

Initializer

import com.aliyun.ros.cdk.aligreen.BizTypeProps;
BizTypeProps.builder()
    .bizTypeName(java.lang.String)
    .bizTypeName(IResolvable)
    .citeTemplate(java.lang.Boolean)
    .citeTemplate(IResolvable)
//  .bizTypeImport(java.lang.String)
//  .bizTypeImport(IResolvable)
//  .description(java.lang.String)
//  .description(IResolvable)
//  .industryInfo(java.lang.String)
//  .industryInfo(IResolvable)
    .build();

Properties

Name Type Description
bizTypeName java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property bizTypeName: The name of the business scenario defined by the customer.
citeTemplate java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable Property citeTemplate: Specifies whether to import the configuration of an industry template.
bizTypeImport java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property bizTypeImport: The name of the existing business scenario that was imported from when the business scenario was created.
description java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property description: The description of the business scenario defined by the customer, which is a combination of Chinese and English, numbers, and underscores, and cannot exceed 32 characters.
industryInfo java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property industryInfo: The industry classification.

bizTypeNameRequired

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

Property bizTypeName: The name of the business scenario defined by the customer.

It can contain no more than 32 characters in English, numbers, and underscores.


citeTemplateRequired

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

Property citeTemplate: Specifies whether to import the configuration of an industry template.

Default value: false. Valid values: true: imports the configuration of an industry template. false: does not import the configuration of an industry template. If the value is true, you must specify the industryInfo parameter.


bizTypeImportOptional

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

Property bizTypeImport: The name of the existing business scenario that was imported from when the business scenario was created.


descriptionOptional

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

Property description: The description of the business scenario defined by the customer, which is a combination of Chinese and English, numbers, and underscores, and cannot exceed 32 characters.


industryInfoOptional

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

Property industryInfo: The industry classification.

For specific types see CreateBizType.