Uses of Interface
software.amazon.awssdk.services.deadline.model.StorageProfileSummary.Builder
-
Packages that use StorageProfileSummary.Builder Package Description software.amazon.awssdk.services.deadline.model -
-
Uses of StorageProfileSummary.Builder in software.amazon.awssdk.services.deadline.model
Methods in software.amazon.awssdk.services.deadline.model that return StorageProfileSummary.Builder Modifier and Type Method Description static StorageProfileSummary.BuilderStorageProfileSummary. builder()StorageProfileSummary.BuilderStorageProfileSummary.Builder. displayName(String displayName)The display name of the storage profile summary to update.StorageProfileSummary.BuilderStorageProfileSummary.Builder. osFamily(String osFamily)The operating system (OS) family.StorageProfileSummary.BuilderStorageProfileSummary.Builder. osFamily(StorageProfileOperatingSystemFamily osFamily)The operating system (OS) family.StorageProfileSummary.BuilderStorageProfileSummary.Builder. storageProfileId(String storageProfileId)The storage profile ID.StorageProfileSummary.BuilderStorageProfileSummary. toBuilder()Methods in software.amazon.awssdk.services.deadline.model that return types with arguments of type StorageProfileSummary.Builder Modifier and Type Method Description static Class<? extends StorageProfileSummary.Builder>StorageProfileSummary. serializableBuilderClass()
-