| Package | Description |
|---|---|
| software.amazon.awssdk.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
OpenZFSFileSystemConfiguration.Builder |
OpenZFSFileSystemConfiguration.Builder.automaticBackupRetentionDays(Integer automaticBackupRetentionDays)
Sets the value of the AutomaticBackupRetentionDays property for this object.
|
static OpenZFSFileSystemConfiguration.Builder |
OpenZFSFileSystemConfiguration.builder() |
OpenZFSFileSystemConfiguration.Builder |
OpenZFSFileSystemConfiguration.Builder.copyTagsToBackups(Boolean copyTagsToBackups)
A Boolean value indicating whether tags on the file system should be copied to backups.
|
OpenZFSFileSystemConfiguration.Builder |
OpenZFSFileSystemConfiguration.Builder.copyTagsToVolumes(Boolean copyTagsToVolumes)
A Boolean value indicating whether tags for the volume should be copied to snapshots.
|
OpenZFSFileSystemConfiguration.Builder |
OpenZFSFileSystemConfiguration.Builder.dailyAutomaticBackupStartTime(String dailyAutomaticBackupStartTime)
Sets the value of the DailyAutomaticBackupStartTime property for this object.
|
OpenZFSFileSystemConfiguration.Builder |
OpenZFSFileSystemConfiguration.Builder.deploymentType(OpenZFSDeploymentType deploymentType)
Specifies the file-system deployment type.
|
OpenZFSFileSystemConfiguration.Builder |
OpenZFSFileSystemConfiguration.Builder.deploymentType(String deploymentType)
Specifies the file-system deployment type.
|
default OpenZFSFileSystemConfiguration.Builder |
OpenZFSFileSystemConfiguration.Builder.diskIopsConfiguration(Consumer<DiskIopsConfiguration.Builder> diskIopsConfiguration)
Sets the value of the DiskIopsConfiguration property for this object.
|
OpenZFSFileSystemConfiguration.Builder |
OpenZFSFileSystemConfiguration.Builder.diskIopsConfiguration(DiskIopsConfiguration diskIopsConfiguration)
Sets the value of the DiskIopsConfiguration property for this object.
|
OpenZFSFileSystemConfiguration.Builder |
OpenZFSFileSystemConfiguration.Builder.endpointIpAddress(String endpointIpAddress)
The IP address of the endpoint that is used to access data or to manage the file system.
|
OpenZFSFileSystemConfiguration.Builder |
OpenZFSFileSystemConfiguration.Builder.endpointIpAddressRange(String endpointIpAddressRange)
(Multi-AZ only) Specifies the IP address range in which the endpoints to access your file system will be
created.
|
OpenZFSFileSystemConfiguration.Builder |
OpenZFSFileSystemConfiguration.Builder.preferredSubnetId(String preferredSubnetId)
Required when
DeploymentType is set to MULTI_AZ_1. |
OpenZFSFileSystemConfiguration.Builder |
OpenZFSFileSystemConfiguration.Builder.rootVolumeId(String rootVolumeId)
The ID of the root volume of the OpenZFS file system.
|
OpenZFSFileSystemConfiguration.Builder |
OpenZFSFileSystemConfiguration.Builder.routeTableIds(Collection<String> routeTableIds)
(Multi-AZ only) The VPC route tables in which your file system's endpoints are created.
|
OpenZFSFileSystemConfiguration.Builder |
OpenZFSFileSystemConfiguration.Builder.routeTableIds(String... routeTableIds)
(Multi-AZ only) The VPC route tables in which your file system's endpoints are created.
|
OpenZFSFileSystemConfiguration.Builder |
OpenZFSFileSystemConfiguration.Builder.throughputCapacity(Integer throughputCapacity)
The throughput of an Amazon FSx file system, measured in megabytes per second (MBps).
|
OpenZFSFileSystemConfiguration.Builder |
OpenZFSFileSystemConfiguration.toBuilder() |
OpenZFSFileSystemConfiguration.Builder |
OpenZFSFileSystemConfiguration.Builder.weeklyMaintenanceStartTime(String weeklyMaintenanceStartTime)
Sets the value of the WeeklyMaintenanceStartTime property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends OpenZFSFileSystemConfiguration.Builder> |
OpenZFSFileSystemConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default FileSystem.Builder |
FileSystem.Builder.openZFSConfiguration(Consumer<OpenZFSFileSystemConfiguration.Builder> openZFSConfiguration)
The configuration for this Amazon FSx for OpenZFS file system.
|
Copyright © 2023. All rights reserved.