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.Object
Builder.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateResourceInstanceOptions.Builder
allowCleanup(java.lang.Boolean allowCleanup)
Set the allowCleanup.UpdateResourceInstanceOptions
build()
Builds a UpdateResourceInstanceOptions.UpdateResourceInstanceOptions.Builder
id(java.lang.String id)
Set the id.UpdateResourceInstanceOptions.Builder
name(java.lang.String name)
Set the name.UpdateResourceInstanceOptions.Builder
parameters(java.util.Map<java.lang.String,java.lang.Object> parameters)
Set the parameters.UpdateResourceInstanceOptions.Builder
resourcePlanId(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
-
-