@Generated(value="software.amazon.awssdk:codegen") public final class CreateFileSystemRequest extends FSxRequest implements ToCopyableBuilder<CreateFileSystemRequest.Builder,CreateFileSystemRequest>
The request object used to create a new Amazon FSx file system.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateFileSystemRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreateFileSystemRequest.Builder |
builder() |
String |
clientRequestToken()
A string of up to 64 ASCII characters that Amazon FSx uses to ensure idempotent creation.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
FileSystemType |
fileSystemType()
The type of Amazon FSx file system to create, either
WINDOWS or LUSTRE. |
String |
fileSystemTypeAsString()
The type of Amazon FSx file system to create, either
WINDOWS or LUSTRE. |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasSecurityGroupIds()
Returns true if the SecurityGroupIds property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
boolean |
hasSubnetIds()
Returns true if the SubnetIds property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
|
boolean |
hasTags()
Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not
specify the value (it will be empty).
|
String |
kmsKeyId()
Returns the value of the KmsKeyId property for this object.
|
CreateFileSystemLustreConfiguration |
lustreConfiguration()
Returns the value of the LustreConfiguration property for this object.
|
List<SdkField<?>> |
sdkFields() |
List<String> |
securityGroupIds()
A list of IDs specifying the security groups to apply to all network interfaces created for file system access.
|
static Class<? extends CreateFileSystemRequest.Builder> |
serializableBuilderClass() |
Integer |
storageCapacity()
Sets the storage capacity of the file system that you're creating.
|
StorageType |
storageType()
Sets the storage type for the file system you're creating.
|
String |
storageTypeAsString()
Sets the storage type for the file system you're creating.
|
List<String> |
subnetIds()
Specifies the IDs of the subnets that the file system will be accessible from.
|
List<Tag> |
tags()
The tags to apply to the file system being created.
|
CreateFileSystemRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
CreateFileSystemWindowsConfiguration |
windowsConfiguration()
The Microsoft Windows configuration for the file system being created.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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.
public final FileSystemType fileSystemType()
The type of Amazon FSx file system to create, either WINDOWS or LUSTRE.
If the service returns an enum value that is not available in the current SDK version, fileSystemType
will return FileSystemType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from fileSystemTypeAsString().
WINDOWS or LUSTRE.FileSystemTypepublic final String fileSystemTypeAsString()
The type of Amazon FSx file system to create, either WINDOWS or LUSTRE.
If the service returns an enum value that is not available in the current SDK version, fileSystemType
will return FileSystemType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from fileSystemTypeAsString().
WINDOWS or LUSTRE.FileSystemTypepublic final Integer storageCapacity()
Sets the storage capacity of the file system that you're creating.
For Lustre file systems:
For SCRATCH_2 and PERSISTENT_1 SSD deployment types, valid values are 1200 GiB, 2400
GiB, and increments of 2400 GiB.
For PERSISTENT HDD file systems, valid values are increments of 6000 GiB for 12 MB/s/TiB file
systems and increments of 1800 GiB for 40 MB/s/TiB file systems.
For SCRATCH_1 deployment type, valid values are 1200 GiB, 2400 GiB, and increments of 3600 GiB.
For Windows file systems:
If StorageType=SSD, valid values are 32 GiB - 65,536 GiB (64 TiB).
If StorageType=HDD, valid values are 2000 GiB - 65,536 GiB (64 TiB).
For Lustre file systems:
For SCRATCH_2 and PERSISTENT_1 SSD deployment types, valid values are 1200 GiB,
2400 GiB, and increments of 2400 GiB.
For PERSISTENT HDD file systems, valid values are increments of 6000 GiB for 12 MB/s/TiB
file systems and increments of 1800 GiB for 40 MB/s/TiB file systems.
For SCRATCH_1 deployment type, valid values are 1200 GiB, 2400 GiB, and increments of 3600
GiB.
For Windows file systems:
If StorageType=SSD, valid values are 32 GiB - 65,536 GiB (64 TiB).
If StorageType=HDD, valid values are 2000 GiB - 65,536 GiB (64 TiB).
public final StorageType storageType()
Sets the storage type for the file system you're creating. Valid values are SSD and HDD
.
Set to SSD to use solid state drive storage. SSD is supported on all Windows and Lustre deployment
types.
Set to HDD to use hard disk drive storage. HDD is supported on SINGLE_AZ_2 and
MULTI_AZ_1 Windows file system deployment types, and on PERSISTENT Lustre file system
deployment types.
Default value is SSD. For more information, see Storage
Type Options in the Amazon FSx for Windows User Guide and Multiple Storage
Options in the Amazon FSx for Lustre User Guide.
If the service returns an enum value that is not available in the current SDK version, storageType will
return StorageType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
storageTypeAsString().
SSD and
HDD.
Set to SSD to use solid state drive storage. SSD is supported on all Windows and Lustre
deployment types.
Set to HDD to use hard disk drive storage. HDD is supported on SINGLE_AZ_2 and
MULTI_AZ_1 Windows file system deployment types, and on PERSISTENT Lustre file
system deployment types.
Default value is SSD. For more information, see
Storage Type Options in the Amazon FSx for Windows User Guide and Multiple Storage
Options in the Amazon FSx for Lustre User Guide.
StorageTypepublic final String storageTypeAsString()
Sets the storage type for the file system you're creating. Valid values are SSD and HDD
.
Set to SSD to use solid state drive storage. SSD is supported on all Windows and Lustre deployment
types.
Set to HDD to use hard disk drive storage. HDD is supported on SINGLE_AZ_2 and
MULTI_AZ_1 Windows file system deployment types, and on PERSISTENT Lustre file system
deployment types.
Default value is SSD. For more information, see Storage
Type Options in the Amazon FSx for Windows User Guide and Multiple Storage
Options in the Amazon FSx for Lustre User Guide.
If the service returns an enum value that is not available in the current SDK version, storageType will
return StorageType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
storageTypeAsString().
SSD and
HDD.
Set to SSD to use solid state drive storage. SSD is supported on all Windows and Lustre
deployment types.
Set to HDD to use hard disk drive storage. HDD is supported on SINGLE_AZ_2 and
MULTI_AZ_1 Windows file system deployment types, and on PERSISTENT Lustre file
system deployment types.
Default value is SSD. For more information, see
Storage Type Options in the Amazon FSx for Windows User Guide and Multiple Storage
Options in the Amazon FSx for Lustre User Guide.
StorageTypepublic final boolean hasSubnetIds()
public final List<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 more information, see Availability and
durability: Single-AZ and Multi-AZ file systems.
For Windows SINGLE_AZ_1 and SINGLE_AZ_2 file system deployment types and Lustre file
systems, provide exactly one subnet ID. The file server is launched in that subnet's Availability Zone.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasSubnetIds() to see if a value was sent in this field.
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 more
information, see Availability
and durability: Single-AZ and Multi-AZ file systems.
For Windows SINGLE_AZ_1 and SINGLE_AZ_2 file system deployment types and Lustre
file systems, provide exactly one subnet ID. The file server is launched in that subnet's Availability
Zone.
public final boolean hasSecurityGroupIds()
public final List<String> securityGroupIds()
A list of IDs specifying the security groups to apply to all network interfaces created for file system access. This list isn't returned in later requests to describe the file system.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasSecurityGroupIds() to see if a value was sent in this field.
public final boolean hasTags()
public final List<Tag> tags()
The tags to apply to the file system being created. The key value of the Name tag appears in the
console as the file system name.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasTags() to see if a value was sent in this field.
Name tag appears in
the console as the file system name.public final String kmsKeyId()
public final CreateFileSystemWindowsConfiguration windowsConfiguration()
The Microsoft Windows configuration for the file system being created.
public final CreateFileSystemLustreConfiguration lustreConfiguration()
public CreateFileSystemRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateFileSystemRequest.Builder,CreateFileSystemRequest>toBuilder in class FSxRequestpublic static CreateFileSystemRequest.Builder builder()
public static Class<? extends CreateFileSystemRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2021. All rights reserved.