public static interface CreateFileSystemOpenZFSConfiguration.Builder extends SdkPojo, CopyableBuilder<CreateFileSystemOpenZFSConfiguration.Builder,CreateFileSystemOpenZFSConfiguration>
| Modifier and Type | Method and Description |
|---|---|
CreateFileSystemOpenZFSConfiguration.Builder |
automaticBackupRetentionDays(Integer automaticBackupRetentionDays)
Sets the value of the AutomaticBackupRetentionDays property for this object.
|
CreateFileSystemOpenZFSConfiguration.Builder |
copyTagsToBackups(Boolean copyTagsToBackups)
A Boolean value indicating whether tags for the file system should be copied to backups.
|
CreateFileSystemOpenZFSConfiguration.Builder |
copyTagsToVolumes(Boolean copyTagsToVolumes)
A Boolean value indicating whether tags for the file system should be copied to volumes.
|
CreateFileSystemOpenZFSConfiguration.Builder |
dailyAutomaticBackupStartTime(String dailyAutomaticBackupStartTime)
Sets the value of the DailyAutomaticBackupStartTime property for this object.
|
CreateFileSystemOpenZFSConfiguration.Builder |
deploymentType(OpenZFSDeploymentType deploymentType)
Specifies the file system deployment type.
|
CreateFileSystemOpenZFSConfiguration.Builder |
deploymentType(String deploymentType)
Specifies the file system deployment type.
|
default CreateFileSystemOpenZFSConfiguration.Builder |
diskIopsConfiguration(Consumer<DiskIopsConfiguration.Builder> diskIopsConfiguration)
Sets the value of the DiskIopsConfiguration property for this object.
|
CreateFileSystemOpenZFSConfiguration.Builder |
diskIopsConfiguration(DiskIopsConfiguration diskIopsConfiguration)
Sets the value of the DiskIopsConfiguration property for this object.
|
default CreateFileSystemOpenZFSConfiguration.Builder |
rootVolumeConfiguration(Consumer<OpenZFSCreateRootVolumeConfiguration.Builder> rootVolumeConfiguration)
The configuration Amazon FSx uses when creating the root value of the Amazon FSx for OpenZFS file system.
|
CreateFileSystemOpenZFSConfiguration.Builder |
rootVolumeConfiguration(OpenZFSCreateRootVolumeConfiguration rootVolumeConfiguration)
The configuration Amazon FSx uses when creating the root value of the Amazon FSx for OpenZFS file system.
|
CreateFileSystemOpenZFSConfiguration.Builder |
throughputCapacity(Integer throughputCapacity)
Specifies the throughput of an Amazon FSx for OpenZFS file system, measured in megabytes per second (MB/s).
|
CreateFileSystemOpenZFSConfiguration.Builder |
weeklyMaintenanceStartTime(String weeklyMaintenanceStartTime)
Sets the value of the WeeklyMaintenanceStartTime property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateFileSystemOpenZFSConfiguration.Builder automaticBackupRetentionDays(Integer automaticBackupRetentionDays)
automaticBackupRetentionDays - The new value for the AutomaticBackupRetentionDays property for this object.CreateFileSystemOpenZFSConfiguration.Builder copyTagsToBackups(Boolean copyTagsToBackups)
A Boolean value indicating whether tags for the file system should be copied to backups. This value defaults
to false. If it's set to true, all tags for the file system are copied to all
automatic and user-initiated backups where the user doesn't specify tags. If this value is true,
and you specify one or more tags, only the specified tags are copied to backups. If you specify one or more
tags when creating a user-initiated backup, no tags are copied from the file system, regardless of this
value.
copyTagsToBackups - A Boolean value indicating whether tags for the file system should be copied to backups. This value
defaults to false. If it's set to true, all tags for the file system are
copied to all automatic and user-initiated backups where the user doesn't specify tags. If this value
is true, and you specify one or more tags, only the specified tags are copied to backups.
If you specify one or more tags when creating a user-initiated backup, no tags are copied from the
file system, regardless of this value.CreateFileSystemOpenZFSConfiguration.Builder copyTagsToVolumes(Boolean copyTagsToVolumes)
A Boolean value indicating whether tags for the file system should be copied to volumes. This value defaults
to false. If it's set to true, all tags for the file system are copied to volumes
where the user doesn't specify tags. If this value is true, and you specify one or more tags,
only the specified tags are copied to volumes. If you specify one or more tags when creating the volume, no
tags are copied from the file system, regardless of this value.
copyTagsToVolumes - A Boolean value indicating whether tags for the file system should be copied to volumes. This value
defaults to false. If it's set to true, all tags for the file system are
copied to volumes where the user doesn't specify tags. If this value is true, and you
specify one or more tags, only the specified tags are copied to volumes. If you specify one or more
tags when creating the volume, no tags are copied from the file system, regardless of this value.CreateFileSystemOpenZFSConfiguration.Builder dailyAutomaticBackupStartTime(String dailyAutomaticBackupStartTime)
dailyAutomaticBackupStartTime - The new value for the DailyAutomaticBackupStartTime property for this object.CreateFileSystemOpenZFSConfiguration.Builder deploymentType(String deploymentType)
Specifies the file system deployment type. Amazon FSx for OpenZFS supports SINGLE_AZ_1.
SINGLE_AZ_1 deployment type is configured for redundancy within a single Availability Zone.
deploymentType - Specifies the file system deployment type. Amazon FSx for OpenZFS supports SINGLE_AZ_1.
SINGLE_AZ_1 deployment type is configured for redundancy within a single Availability
Zone.OpenZFSDeploymentType,
OpenZFSDeploymentTypeCreateFileSystemOpenZFSConfiguration.Builder deploymentType(OpenZFSDeploymentType deploymentType)
Specifies the file system deployment type. Amazon FSx for OpenZFS supports SINGLE_AZ_1.
SINGLE_AZ_1 deployment type is configured for redundancy within a single Availability Zone.
deploymentType - Specifies the file system deployment type. Amazon FSx for OpenZFS supports SINGLE_AZ_1.
SINGLE_AZ_1 deployment type is configured for redundancy within a single Availability
Zone.OpenZFSDeploymentType,
OpenZFSDeploymentTypeCreateFileSystemOpenZFSConfiguration.Builder throughputCapacity(Integer throughputCapacity)
Specifies the throughput of an Amazon FSx for OpenZFS file system, measured in megabytes per second (MB/s). Valid values are 64, 128, 256, 512, 1024, 2048, 3072, or 4096 MB/s. You pay for additional throughput capacity that you provision.
throughputCapacity - Specifies the throughput of an Amazon FSx for OpenZFS file system, measured in megabytes per second
(MB/s). Valid values are 64, 128, 256, 512, 1024, 2048, 3072, or 4096 MB/s. You pay for additional
throughput capacity that you provision.CreateFileSystemOpenZFSConfiguration.Builder weeklyMaintenanceStartTime(String weeklyMaintenanceStartTime)
weeklyMaintenanceStartTime - The new value for the WeeklyMaintenanceStartTime property for this object.CreateFileSystemOpenZFSConfiguration.Builder diskIopsConfiguration(DiskIopsConfiguration diskIopsConfiguration)
diskIopsConfiguration - The new value for the DiskIopsConfiguration property for this object.default CreateFileSystemOpenZFSConfiguration.Builder diskIopsConfiguration(Consumer<DiskIopsConfiguration.Builder> diskIopsConfiguration)
DiskIopsConfiguration.Builder avoiding
the need to create one manually via DiskIopsConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to diskIopsConfiguration(DiskIopsConfiguration).
diskIopsConfiguration - a consumer that will call methods on DiskIopsConfiguration.BuilderdiskIopsConfiguration(DiskIopsConfiguration)CreateFileSystemOpenZFSConfiguration.Builder rootVolumeConfiguration(OpenZFSCreateRootVolumeConfiguration rootVolumeConfiguration)
The configuration Amazon FSx uses when creating the root value of the Amazon FSx for OpenZFS file system. All volumes are children of the root volume.
rootVolumeConfiguration - The configuration Amazon FSx uses when creating the root value of the Amazon FSx for OpenZFS file
system. All volumes are children of the root volume.default CreateFileSystemOpenZFSConfiguration.Builder rootVolumeConfiguration(Consumer<OpenZFSCreateRootVolumeConfiguration.Builder> rootVolumeConfiguration)
The configuration Amazon FSx uses when creating the root value of the Amazon FSx for OpenZFS file system. All volumes are children of the root volume.
This is a convenience method that creates an instance of theOpenZFSCreateRootVolumeConfiguration.Builder avoiding the need to create one manually via
OpenZFSCreateRootVolumeConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
rootVolumeConfiguration(OpenZFSCreateRootVolumeConfiguration).
rootVolumeConfiguration - a consumer that will call methods on OpenZFSCreateRootVolumeConfiguration.BuilderrootVolumeConfiguration(OpenZFSCreateRootVolumeConfiguration)Copyright © 2022. All rights reserved.