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 that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #storageTypeLimits(List) .storageTypeLimits - a consumer that will call methods on List.Builder #storageTypeLimits(List) Copyright © 2022. All rights reserved.