| Package | Description |
|---|---|
| software.amazon.awssdk.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
OntapFileSystemConfiguration.Builder |
OntapFileSystemConfiguration.Builder.automaticBackupRetentionDays(Integer automaticBackupRetentionDays)
Sets the value of the AutomaticBackupRetentionDays property for this object.
|
static OntapFileSystemConfiguration.Builder |
OntapFileSystemConfiguration.builder() |
OntapFileSystemConfiguration.Builder |
OntapFileSystemConfiguration.Builder.dailyAutomaticBackupStartTime(String dailyAutomaticBackupStartTime)
Sets the value of the DailyAutomaticBackupStartTime property for this object.
|
OntapFileSystemConfiguration.Builder |
OntapFileSystemConfiguration.Builder.deploymentType(OntapDeploymentType deploymentType)
Specifies the FSx for ONTAP file system deployment type in use in the file system.
|
OntapFileSystemConfiguration.Builder |
OntapFileSystemConfiguration.Builder.deploymentType(String deploymentType)
Specifies the FSx for ONTAP file system deployment type in use in the file system.
|
default OntapFileSystemConfiguration.Builder |
OntapFileSystemConfiguration.Builder.diskIopsConfiguration(Consumer<DiskIopsConfiguration.Builder> diskIopsConfiguration)
The SSD IOPS configuration for the ONTAP file system, specifying the number of provisioned IOPS and the
provision mode.
|
OntapFileSystemConfiguration.Builder |
OntapFileSystemConfiguration.Builder.diskIopsConfiguration(DiskIopsConfiguration diskIopsConfiguration)
The SSD IOPS configuration for the ONTAP file system, specifying the number of provisioned IOPS and the
provision mode.
|
OntapFileSystemConfiguration.Builder |
OntapFileSystemConfiguration.Builder.endpointIpAddressRange(String endpointIpAddressRange)
(Multi-AZ only) Specifies the IP address range in which the endpoints to access your file system will be
created.
|
default OntapFileSystemConfiguration.Builder |
OntapFileSystemConfiguration.Builder.endpoints(Consumer<FileSystemEndpoints.Builder> endpoints)
The
Management and Intercluster endpoints that are used to access data or to manage
the file system using the NetApp ONTAP CLI, REST API, or NetApp SnapMirror. |
OntapFileSystemConfiguration.Builder |
OntapFileSystemConfiguration.Builder.endpoints(FileSystemEndpoints endpoints)
The
Management and Intercluster endpoints that are used to access data or to manage
the file system using the NetApp ONTAP CLI, REST API, or NetApp SnapMirror. |
OntapFileSystemConfiguration.Builder |
OntapFileSystemConfiguration.Builder.fsxAdminPassword(String fsxAdminPassword)
You can use the
fsxadmin user account to access the NetApp ONTAP CLI and REST API. |
OntapFileSystemConfiguration.Builder |
OntapFileSystemConfiguration.Builder.preferredSubnetId(String preferredSubnetId)
Sets the value of the PreferredSubnetId property for this object.
|
OntapFileSystemConfiguration.Builder |
OntapFileSystemConfiguration.Builder.routeTableIds(Collection<String> routeTableIds)
(Multi-AZ only) The VPC route tables in which your file system's endpoints are created.
|
OntapFileSystemConfiguration.Builder |
OntapFileSystemConfiguration.Builder.routeTableIds(String... routeTableIds)
(Multi-AZ only) The VPC route tables in which your file system's endpoints are created.
|
OntapFileSystemConfiguration.Builder |
OntapFileSystemConfiguration.Builder.throughputCapacity(Integer throughputCapacity)
Sets the value of the ThroughputCapacity property for this object.
|
OntapFileSystemConfiguration.Builder |
OntapFileSystemConfiguration.toBuilder() |
OntapFileSystemConfiguration.Builder |
OntapFileSystemConfiguration.Builder.weeklyMaintenanceStartTime(String weeklyMaintenanceStartTime)
Sets the value of the WeeklyMaintenanceStartTime property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends OntapFileSystemConfiguration.Builder> |
OntapFileSystemConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default FileSystem.Builder |
FileSystem.Builder.ontapConfiguration(Consumer<OntapFileSystemConfiguration.Builder> ontapConfiguration)
The configuration for this Amazon FSx for NetApp ONTAP file system.
|
Copyright © 2023. All rights reserved.