| Package | Description |
|---|---|
| software.amazon.awssdk.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
static FileCacheLustreConfiguration.Builder |
FileCacheLustreConfiguration.builder() |
FileCacheLustreConfiguration.Builder |
FileCacheLustreConfiguration.Builder.deploymentType(FileCacheLustreDeploymentType deploymentType)
The deployment type of the Amazon File Cache resource, which must be
CACHE_1. |
FileCacheLustreConfiguration.Builder |
FileCacheLustreConfiguration.Builder.deploymentType(String deploymentType)
The deployment type of the Amazon File Cache resource, which must be
CACHE_1. |
default FileCacheLustreConfiguration.Builder |
FileCacheLustreConfiguration.Builder.logConfiguration(Consumer<LustreLogConfiguration.Builder> logConfiguration)
The configuration for Lustre logging used to write the enabled logging events for your Amazon File Cache
resource to Amazon CloudWatch Logs.
|
FileCacheLustreConfiguration.Builder |
FileCacheLustreConfiguration.Builder.logConfiguration(LustreLogConfiguration logConfiguration)
The configuration for Lustre logging used to write the enabled logging events for your Amazon File Cache
resource to Amazon CloudWatch Logs.
|
default FileCacheLustreConfiguration.Builder |
FileCacheLustreConfiguration.Builder.metadataConfiguration(Consumer<FileCacheLustreMetadataConfiguration.Builder> metadataConfiguration)
The configuration for a Lustre MDT (Metadata Target) storage volume.
|
FileCacheLustreConfiguration.Builder |
FileCacheLustreConfiguration.Builder.metadataConfiguration(FileCacheLustreMetadataConfiguration metadataConfiguration)
The configuration for a Lustre MDT (Metadata Target) storage volume.
|
FileCacheLustreConfiguration.Builder |
FileCacheLustreConfiguration.Builder.mountName(String mountName)
You use the
MountName value when mounting the cache. |
FileCacheLustreConfiguration.Builder |
FileCacheLustreConfiguration.Builder.perUnitStorageThroughput(Integer perUnitStorageThroughput)
Per unit storage throughput represents the megabytes per second of read or write throughput per 1 tebibyte of
storage provisioned.
|
FileCacheLustreConfiguration.Builder |
FileCacheLustreConfiguration.toBuilder() |
FileCacheLustreConfiguration.Builder |
FileCacheLustreConfiguration.Builder.weeklyMaintenanceStartTime(String weeklyMaintenanceStartTime)
Sets the value of the WeeklyMaintenanceStartTime property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends FileCacheLustreConfiguration.Builder> |
FileCacheLustreConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default FileCacheCreating.Builder |
FileCacheCreating.Builder.lustreConfiguration(Consumer<FileCacheLustreConfiguration.Builder> lustreConfiguration)
The configuration for the Amazon File Cache resource.
|
default FileCache.Builder |
FileCache.Builder.lustreConfiguration(Consumer<FileCacheLustreConfiguration.Builder> lustreConfiguration)
The configuration for the Amazon File Cache resource.
|
Copyright © 2023. All rights reserved.