Class UpdateResourceInstanceOptions.Builder
- java.lang.Object
-
- com.ibm.cloud.platform_services.resource_controller.v2.model.UpdateResourceInstanceOptions.Builder
-
- Enclosing class:
- UpdateResourceInstanceOptions
public static class UpdateResourceInstanceOptions.Builder extends java.lang.ObjectBuilder.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateResourceInstanceOptions.BuilderallowCleanup(java.lang.Boolean allowCleanup)Set the allowCleanup.UpdateResourceInstanceOptionsbuild()Builds a UpdateResourceInstanceOptions.UpdateResourceInstanceOptions.Builderid(java.lang.String id)Set the id.UpdateResourceInstanceOptions.Buildername(java.lang.String name)Set the name.UpdateResourceInstanceOptions.Builderparameters(java.util.Map<java.lang.String,java.lang.Object> parameters)Set the parameters.UpdateResourceInstanceOptions.BuilderresourcePlanId(java.lang.String resourcePlanId)Set the resourcePlanId.
-
-
-
Method Detail
-
build
public UpdateResourceInstanceOptions build()
Builds a UpdateResourceInstanceOptions.- Returns:
- the new UpdateResourceInstanceOptions instance
-
id
public UpdateResourceInstanceOptions.Builder id(java.lang.String id)
Set the id.- Parameters:
id- the id- Returns:
- the UpdateResourceInstanceOptions builder
-
name
public UpdateResourceInstanceOptions.Builder name(java.lang.String name)
Set the name.- Parameters:
name- the name- Returns:
- the UpdateResourceInstanceOptions builder
-
parameters
public UpdateResourceInstanceOptions.Builder parameters(java.util.Map<java.lang.String,java.lang.Object> parameters)
Set the parameters.- Parameters:
parameters- the parameters- Returns:
- the UpdateResourceInstanceOptions builder
-
resourcePlanId
public UpdateResourceInstanceOptions.Builder resourcePlanId(java.lang.String resourcePlanId)
Set the resourcePlanId.- Parameters:
resourcePlanId- the resourcePlanId- Returns:
- the UpdateResourceInstanceOptions builder
-
allowCleanup
public UpdateResourceInstanceOptions.Builder allowCleanup(java.lang.Boolean allowCleanup)
Set the allowCleanup.- Parameters:
allowCleanup- the allowCleanup- Returns:
- the UpdateResourceInstanceOptions builder
-
-