Class UpdateInstanceGroupManagerOptions.Builder
java.lang.Object
com.ibm.cloud.is.vpc.v1.model.UpdateInstanceGroupManagerOptions.Builder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds a UpdateInstanceGroupManagerOptions.Set the id.instanceGroupId
(String instanceGroupId) Set the instanceGroupId.instanceGroupManagerPatch
(Map<String, Object> instanceGroupManagerPatch) Set the instanceGroupManagerPatch.
-
Constructor Details
-
Builder
public Builder()Instantiates a new builder. -
Builder
-
-
Method Details
-
build
Builds a UpdateInstanceGroupManagerOptions.- Returns:
- the new UpdateInstanceGroupManagerOptions instance
-
instanceGroupId
Set the instanceGroupId.- Parameters:
instanceGroupId
- the instanceGroupId- Returns:
- the UpdateInstanceGroupManagerOptions builder
-
id
Set the id.- Parameters:
id
- the id- Returns:
- the UpdateInstanceGroupManagerOptions builder
-
instanceGroupManagerPatch
public UpdateInstanceGroupManagerOptions.Builder instanceGroupManagerPatch(Map<String, Object> instanceGroupManagerPatch) Set the instanceGroupManagerPatch.- Parameters:
instanceGroupManagerPatch
- the instanceGroupManagerPatch- Returns:
- the UpdateInstanceGroupManagerOptions builder
-