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