Uses of Class
com.tencentcloudapi.emr.v20190103.models.ClusterSetting
-
Packages that use ClusterSetting Package Description com.tencentcloudapi.emr.v20190103.models -
-
Uses of ClusterSetting in com.tencentcloudapi.emr.v20190103.models
Methods in com.tencentcloudapi.emr.v20190103.models that return ClusterSetting Modifier and Type Method Description ClusterSetting
RunJobFlowRequest. getInstance()
Get 只在CreateCluster为true时生效,使用该配置创建集群。Methods in com.tencentcloudapi.emr.v20190103.models with parameters of type ClusterSetting Modifier and Type Method Description void
RunJobFlowRequest. setInstance(ClusterSetting Instance)
Set 只在CreateCluster为true时生效,使用该配置创建集群。Constructors in com.tencentcloudapi.emr.v20190103.models with parameters of type ClusterSetting Constructor Description ClusterSetting(ClusterSetting source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-