public static interface StorageType.Builder extends SdkPojo, CopyableBuilder<StorageType.Builder,StorageType>
| Modifier and Type | Method and Description |
|---|---|
StorageType.Builder |
storageSubTypeName(String storageSubTypeName)
Sets the value of the StorageSubTypeName property for this object.
|
StorageType.Builder |
storageTypeLimits(Collection<StorageTypeLimit> storageTypeLimits)
List of limits that are applicable for given storage type.
|
StorageType.Builder |
storageTypeLimits(Consumer<StorageTypeLimit.Builder>... storageTypeLimits)
List of limits that are applicable for given storage type.
|
StorageType.Builder |
storageTypeLimits(StorageTypeLimit... storageTypeLimits)
List of limits that are applicable for given storage type.
|
StorageType.Builder |
storageTypeName(String storageTypeName)
Sets the value of the StorageTypeName property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildStorageType.Builder storageTypeName(String storageTypeName)
storageTypeName - The new value for the StorageTypeName property for this object.StorageType.Builder storageSubTypeName(String storageSubTypeName)
storageSubTypeName - The new value for the StorageSubTypeName property for this object.StorageType.Builder storageTypeLimits(Collection<StorageTypeLimit> storageTypeLimits)
List of limits that are applicable for given storage type.
storageTypeLimits - List of limits that are applicable for given storage type.StorageType.Builder storageTypeLimits(StorageTypeLimit... storageTypeLimits)
List of limits that are applicable for given storage type.
storageTypeLimits - List of limits that are applicable for given storage type.StorageType.Builder storageTypeLimits(Consumer<StorageTypeLimit.Builder>... storageTypeLimits)
List of limits that are applicable for 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.