static GetStorageProfileResponse.Builder |
GetStorageProfileResponse.builder() |
|
GetStorageProfileResponse.Builder |
GetStorageProfileResponse.Builder.createdAt(Instant createdAt) |
The date and time the resource was created.
|
GetStorageProfileResponse.Builder |
GetStorageProfileResponse.Builder.createdBy(String createdBy) |
The user or system that created this resource.
|
GetStorageProfileResponse.Builder |
GetStorageProfileResponse.Builder.displayName(String displayName) |
The display name of the storage profile.
|
GetStorageProfileResponse.Builder |
GetStorageProfileResponse.Builder.fileSystemLocations(Collection<FileSystemLocation> fileSystemLocations) |
The location of the files for the storage profile.
|
GetStorageProfileResponse.Builder |
GetStorageProfileResponse.Builder.fileSystemLocations(Consumer<FileSystemLocation.Builder>... fileSystemLocations) |
The location of the files for the storage profile.
|
GetStorageProfileResponse.Builder |
GetStorageProfileResponse.Builder.fileSystemLocations(FileSystemLocation... fileSystemLocations) |
The location of the files for the storage profile.
|
GetStorageProfileResponse.Builder |
GetStorageProfileResponse.Builder.osFamily(String osFamily) |
The operating system (OS) for the storage profile.
|
GetStorageProfileResponse.Builder |
GetStorageProfileResponse.Builder.osFamily(StorageProfileOperatingSystemFamily osFamily) |
The operating system (OS) for the storage profile.
|
GetStorageProfileResponse.Builder |
GetStorageProfileResponse.Builder.storageProfileId(String storageProfileId) |
The storage profile ID.
|
GetStorageProfileResponse.Builder |
GetStorageProfileResponse.toBuilder() |
|
GetStorageProfileResponse.Builder |
GetStorageProfileResponse.Builder.updatedAt(Instant updatedAt) |
The date and time the resource was updated.
|
GetStorageProfileResponse.Builder |
GetStorageProfileResponse.Builder.updatedBy(String updatedBy) |
The user or system that updated this resource.
|