Class InstanceGroupManagerPatch.Builder
java.lang.Object
com.ibm.cloud.is.vpc.v1.model.InstanceGroupManagerPatch.Builder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaggregationWindow(long aggregationWindow) Set the aggregationWindow.build()Builds a InstanceGroupManagerPatch.cooldown(long cooldown) Set the cooldown.managementEnabled(Boolean managementEnabled) Set the managementEnabled.maxMembershipCount(long maxMembershipCount) Set the maxMembershipCount.minMembershipCount(long minMembershipCount) Set the minMembershipCount.Set the name.
-
Constructor Details
-
Builder
public Builder()Instantiates a new builder.
-
-
Method Details
-
build
Builds a InstanceGroupManagerPatch.- Returns:
- the new InstanceGroupManagerPatch instance
-
aggregationWindow
Set the aggregationWindow.- Parameters:
aggregationWindow- the aggregationWindow- Returns:
- the InstanceGroupManagerPatch builder
-
cooldown
Set the cooldown.- Parameters:
cooldown- the cooldown- Returns:
- the InstanceGroupManagerPatch builder
-
managementEnabled
Set the managementEnabled.- Parameters:
managementEnabled- the managementEnabled- Returns:
- the InstanceGroupManagerPatch builder
-
maxMembershipCount
Set the maxMembershipCount.- Parameters:
maxMembershipCount- the maxMembershipCount- Returns:
- the InstanceGroupManagerPatch builder
-
minMembershipCount
Set the minMembershipCount.- Parameters:
minMembershipCount- the minMembershipCount- Returns:
- the InstanceGroupManagerPatch builder
-
name
Set the name.- Parameters:
name- the name- Returns:
- the InstanceGroupManagerPatch builder
-