public static interface StorageRuleType.Builder extends SdkPojo, CopyableBuilder<StorageRuleType.Builder,StorageRuleType>
| Modifier and Type | Method and Description |
|---|---|
StorageRuleType.Builder |
storageAllocatedInBytes(Long storageAllocatedInBytes)
The amount of storage allocated, in bytes.
|
StorageRuleType.Builder |
storageType(StorageType storageType)
The type of storage.
|
StorageRuleType.Builder |
storageType(String storageType)
The type of storage.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildStorageRuleType.Builder storageAllocatedInBytes(Long storageAllocatedInBytes)
The amount of storage allocated, in bytes.
storageAllocatedInBytes - The amount of storage allocated, in bytes.StorageRuleType.Builder storageType(String storageType)
The type of storage.
storageType - The type of storage.StorageType,
StorageTypeStorageRuleType.Builder storageType(StorageType storageType)
The type of storage.
storageType - The type of storage.StorageType,
StorageTypeCopyright © 2023. All rights reserved.