public static interface CreateFileSystemFromBackupRequest.Builder extends FSxRequest.Builder, SdkPojo, CopyableBuilder<CreateFileSystemFromBackupRequest.Builder,CreateFileSystemFromBackupRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateFileSystemFromBackupRequest.Builder |
backupId(String backupId)
Sets the value of the BackupId property for this object.
|
CreateFileSystemFromBackupRequest.Builder |
clientRequestToken(String clientRequestToken)
A string of up to 64 ASCII characters that Amazon FSx uses to ensure idempotent creation.
|
CreateFileSystemFromBackupRequest.Builder |
kmsKeyId(String kmsKeyId)
Sets the value of the KmsKeyId property for this object.
|
default CreateFileSystemFromBackupRequest.Builder |
lustreConfiguration(Consumer<CreateFileSystemLustreConfiguration.Builder> lustreConfiguration)
Sets the value of the LustreConfiguration property for this object.
|
CreateFileSystemFromBackupRequest.Builder |
lustreConfiguration(CreateFileSystemLustreConfiguration lustreConfiguration)
Sets the value of the LustreConfiguration property for this object.
|
CreateFileSystemFromBackupRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateFileSystemFromBackupRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateFileSystemFromBackupRequest.Builder |
securityGroupIds(Collection<String> securityGroupIds)
A list of IDs for the security groups that apply to the specified network interfaces created for file system
access.
|
CreateFileSystemFromBackupRequest.Builder |
securityGroupIds(String... securityGroupIds)
A list of IDs for the security groups that apply to the specified network interfaces created for file system
access.
|
CreateFileSystemFromBackupRequest.Builder |
storageType(StorageType storageType)
Sets the storage type for the Windows file system you're creating from a backup.
|
CreateFileSystemFromBackupRequest.Builder |
storageType(String storageType)
Sets the storage type for the Windows file system you're creating from a backup.
|
CreateFileSystemFromBackupRequest.Builder |
subnetIds(Collection<String> subnetIds)
Specifies the IDs of the subnets that the file system will be accessible from.
|
CreateFileSystemFromBackupRequest.Builder |
subnetIds(String... subnetIds)
Specifies the IDs of the subnets that the file system will be accessible from.
|
CreateFileSystemFromBackupRequest.Builder |
tags(Collection<Tag> tags)
The tags to be applied to the file system at file system creation.
|
CreateFileSystemFromBackupRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
The tags to be applied to the file system at file system creation.
|
CreateFileSystemFromBackupRequest.Builder |
tags(Tag... tags)
The tags to be applied to the file system at file system creation.
|
default CreateFileSystemFromBackupRequest.Builder |
windowsConfiguration(Consumer<CreateFileSystemWindowsConfiguration.Builder> windowsConfiguration)
The configuration for this Microsoft Windows file system.
|
CreateFileSystemFromBackupRequest.Builder |
windowsConfiguration(CreateFileSystemWindowsConfiguration windowsConfiguration)
The configuration for this Microsoft Windows file system.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateFileSystemFromBackupRequest.Builder backupId(String backupId)
backupId - The new value for the BackupId property for this object.CreateFileSystemFromBackupRequest.Builder clientRequestToken(String clientRequestToken)
A string of up to 64 ASCII characters that Amazon FSx uses to ensure idempotent creation. This string is automatically filled on your behalf when you use the AWS Command Line Interface (AWS CLI) or an AWS SDK.
clientRequestToken - A string of up to 64 ASCII characters that Amazon FSx uses to ensure idempotent creation. This string
is automatically filled on your behalf when you use the AWS Command Line Interface (AWS CLI) or an AWS
SDK.CreateFileSystemFromBackupRequest.Builder subnetIds(Collection<String> subnetIds)
Specifies the IDs of the subnets that the file system will be accessible from. For Windows
MULTI_AZ_1 file system deployment types, provide exactly two subnet IDs, one for the preferred
file server and one for the standby file server. You specify one of these subnets as the preferred subnet
using the WindowsConfiguration > PreferredSubnetID property.
For Windows SINGLE_AZ_1 and SINGLE_AZ_2 deployment types and Lustre file systems,
provide exactly one subnet ID. The file server is launched in that subnet's Availability Zone.
subnetIds - Specifies the IDs of the subnets that the file system will be accessible from. For Windows
MULTI_AZ_1 file system deployment types, provide exactly two subnet IDs, one for the
preferred file server and one for the standby file server. You specify one of these subnets as the
preferred subnet using the WindowsConfiguration > PreferredSubnetID property.
For Windows SINGLE_AZ_1 and SINGLE_AZ_2 deployment types and Lustre file
systems, provide exactly one subnet ID. The file server is launched in that subnet's Availability
Zone.
CreateFileSystemFromBackupRequest.Builder subnetIds(String... subnetIds)
Specifies the IDs of the subnets that the file system will be accessible from. For Windows
MULTI_AZ_1 file system deployment types, provide exactly two subnet IDs, one for the preferred
file server and one for the standby file server. You specify one of these subnets as the preferred subnet
using the WindowsConfiguration > PreferredSubnetID property.
For Windows SINGLE_AZ_1 and SINGLE_AZ_2 deployment types and Lustre file systems,
provide exactly one subnet ID. The file server is launched in that subnet's Availability Zone.
subnetIds - Specifies the IDs of the subnets that the file system will be accessible from. For Windows
MULTI_AZ_1 file system deployment types, provide exactly two subnet IDs, one for the
preferred file server and one for the standby file server. You specify one of these subnets as the
preferred subnet using the WindowsConfiguration > PreferredSubnetID property.
For Windows SINGLE_AZ_1 and SINGLE_AZ_2 deployment types and Lustre file
systems, provide exactly one subnet ID. The file server is launched in that subnet's Availability
Zone.
CreateFileSystemFromBackupRequest.Builder securityGroupIds(Collection<String> securityGroupIds)
A list of IDs for the security groups that apply to the specified network interfaces created for file system access. These security groups apply to all network interfaces. This value isn't returned in later DescribeFileSystem requests.
securityGroupIds - A list of IDs for the security groups that apply to the specified network interfaces created for file
system access. These security groups apply to all network interfaces. This value isn't returned in
later DescribeFileSystem requests.CreateFileSystemFromBackupRequest.Builder securityGroupIds(String... securityGroupIds)
A list of IDs for the security groups that apply to the specified network interfaces created for file system access. These security groups apply to all network interfaces. This value isn't returned in later DescribeFileSystem requests.
securityGroupIds - A list of IDs for the security groups that apply to the specified network interfaces created for file
system access. These security groups apply to all network interfaces. This value isn't returned in
later DescribeFileSystem requests.CreateFileSystemFromBackupRequest.Builder tags(Collection<Tag> tags)
The tags to be applied to the file system at file system creation. The key value of the Name tag
appears in the console as the file system name.
tags - The tags to be applied to the file system at file system creation. The key value of the
Name tag appears in the console as the file system name.CreateFileSystemFromBackupRequest.Builder tags(Tag... tags)
The tags to be applied to the file system at file system creation. The key value of the Name tag
appears in the console as the file system name.
tags - The tags to be applied to the file system at file system creation. The key value of the
Name tag appears in the console as the file system name.CreateFileSystemFromBackupRequest.Builder tags(Consumer<Tag.Builder>... tags)
The tags to be applied to the file system at file system creation. The key value of the Name tag
appears in the console as the file system name.
List.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) CreateFileSystemFromBackupRequest.Builder windowsConfiguration(CreateFileSystemWindowsConfiguration windowsConfiguration)
The configuration for this Microsoft Windows file system.
windowsConfiguration - The configuration for this Microsoft Windows file system.default CreateFileSystemFromBackupRequest.Builder windowsConfiguration(Consumer<CreateFileSystemWindowsConfiguration.Builder> windowsConfiguration)
The configuration for this Microsoft Windows file system.
This is a convenience that creates an instance of theCreateFileSystemWindowsConfiguration.Builder
avoiding the need to create one manually via CreateFileSystemWindowsConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to windowsConfiguration(CreateFileSystemWindowsConfiguration).windowsConfiguration - a consumer that will call methods on CreateFileSystemWindowsConfiguration.BuilderwindowsConfiguration(CreateFileSystemWindowsConfiguration)CreateFileSystemFromBackupRequest.Builder lustreConfiguration(CreateFileSystemLustreConfiguration lustreConfiguration)
lustreConfiguration - The new value for the LustreConfiguration property for this object.default CreateFileSystemFromBackupRequest.Builder lustreConfiguration(Consumer<CreateFileSystemLustreConfiguration.Builder> lustreConfiguration)
CreateFileSystemLustreConfiguration.Builder
avoiding the need to create one manually via CreateFileSystemLustreConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to lustreConfiguration(CreateFileSystemLustreConfiguration).lustreConfiguration - a consumer that will call methods on CreateFileSystemLustreConfiguration.BuilderlustreConfiguration(CreateFileSystemLustreConfiguration)CreateFileSystemFromBackupRequest.Builder storageType(String storageType)
Sets the storage type for the Windows file system you're creating from a backup. Valid values are
SSD and HDD.
Set to SSD to use solid state drive storage. Supported on all Windows deployment types.
Set to HDD to use hard disk drive storage. Supported on SINGLE_AZ_2 and
MULTI_AZ_1 Windows file system deployment types.
Default value is SSD.
HDD and SSD storage types have different minimum storage capacity requirements. A restored file system's storage capacity is tied to the file system that was backed up. You can create a file system that uses HDD storage from a backup of a file system that used SSD storage only if the original SSD file system had a storage capacity of at least 2000 GiB.
storageType - Sets the storage type for the Windows file system you're creating from a backup. Valid values are
SSD and HDD.
Set to SSD to use solid state drive storage. Supported on all Windows deployment types.
Set to HDD to use hard disk drive storage. Supported on SINGLE_AZ_2 and
MULTI_AZ_1 Windows file system deployment types.
Default value is SSD.
HDD and SSD storage types have different minimum storage capacity requirements. A restored file system's storage capacity is tied to the file system that was backed up. You can create a file system that uses HDD storage from a backup of a file system that used SSD storage only if the original SSD file system had a storage capacity of at least 2000 GiB.
StorageType,
StorageTypeCreateFileSystemFromBackupRequest.Builder storageType(StorageType storageType)
Sets the storage type for the Windows file system you're creating from a backup. Valid values are
SSD and HDD.
Set to SSD to use solid state drive storage. Supported on all Windows deployment types.
Set to HDD to use hard disk drive storage. Supported on SINGLE_AZ_2 and
MULTI_AZ_1 Windows file system deployment types.
Default value is SSD.
HDD and SSD storage types have different minimum storage capacity requirements. A restored file system's storage capacity is tied to the file system that was backed up. You can create a file system that uses HDD storage from a backup of a file system that used SSD storage only if the original SSD file system had a storage capacity of at least 2000 GiB.
storageType - Sets the storage type for the Windows file system you're creating from a backup. Valid values are
SSD and HDD.
Set to SSD to use solid state drive storage. Supported on all Windows deployment types.
Set to HDD to use hard disk drive storage. Supported on SINGLE_AZ_2 and
MULTI_AZ_1 Windows file system deployment types.
Default value is SSD.
HDD and SSD storage types have different minimum storage capacity requirements. A restored file system's storage capacity is tied to the file system that was backed up. You can create a file system that uses HDD storage from a backup of a file system that used SSD storage only if the original SSD file system had a storage capacity of at least 2000 GiB.
StorageType,
StorageTypeCreateFileSystemFromBackupRequest.Builder kmsKeyId(String kmsKeyId)
kmsKeyId - The new value for the KmsKeyId property for this object.CreateFileSystemFromBackupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateFileSystemFromBackupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.