Class InstanceGroupManagerPolicyPatch.Builder
java.lang.Object
com.ibm.cloud.is.vpc.v1.model.InstanceGroupManagerPolicyPatch.Builder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds a InstanceGroupManagerPolicyPatch.metricType
(String metricType) Set the metricType.metricValue
(long metricValue) Set the metricValue.Set the name.
-
Constructor Details
-
Builder
public Builder()Instantiates a new builder.
-
-
Method Details
-
build
Builds a InstanceGroupManagerPolicyPatch.- Returns:
- the new InstanceGroupManagerPolicyPatch instance
-
metricType
Set the metricType.- Parameters:
metricType
- the metricType- Returns:
- the InstanceGroupManagerPolicyPatch builder
-
metricValue
Set the metricValue.- Parameters:
metricValue
- the metricValue- Returns:
- the InstanceGroupManagerPolicyPatch builder
-
name
Set the name.- Parameters:
name
- the name- Returns:
- the InstanceGroupManagerPolicyPatch builder
-