public static interface StorageType.Builder extends SdkPojo, CopyableBuilder<StorageType.Builder,StorageType>
| Modifier and Type | Method and Description |
|---|---|
StorageType.Builder |
storageSubTypeName(String storageSubTypeName)
The storage sub-type, such as
gp3 or io1. |
StorageType.Builder |
storageTypeLimits(Collection<StorageTypeLimit> storageTypeLimits)
Limits that are applicable for the given storage type.
|
StorageType.Builder |
storageTypeLimits(Consumer<StorageTypeLimit.Builder>... storageTypeLimits)
Limits that are applicable for the given storage type.
|
StorageType.Builder |
storageTypeLimits(StorageTypeLimit... storageTypeLimits)
Limits that are applicable for the given storage type.
|
StorageType.Builder |
storageTypeName(String storageTypeName)
The name of the storage type.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildStorageType.Builder storageTypeName(String storageTypeName)
The name of the storage type.
storageTypeName - The name of the storage type.StorageType.Builder storageSubTypeName(String storageSubTypeName)
The storage sub-type, such as gp3 or io1.
storageSubTypeName - The storage sub-type, such as gp3 or io1.StorageType.Builder storageTypeLimits(Collection<StorageTypeLimit> storageTypeLimits)
Limits that are applicable for the given storage type.
storageTypeLimits - Limits that are applicable for the given storage type.StorageType.Builder storageTypeLimits(StorageTypeLimit... storageTypeLimits)
Limits that are applicable for the given storage type.
storageTypeLimits - Limits that are applicable for the given storage type.StorageType.Builder storageTypeLimits(Consumer<StorageTypeLimit.Builder>... storageTypeLimits)
Limits that are applicable for the given storage type.
This is a convenience method that creates an instance of theStorageTypeLimit.Builder avoiding the need to create
one manually via StorageTypeLimit.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #storageTypeLimits(List.
storageTypeLimits - a consumer that will call methods on
StorageTypeLimit.Builder#storageTypeLimits(java.util.Collection) Copyright © 2023. All rights reserved.