@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateFileSystemFromBackupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The request object for the CreateFileSystemFromBackup
operation.
NOOP
Constructor and Description |
---|
CreateFileSystemFromBackupRequest() |
Modifier and Type | Method and Description |
---|---|
CreateFileSystemFromBackupRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getBackupId() |
String |
getClientRequestToken()
A string of up to 64 ASCII characters that Amazon FSx uses to ensure idempotent creation.
|
String |
getFileSystemTypeVersion()
Sets the version for the Amazon FSx for Lustre file system that you're creating from a backup.
|
String |
getKmsKeyId() |
CreateFileSystemLustreConfiguration |
getLustreConfiguration() |
CreateFileSystemOpenZFSConfiguration |
getOpenZFSConfiguration()
The OpenZFS configuration for the file system that's being created.
|
List<String> |
getSecurityGroupIds()
A list of IDs for the security groups that apply to the specified network interfaces created for file system
access.
|
String |
getStorageType()
Sets the storage type for the Windows or OpenZFS file system that you're creating from a backup.
|
List<String> |
getSubnetIds()
Specifies the IDs of the subnets that the file system will be accessible from.
|
List<Tag> |
getTags()
The tags to be applied to the file system at file system creation.
|
CreateFileSystemWindowsConfiguration |
getWindowsConfiguration()
The configuration for this Microsoft Windows file system.
|
int |
hashCode() |
void |
setBackupId(String backupId) |
void |
setClientRequestToken(String clientRequestToken)
A string of up to 64 ASCII characters that Amazon FSx uses to ensure idempotent creation.
|
void |
setFileSystemTypeVersion(String fileSystemTypeVersion)
Sets the version for the Amazon FSx for Lustre file system that you're creating from a backup.
|
void |
setKmsKeyId(String kmsKeyId) |
void |
setLustreConfiguration(CreateFileSystemLustreConfiguration lustreConfiguration) |
void |
setOpenZFSConfiguration(CreateFileSystemOpenZFSConfiguration openZFSConfiguration)
The OpenZFS configuration for the file system that's being created.
|
void |
setSecurityGroupIds(Collection<String> securityGroupIds)
A list of IDs for the security groups that apply to the specified network interfaces created for file system
access.
|
void |
setStorageType(String storageType)
Sets the storage type for the Windows or OpenZFS file system that you're creating from a backup.
|
void |
setSubnetIds(Collection<String> subnetIds)
Specifies the IDs of the subnets that the file system will be accessible from.
|
void |
setTags(Collection<Tag> tags)
The tags to be applied to the file system at file system creation.
|
void |
setWindowsConfiguration(CreateFileSystemWindowsConfiguration windowsConfiguration)
The configuration for this Microsoft Windows file system.
|
String |
toString()
Returns a string representation of this object.
|
CreateFileSystemFromBackupRequest |
withBackupId(String backupId) |
CreateFileSystemFromBackupRequest |
withClientRequestToken(String clientRequestToken)
A string of up to 64 ASCII characters that Amazon FSx uses to ensure idempotent creation.
|
CreateFileSystemFromBackupRequest |
withFileSystemTypeVersion(String fileSystemTypeVersion)
Sets the version for the Amazon FSx for Lustre file system that you're creating from a backup.
|
CreateFileSystemFromBackupRequest |
withKmsKeyId(String kmsKeyId) |
CreateFileSystemFromBackupRequest |
withLustreConfiguration(CreateFileSystemLustreConfiguration lustreConfiguration) |
CreateFileSystemFromBackupRequest |
withOpenZFSConfiguration(CreateFileSystemOpenZFSConfiguration openZFSConfiguration)
The OpenZFS configuration for the file system that's being created.
|
CreateFileSystemFromBackupRequest |
withSecurityGroupIds(Collection<String> securityGroupIds)
A list of IDs for the security groups that apply to the specified network interfaces created for file system
access.
|
CreateFileSystemFromBackupRequest |
withSecurityGroupIds(String... securityGroupIds)
A list of IDs for the security groups that apply to the specified network interfaces created for file system
access.
|
CreateFileSystemFromBackupRequest |
withStorageType(StorageType storageType)
Sets the storage type for the Windows or OpenZFS file system that you're creating from a backup.
|
CreateFileSystemFromBackupRequest |
withStorageType(String storageType)
Sets the storage type for the Windows or OpenZFS file system that you're creating from a backup.
|
CreateFileSystemFromBackupRequest |
withSubnetIds(Collection<String> subnetIds)
Specifies the IDs of the subnets that the file system will be accessible from.
|
CreateFileSystemFromBackupRequest |
withSubnetIds(String... subnetIds)
Specifies the IDs of the subnets that the file system will be accessible from.
|
CreateFileSystemFromBackupRequest |
withTags(Collection<Tag> tags)
The tags to be applied to the file system at file system creation.
|
CreateFileSystemFromBackupRequest |
withTags(Tag... tags)
The tags to be applied to the file system at file system creation.
|
CreateFileSystemFromBackupRequest |
withWindowsConfiguration(CreateFileSystemWindowsConfiguration windowsConfiguration)
The configuration for this Microsoft Windows file system.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setBackupId(String backupId)
backupId
- public String getBackupId()
public CreateFileSystemFromBackupRequest withBackupId(String backupId)
backupId
- public void setClientRequestToken(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 Command Line Interface (CLI) or an Amazon Web Services 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 Command Line Interface (CLI) or an Amazon Web
Services SDK.public String getClientRequestToken()
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 Command Line Interface (CLI) or an Amazon Web Services SDK.
public CreateFileSystemFromBackupRequest withClientRequestToken(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 Command Line Interface (CLI) or an Amazon Web Services 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 Command Line Interface (CLI) or an Amazon Web
Services SDK.public List<String> getSubnetIds()
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.
Windows SINGLE_AZ_1
and SINGLE_AZ_2
file system deployment types, Lustre file systems,
and OpenZFS file systems provide exactly one subnet ID. The file server is launched in that subnet's Availability
Zone.
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.
Windows SINGLE_AZ_1
and SINGLE_AZ_2
file system deployment types, Lustre file
systems, and OpenZFS file systems provide exactly one subnet ID. The file server is launched in that
subnet's Availability Zone.
public void setSubnetIds(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.
Windows SINGLE_AZ_1
and SINGLE_AZ_2
file system deployment types, Lustre file systems,
and OpenZFS 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.
Windows SINGLE_AZ_1
and SINGLE_AZ_2
file system deployment types, Lustre file
systems, and OpenZFS file systems provide exactly one subnet ID. The file server is launched in that
subnet's Availability Zone.
public CreateFileSystemFromBackupRequest withSubnetIds(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.
Windows SINGLE_AZ_1
and SINGLE_AZ_2
file system deployment types, Lustre file systems,
and OpenZFS file systems provide exactly one subnet ID. The file server is launched in that subnet's Availability
Zone.
NOTE: This method appends the values to the existing list (if any). Use
setSubnetIds(java.util.Collection)
or withSubnetIds(java.util.Collection)
if you want to
override the existing values.
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.
Windows SINGLE_AZ_1
and SINGLE_AZ_2
file system deployment types, Lustre file
systems, and OpenZFS file systems provide exactly one subnet ID. The file server is launched in that
subnet's Availability Zone.
public CreateFileSystemFromBackupRequest withSubnetIds(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.
Windows SINGLE_AZ_1
and SINGLE_AZ_2
file system deployment types, Lustre file systems,
and OpenZFS 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.
Windows SINGLE_AZ_1
and SINGLE_AZ_2
file system deployment types, Lustre file
systems, and OpenZFS file systems provide exactly one subnet ID. The file server is launched in that
subnet's Availability Zone.
public List<String> getSecurityGroupIds()
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.
DescribeFileSystem
requests.public void setSecurityGroupIds(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.public CreateFileSystemFromBackupRequest withSecurityGroupIds(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.
NOTE: This method appends the values to the existing list (if any). Use
setSecurityGroupIds(java.util.Collection)
or withSecurityGroupIds(java.util.Collection)
if you
want to override the existing values.
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.public CreateFileSystemFromBackupRequest withSecurityGroupIds(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.public List<Tag> getTags()
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.
Name
tag appears in the console as the file system name.public void setTags(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.public CreateFileSystemFromBackupRequest withTags(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.
NOTE: This method appends the values to the existing list (if any). Use
setTags(java.util.Collection)
or withTags(java.util.Collection)
if you want to override the
existing values.
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.public CreateFileSystemFromBackupRequest withTags(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.public void setWindowsConfiguration(CreateFileSystemWindowsConfiguration windowsConfiguration)
The configuration for this Microsoft Windows file system.
windowsConfiguration
- The configuration for this Microsoft Windows file system.public CreateFileSystemWindowsConfiguration getWindowsConfiguration()
The configuration for this Microsoft Windows file system.
public CreateFileSystemFromBackupRequest withWindowsConfiguration(CreateFileSystemWindowsConfiguration windowsConfiguration)
The configuration for this Microsoft Windows file system.
windowsConfiguration
- The configuration for this Microsoft Windows file system.public void setLustreConfiguration(CreateFileSystemLustreConfiguration lustreConfiguration)
lustreConfiguration
- public CreateFileSystemLustreConfiguration getLustreConfiguration()
public CreateFileSystemFromBackupRequest withLustreConfiguration(CreateFileSystemLustreConfiguration lustreConfiguration)
lustreConfiguration
- public void setStorageType(String storageType)
Sets the storage type for the Windows or OpenZFS file system that you're creating from a backup. Valid values are
SSD
and HDD
.
Set to SSD
to use solid state drive storage. SSD is supported on all Windows and OpenZFS deployment
types.
Set to HDD
to use hard disk drive storage. HDD is supported on SINGLE_AZ_2
and
MULTI_AZ_1
FSx for Windows File Server file system deployment types.
The 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 if the original SSD file system had a storage capacity of at least 2000 GiB.
storageType
- Sets the storage type for the Windows or OpenZFS file system that you're creating from a backup. Valid
values are SSD
and HDD
.
Set to SSD
to use solid state drive storage. SSD is supported on all Windows and OpenZFS
deployment types.
Set to HDD
to use hard disk drive storage. HDD is supported on SINGLE_AZ_2
and
MULTI_AZ_1
FSx for Windows File Server file system deployment types.
The 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 if the original SSD file system had a storage capacity of at least 2000 GiB.
StorageType
public String getStorageType()
Sets the storage type for the Windows or OpenZFS file system that you're creating from a backup. Valid values are
SSD
and HDD
.
Set to SSD
to use solid state drive storage. SSD is supported on all Windows and OpenZFS deployment
types.
Set to HDD
to use hard disk drive storage. HDD is supported on SINGLE_AZ_2
and
MULTI_AZ_1
FSx for Windows File Server file system deployment types.
The 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 if the original SSD file system had a storage capacity of at least 2000 GiB.
SSD
and HDD
.
Set to SSD
to use solid state drive storage. SSD is supported on all Windows and OpenZFS
deployment types.
Set to HDD
to use hard disk drive storage. HDD is supported on SINGLE_AZ_2
and
MULTI_AZ_1
FSx for Windows File Server file system deployment types.
The 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 if the original SSD file system had a storage capacity of at least 2000 GiB.
StorageType
public CreateFileSystemFromBackupRequest withStorageType(String storageType)
Sets the storage type for the Windows or OpenZFS file system that you're creating from a backup. Valid values are
SSD
and HDD
.
Set to SSD
to use solid state drive storage. SSD is supported on all Windows and OpenZFS deployment
types.
Set to HDD
to use hard disk drive storage. HDD is supported on SINGLE_AZ_2
and
MULTI_AZ_1
FSx for Windows File Server file system deployment types.
The 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 if the original SSD file system had a storage capacity of at least 2000 GiB.
storageType
- Sets the storage type for the Windows or OpenZFS file system that you're creating from a backup. Valid
values are SSD
and HDD
.
Set to SSD
to use solid state drive storage. SSD is supported on all Windows and OpenZFS
deployment types.
Set to HDD
to use hard disk drive storage. HDD is supported on SINGLE_AZ_2
and
MULTI_AZ_1
FSx for Windows File Server file system deployment types.
The 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 if the original SSD file system had a storage capacity of at least 2000 GiB.
StorageType
public CreateFileSystemFromBackupRequest withStorageType(StorageType storageType)
Sets the storage type for the Windows or OpenZFS file system that you're creating from a backup. Valid values are
SSD
and HDD
.
Set to SSD
to use solid state drive storage. SSD is supported on all Windows and OpenZFS deployment
types.
Set to HDD
to use hard disk drive storage. HDD is supported on SINGLE_AZ_2
and
MULTI_AZ_1
FSx for Windows File Server file system deployment types.
The 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 if the original SSD file system had a storage capacity of at least 2000 GiB.
storageType
- Sets the storage type for the Windows or OpenZFS file system that you're creating from a backup. Valid
values are SSD
and HDD
.
Set to SSD
to use solid state drive storage. SSD is supported on all Windows and OpenZFS
deployment types.
Set to HDD
to use hard disk drive storage. HDD is supported on SINGLE_AZ_2
and
MULTI_AZ_1
FSx for Windows File Server file system deployment types.
The 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 if the original SSD file system had a storage capacity of at least 2000 GiB.
StorageType
public void setKmsKeyId(String kmsKeyId)
kmsKeyId
- public String getKmsKeyId()
public CreateFileSystemFromBackupRequest withKmsKeyId(String kmsKeyId)
kmsKeyId
- public void setFileSystemTypeVersion(String fileSystemTypeVersion)
Sets the version for the Amazon FSx for Lustre file system that you're creating from a backup. Valid values are
2.10
and 2.12
.
You don't need to specify FileSystemTypeVersion
because it will be applied using the backup's
FileSystemTypeVersion
setting. If you choose to specify FileSystemTypeVersion
when
creating from backup, the value must match the backup's FileSystemTypeVersion
setting.
fileSystemTypeVersion
- Sets the version for the Amazon FSx for Lustre file system that you're creating from a backup. Valid
values are 2.10
and 2.12
.
You don't need to specify FileSystemTypeVersion
because it will be applied using the backup's
FileSystemTypeVersion
setting. If you choose to specify FileSystemTypeVersion
when creating from backup, the value must match the backup's FileSystemTypeVersion
setting.
public String getFileSystemTypeVersion()
Sets the version for the Amazon FSx for Lustre file system that you're creating from a backup. Valid values are
2.10
and 2.12
.
You don't need to specify FileSystemTypeVersion
because it will be applied using the backup's
FileSystemTypeVersion
setting. If you choose to specify FileSystemTypeVersion
when
creating from backup, the value must match the backup's FileSystemTypeVersion
setting.
2.10
and 2.12
.
You don't need to specify FileSystemTypeVersion
because it will be applied using the
backup's FileSystemTypeVersion
setting. If you choose to specify
FileSystemTypeVersion
when creating from backup, the value must match the backup's
FileSystemTypeVersion
setting.
public CreateFileSystemFromBackupRequest withFileSystemTypeVersion(String fileSystemTypeVersion)
Sets the version for the Amazon FSx for Lustre file system that you're creating from a backup. Valid values are
2.10
and 2.12
.
You don't need to specify FileSystemTypeVersion
because it will be applied using the backup's
FileSystemTypeVersion
setting. If you choose to specify FileSystemTypeVersion
when
creating from backup, the value must match the backup's FileSystemTypeVersion
setting.
fileSystemTypeVersion
- Sets the version for the Amazon FSx for Lustre file system that you're creating from a backup. Valid
values are 2.10
and 2.12
.
You don't need to specify FileSystemTypeVersion
because it will be applied using the backup's
FileSystemTypeVersion
setting. If you choose to specify FileSystemTypeVersion
when creating from backup, the value must match the backup's FileSystemTypeVersion
setting.
public void setOpenZFSConfiguration(CreateFileSystemOpenZFSConfiguration openZFSConfiguration)
The OpenZFS configuration for the file system that's being created.
openZFSConfiguration
- The OpenZFS configuration for the file system that's being created.public CreateFileSystemOpenZFSConfiguration getOpenZFSConfiguration()
The OpenZFS configuration for the file system that's being created.
public CreateFileSystemFromBackupRequest withOpenZFSConfiguration(CreateFileSystemOpenZFSConfiguration openZFSConfiguration)
The OpenZFS configuration for the file system that's being created.
openZFSConfiguration
- The OpenZFS configuration for the file system that's being created.public String toString()
toString
in class Object
Object.toString()
public CreateFileSystemFromBackupRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()