CreateFileSystemOntapConfiguration.Builder |
CreateFileSystemOntapConfiguration.Builder.automaticBackupRetentionDays(Integer automaticBackupRetentionDays) |
Sets the value of the AutomaticBackupRetentionDays property for this object.
|
static CreateFileSystemOntapConfiguration.Builder |
CreateFileSystemOntapConfiguration.builder() |
|
CreateFileSystemOntapConfiguration.Builder |
CreateFileSystemOntapConfiguration.Builder.dailyAutomaticBackupStartTime(String dailyAutomaticBackupStartTime) |
Sets the value of the DailyAutomaticBackupStartTime property for this object.
|
CreateFileSystemOntapConfiguration.Builder |
CreateFileSystemOntapConfiguration.Builder.deploymentType(String deploymentType) |
Specifies the FSx for ONTAP file system deployment type to use in creating the file system.
|
CreateFileSystemOntapConfiguration.Builder |
CreateFileSystemOntapConfiguration.Builder.deploymentType(OntapDeploymentType deploymentType) |
Specifies the FSx for ONTAP file system deployment type to use in creating the file system.
|
default CreateFileSystemOntapConfiguration.Builder |
CreateFileSystemOntapConfiguration.Builder.diskIopsConfiguration(Consumer<DiskIopsConfiguration.Builder> diskIopsConfiguration) |
The SSD IOPS configuration for the FSx for ONTAP file system.
|
CreateFileSystemOntapConfiguration.Builder |
CreateFileSystemOntapConfiguration.Builder.diskIopsConfiguration(DiskIopsConfiguration diskIopsConfiguration) |
The SSD IOPS configuration for the FSx for ONTAP file system.
|
CreateFileSystemOntapConfiguration.Builder |
CreateFileSystemOntapConfiguration.Builder.endpointIpAddressRange(String endpointIpAddressRange) |
(Multi-AZ only) Specifies the IP address range in which the endpoints to access your file system will be
created.
|
CreateFileSystemOntapConfiguration.Builder |
CreateFileSystemOntapConfiguration.Builder.fsxAdminPassword(String fsxAdminPassword) |
The ONTAP administrative password for the fsxadmin user with which you administer your file
system using the NetApp ONTAP CLI and REST API.
|
CreateFileSystemOntapConfiguration.Builder |
CreateFileSystemOntapConfiguration.Builder.haPairs(Integer haPairs) |
Specifies how many high-availability (HA) pairs of file servers will power your file system.
|
CreateFileSystemOntapConfiguration.Builder |
CreateFileSystemOntapConfiguration.Builder.preferredSubnetId(String preferredSubnetId) |
Required when DeploymentType is set to MULTI_AZ_1 or MULTI_AZ_2.
|
CreateFileSystemOntapConfiguration.Builder |
CreateFileSystemOntapConfiguration.Builder.routeTableIds(String... routeTableIds) |
(Multi-AZ only) Specifies the route tables in which Amazon FSx creates the rules for routing traffic to the
correct file server.
|
CreateFileSystemOntapConfiguration.Builder |
CreateFileSystemOntapConfiguration.Builder.routeTableIds(Collection<String> routeTableIds) |
(Multi-AZ only) Specifies the route tables in which Amazon FSx creates the rules for routing traffic to the
correct file server.
|
CreateFileSystemOntapConfiguration.Builder |
CreateFileSystemOntapConfiguration.Builder.throughputCapacity(Integer throughputCapacity) |
Sets the throughput capacity for the file system that you're creating in megabytes per second (MBps).
|
CreateFileSystemOntapConfiguration.Builder |
CreateFileSystemOntapConfiguration.Builder.throughputCapacityPerHAPair(Integer throughputCapacityPerHAPair) |
Use to choose the throughput capacity per HA pair, rather than the total throughput for the file system.
|
CreateFileSystemOntapConfiguration.Builder |
CreateFileSystemOntapConfiguration.toBuilder() |
|
CreateFileSystemOntapConfiguration.Builder |
CreateFileSystemOntapConfiguration.Builder.weeklyMaintenanceStartTime(String weeklyMaintenanceStartTime) |
Sets the value of the WeeklyMaintenanceStartTime property for this object.
|