public static interface StorageTypeLimit.Builder extends SdkPojo, CopyableBuilder<StorageTypeLimit.Builder,StorageTypeLimit>
| Modifier and Type | Method and Description |
|---|---|
StorageTypeLimit.Builder |
limitName(String limitName)
Name of storage limits that are applicable for given storage type.
|
StorageTypeLimit.Builder |
limitValues(Collection<String> limitValues)
Values for the
StorageTypeLimit$LimitName . |
StorageTypeLimit.Builder |
limitValues(String... limitValues)
Values for the
StorageTypeLimit$LimitName . |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildStorageTypeLimit.Builder limitName(String limitName)
Name of storage limits that are applicable for given storage type. If StorageType is
ebs, following storage options are applicable
limitName - Name of storage limits that are applicable for given storage type. If
StorageType is ebs, following storage options are applicable
StorageTypeLimit.Builder limitValues(Collection<String> limitValues)
Values for the StorageTypeLimit$LimitName .
limitValues - Values for the StorageTypeLimit$LimitName .StorageTypeLimit.Builder limitValues(String... limitValues)
Values for the StorageTypeLimit$LimitName .
limitValues - Values for the StorageTypeLimit$LimitName .Copyright © 2023. All rights reserved.