public static class ResourcePoolSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ResourcePoolSummary |
build() |
ResourcePoolSummary.Builder |
copy(ResourcePoolSummary model) |
ResourcePoolSummary.Builder |
isDisabled(Boolean isDisabled)
Indicates if the resource pool should be deleted for the Autonomous Database.
|
ResourcePoolSummary.Builder |
poolSize(Integer poolSize)
Resource pool size.
|
public ResourcePoolSummary.Builder poolSize(Integer poolSize)
Resource pool size.
poolSize
- the value to setpublic ResourcePoolSummary.Builder isDisabled(Boolean isDisabled)
Indicates if the resource pool should be deleted for the Autonomous Database.
isDisabled
- the value to setpublic ResourcePoolSummary build()
public ResourcePoolSummary.Builder copy(ResourcePoolSummary model)
Copyright © 2016–2024. All rights reserved.