Skip to content

ClusterServiceConfigsProps

Properties for defining a ClusterServiceConfigs.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-emr-clusterserviceconfigs

Initializer

import com.aliyun.ros.cdk.emr.ClusterServiceConfigsProps;
ClusterServiceConfigsProps.builder()
    .clusterId(java.lang.String)
    .clusterId(IResolvable)
    .serviceConfigs(IResolvable)
    .serviceConfigs(java.util.List<IResolvable)
    .serviceConfigs(ServiceConfigsProperty>)
    .build();

Properties

Name Type Description
clusterId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property clusterId: The ID of the cluster.
serviceConfigs com.aliyun.ros.cdk.core.IResolvable OR java.util.ListServiceConfigsProperty> Property serviceConfigs: Server configs.

clusterIdRequired

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

Property clusterId: The ID of the cluster.


serviceConfigsRequired

public java.lang.Object getServiceConfigs();
  • Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.ListServiceConfigsProperty>

Property serviceConfigs: Server configs.