Package com.ibm.cloud.is.vpc.v1.model
Class UpdateInstanceOptions.Builder
- java.lang.Object
-
- com.ibm.cloud.is.vpc.v1.model.UpdateInstanceOptions.Builder
-
- Enclosing class:
- UpdateInstanceOptions
public static class UpdateInstanceOptions.Builder extends Object
Builder.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateInstanceOptionsbuild()Builds a UpdateInstanceOptions.UpdateInstanceOptions.Builderid(String id)Set the id.UpdateInstanceOptions.BuilderifMatch(String ifMatch)Set the ifMatch.UpdateInstanceOptions.BuilderinstancePatch(Map<String,Object> instancePatch)Set the instancePatch.
-
-
-
Method Detail
-
build
public UpdateInstanceOptions build()
Builds a UpdateInstanceOptions.- Returns:
- the new UpdateInstanceOptions instance
-
id
public UpdateInstanceOptions.Builder id(String id)
Set the id.- Parameters:
id- the id- Returns:
- the UpdateInstanceOptions builder
-
instancePatch
public UpdateInstanceOptions.Builder instancePatch(Map<String,Object> instancePatch)
Set the instancePatch.- Parameters:
instancePatch- the instancePatch- Returns:
- the UpdateInstanceOptions builder
-
ifMatch
public UpdateInstanceOptions.Builder ifMatch(String ifMatch)
Set the ifMatch.- Parameters:
ifMatch- the ifMatch- Returns:
- the UpdateInstanceOptions builder
-
-