Interface ResourcePoolSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ResourcePoolSummary.Builder,,ResourcePoolSummary> SdkBuilder<ResourcePoolSummary.Builder,,ResourcePoolSummary> SdkPojo
- Enclosing class:
ResourcePoolSummary
@Mutable
@NotThreadSafe
public static interface ResourcePoolSummary.Builder
extends SdkPojo, CopyableBuilder<ResourcePoolSummary.Builder,ResourcePoolSummary>
-
Method Summary
Modifier and TypeMethodDescriptionavailableComputeCapacity(Integer availableComputeCapacity) The available compute capacity in the resource pool.availableStorageCapacityInTBs(Double availableStorageCapacityInTBs) The available storage capacity in the resource pool, in TB.isDisabled(Boolean isDisabled) Indicates whether the resource pool is disabled.The number of Autonomous Databases that the resource pool can contain.poolStorageSizeInTBs(Integer poolStorageSizeInTBs) The total storage size of the resource pool, in terabytes (TB).totalComputeCapacity(Integer totalComputeCapacity) The total compute capacity of the resource pool.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
isDisabled
Indicates whether the resource pool is disabled.
- Parameters:
isDisabled- Indicates whether the resource pool is disabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
poolSize
The number of Autonomous Databases that the resource pool can contain.
- Parameters:
poolSize- The number of Autonomous Databases that the resource pool can contain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
poolStorageSizeInTBs
The total storage size of the resource pool, in terabytes (TB).
- Parameters:
poolStorageSizeInTBs- The total storage size of the resource pool, in terabytes (TB).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
availableStorageCapacityInTBs
The available storage capacity in the resource pool, in TB.
- Parameters:
availableStorageCapacityInTBs- The available storage capacity in the resource pool, in TB.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
totalComputeCapacity
The total compute capacity of the resource pool.
- Parameters:
totalComputeCapacity- The total compute capacity of the resource pool.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
availableComputeCapacity
The available compute capacity in the resource pool.
- Parameters:
availableComputeCapacity- The available compute capacity in the resource pool.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-