Class ModifyClusterInstanceGroupRequest


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-06-05T15:30:58.134-07:00")
    public class ModifyClusterInstanceGroupRequest
    extends Object
    Request object for ModifyClusterInstanceGroup.
    • Constructor Detail

      • ModifyClusterInstanceGroupRequest

        public ModifyClusterInstanceGroupRequest()
    • Method Detail

      • getWorkspaceCrn

        public String getWorkspaceCrn()
        Getter for workspaceCrn. The CRN of the workspace cluster to modify.
      • setWorkspaceCrn

        public void setWorkspaceCrn​(String workspaceCrn)
        Setter for workspaceCrn. The CRN of the workspace cluster to modify.
      • getInstanceGroupName

        public String getInstanceGroupName()
        Getter for instanceGroupName. The name of the instance group of the workspace cluster to modify.
      • setInstanceGroupName

        public void setInstanceGroupName​(String instanceGroupName)
        Setter for instanceGroupName. The name of the instance group of the workspace cluster to modify.
      • getMin

        public Integer getMin()
        Getter for min. The desired autoscaling min of the workspace cluster instance group.
      • setMin

        public void setMin​(Integer min)
        Setter for min. The desired autoscaling min of the workspace cluster instance group.
      • getMax

        public Integer getMax()
        Getter for max. The desired autoscaling min of the workspace cluster instance group.
      • setMax

        public void setMax​(Integer max)
        Setter for max. The desired autoscaling min of the workspace cluster instance group.
      • getInstanceType

        public String getInstanceType()
        Getter for instanceType. The desired instance type of the workspace cluster instance group.
      • setInstanceType

        public void setInstanceType​(String instanceType)
        Setter for instanceType. The desired instance type of the workspace cluster instance group.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object