Uses of Interface
software.amazon.awssdk.services.elasticsearch.model.StorageType.Builder
-
Packages that use StorageType.Builder Package Description software.amazon.awssdk.services.elasticsearch.model -
-
Uses of StorageType.Builder in software.amazon.awssdk.services.elasticsearch.model
Methods in software.amazon.awssdk.services.elasticsearch.model that return StorageType.Builder Modifier and Type Method Description static StorageType.BuilderStorageType. builder()StorageType.BuilderStorageType.Builder. storageSubTypeName(String storageSubTypeName)Sets the value of the StorageSubTypeName property for this object.StorageType.BuilderStorageType.Builder. storageTypeLimits(Collection<StorageTypeLimit> storageTypeLimits)List of limits that are applicable for given storage type.StorageType.BuilderStorageType.Builder. storageTypeLimits(Consumer<StorageTypeLimit.Builder>... storageTypeLimits)List of limits that are applicable for given storage type.StorageType.BuilderStorageType.Builder. storageTypeLimits(StorageTypeLimit... storageTypeLimits)List of limits that are applicable for given storage type.StorageType.BuilderStorageType.Builder. storageTypeName(String storageTypeName)Sets the value of the StorageTypeName property for this object.StorageType.BuilderStorageType. toBuilder()Methods in software.amazon.awssdk.services.elasticsearch.model that return types with arguments of type StorageType.Builder Modifier and Type Method Description static Class<? extends StorageType.Builder>StorageType. serializableBuilderClass()
-