Skip to content

RosClusterServiceConfigsProps

Properties for defining a RosClusterServiceConfigs.

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

Initializer

import com.aliyun.ros.cdk.emr.RosClusterServiceConfigsProps;
RosClusterServiceConfigsProps.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 No description.
serviceConfigs com.aliyun.ros.cdk.core.IResolvable OR java.util.ListServiceConfigsProperty> No description.

clusterIdRequired

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

serviceConfigsRequired

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