public static class UpdateResourceInstanceOptions.Builder extends Object
| Constructor and Description |
|---|
Builder()
Instantiates a new builder.
|
Builder(String id)
Instantiates a new builder with required properties.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateResourceInstanceOptions.Builder |
allowCleanup(Boolean allowCleanup)
Set the allowCleanup.
|
UpdateResourceInstanceOptions |
build()
Builds a UpdateResourceInstanceOptions.
|
UpdateResourceInstanceOptions.Builder |
id(String id)
Set the id.
|
UpdateResourceInstanceOptions.Builder |
name(String name)
Set the name.
|
UpdateResourceInstanceOptions.Builder |
parameters(Map<String,Object> parameters)
Set the parameters.
|
UpdateResourceInstanceOptions.Builder |
resourcePlanId(String resourcePlanId)
Set the resourcePlanId.
|
public Builder()
public Builder(String id)
id - the idpublic UpdateResourceInstanceOptions build()
public UpdateResourceInstanceOptions.Builder id(String id)
id - the idpublic UpdateResourceInstanceOptions.Builder name(String name)
name - the namepublic UpdateResourceInstanceOptions.Builder parameters(Map<String,Object> parameters)
parameters - the parameterspublic UpdateResourceInstanceOptions.Builder resourcePlanId(String resourcePlanId)
resourcePlanId - the resourcePlanIdpublic UpdateResourceInstanceOptions.Builder allowCleanup(Boolean allowCleanup)
allowCleanup - the allowCleanupCopyright © 2021 IBM Cloud Platform Services. All rights reserved.