static CreateStorageProfileRequest.Builder |
CreateStorageProfileRequest.builder() |
|
CreateStorageProfileRequest.Builder |
CreateStorageProfileRequest.Builder.clientToken(String clientToken) |
The unique token which the server uses to recognize retries of the same request.
|
CreateStorageProfileRequest.Builder |
CreateStorageProfileRequest.Builder.displayName(String displayName) |
The display name of the storage profile.
|
CreateStorageProfileRequest.Builder |
CreateStorageProfileRequest.Builder.farmId(String farmId) |
The farm ID of the farm to connect to the storage profile.
|
CreateStorageProfileRequest.Builder |
CreateStorageProfileRequest.Builder.fileSystemLocations(Collection<FileSystemLocation> fileSystemLocations) |
File system paths to include in the storage profile.
|
CreateStorageProfileRequest.Builder |
CreateStorageProfileRequest.Builder.fileSystemLocations(Consumer<FileSystemLocation.Builder>... fileSystemLocations) |
File system paths to include in the storage profile.
|
CreateStorageProfileRequest.Builder |
CreateStorageProfileRequest.Builder.fileSystemLocations(FileSystemLocation... fileSystemLocations) |
File system paths to include in the storage profile.
|
CreateStorageProfileRequest.Builder |
CreateStorageProfileRequest.Builder.osFamily(String osFamily) |
The type of operating system (OS) for the storage profile.
|
CreateStorageProfileRequest.Builder |
CreateStorageProfileRequest.Builder.osFamily(StorageProfileOperatingSystemFamily osFamily) |
The type of operating system (OS) for the storage profile.
|
CreateStorageProfileRequest.Builder |
CreateStorageProfileRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateStorageProfileRequest.Builder |
CreateStorageProfileRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateStorageProfileRequest.Builder |
CreateStorageProfileRequest.toBuilder() |
|