| Package | Description |
|---|---|
| software.amazon.awssdk.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
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(OntapDeploymentType deploymentType)
Specifies the FSx for ONTAP file system deployment type to use in creating the file system.
|
CreateFileSystemOntapConfiguration.Builder |
CreateFileSystemOntapConfiguration.Builder.deploymentType(String 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.preferredSubnetId(String preferredSubnetId)
Required when
DeploymentType is set to MULTI_AZ_1. |
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.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.throughputCapacity(Integer throughputCapacity)
Sets the throughput capacity for the file system that you're creating.
|
CreateFileSystemOntapConfiguration.Builder |
CreateFileSystemOntapConfiguration.toBuilder() |
CreateFileSystemOntapConfiguration.Builder |
CreateFileSystemOntapConfiguration.Builder.weeklyMaintenanceStartTime(String weeklyMaintenanceStartTime)
Sets the value of the WeeklyMaintenanceStartTime property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateFileSystemOntapConfiguration.Builder> |
CreateFileSystemOntapConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateFileSystemRequest.Builder |
CreateFileSystemRequest.Builder.ontapConfiguration(Consumer<CreateFileSystemOntapConfiguration.Builder> ontapConfiguration)
Sets the value of the OntapConfiguration property for this object.
|
Copyright © 2023. All rights reserved.