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