@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateFileSystemRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The request object for the CreateFileSystem
operation.
NOOP
Constructor and Description |
---|
CreateFileSystemRequest() |
Modifier and Type | Method and Description |
---|---|
CreateFileSystemRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientRequestToken()
(Optional) A string of up to 64 ASCII characters that Amazon FSx uses to ensure idempotent creation.
|
String |
getFileSystemType()
The type of file system.
|
String |
getKmsKeyId() |
CreateFileSystemLustreConfiguration |
getLustreConfiguration() |
List<String> |
getSecurityGroupIds()
A list of IDs for the security groups that apply to the specified network interfaces created for file system
access.
|
Integer |
getStorageCapacity()
The storage capacity of the file system.
|
List<String> |
getSubnetIds()
A list of IDs for 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 |
setClientRequestToken(String clientRequestToken)
(Optional) A string of up to 64 ASCII characters that Amazon FSx uses to ensure idempotent creation.
|
void |
setFileSystemType(String fileSystemType)
The type of file system.
|
void |
setKmsKeyId(String kmsKeyId) |
void |
setLustreConfiguration(CreateFileSystemLustreConfiguration lustreConfiguration) |
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 |
setStorageCapacity(Integer storageCapacity)
The storage capacity of the file system.
|
void |
setSubnetIds(Collection<String> subnetIds)
A list of IDs for 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.
|
CreateFileSystemRequest |
withClientRequestToken(String clientRequestToken)
(Optional) A string of up to 64 ASCII characters that Amazon FSx uses to ensure idempotent creation.
|
CreateFileSystemRequest |
withFileSystemType(FileSystemType fileSystemType)
The type of file system.
|
CreateFileSystemRequest |
withFileSystemType(String fileSystemType)
The type of file system.
|
CreateFileSystemRequest |
withKmsKeyId(String kmsKeyId) |
CreateFileSystemRequest |
withLustreConfiguration(CreateFileSystemLustreConfiguration lustreConfiguration) |
CreateFileSystemRequest |
withSecurityGroupIds(Collection<String> securityGroupIds)
A list of IDs for the security groups that apply to the specified network interfaces created for file system
access.
|
CreateFileSystemRequest |
withSecurityGroupIds(String... securityGroupIds)
A list of IDs for the security groups that apply to the specified network interfaces created for file system
access.
|
CreateFileSystemRequest |
withStorageCapacity(Integer storageCapacity)
The storage capacity of the file system.
|
CreateFileSystemRequest |
withSubnetIds(Collection<String> subnetIds)
A list of IDs for the subnets that the file system will be accessible from.
|
CreateFileSystemRequest |
withSubnetIds(String... subnetIds)
A list of IDs for the subnets that the file system will be accessible from.
|
CreateFileSystemRequest |
withTags(Collection<Tag> tags)
The tags to be applied to the file system at file system creation.
|
CreateFileSystemRequest |
withTags(Tag... tags)
The tags to be applied to the file system at file system creation.
|
CreateFileSystemRequest |
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 setClientRequestToken(String clientRequestToken)
(Optional) 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
- (Optional) 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 String getClientRequestToken()
(Optional) 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 CreateFileSystemRequest withClientRequestToken(String clientRequestToken)
(Optional) 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
- (Optional) 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 void setFileSystemType(String fileSystemType)
The type of file system.
fileSystemType
- The type of file system.FileSystemType
public String getFileSystemType()
The type of file system.
FileSystemType
public CreateFileSystemRequest withFileSystemType(String fileSystemType)
The type of file system.
fileSystemType
- The type of file system.FileSystemType
public CreateFileSystemRequest withFileSystemType(FileSystemType fileSystemType)
The type of file system.
fileSystemType
- The type of file system.FileSystemType
public void setStorageCapacity(Integer storageCapacity)
The storage capacity of the file system.
For Windows file systems, the storage capacity has a minimum of 300 GiB, and a maximum of 65,536 GiB.
For Lustre file systems, the storage capacity has a minimum of 3,600 GiB. Storage capacity is provisioned in increments of 3,600 GiB.
storageCapacity
- The storage capacity of the file system.
For Windows file systems, the storage capacity has a minimum of 300 GiB, and a maximum of 65,536 GiB.
For Lustre file systems, the storage capacity has a minimum of 3,600 GiB. Storage capacity is provisioned in increments of 3,600 GiB.
public Integer getStorageCapacity()
The storage capacity of the file system.
For Windows file systems, the storage capacity has a minimum of 300 GiB, and a maximum of 65,536 GiB.
For Lustre file systems, the storage capacity has a minimum of 3,600 GiB. Storage capacity is provisioned in increments of 3,600 GiB.
For Windows file systems, the storage capacity has a minimum of 300 GiB, and a maximum of 65,536 GiB.
For Lustre file systems, the storage capacity has a minimum of 3,600 GiB. Storage capacity is provisioned in increments of 3,600 GiB.
public CreateFileSystemRequest withStorageCapacity(Integer storageCapacity)
The storage capacity of the file system.
For Windows file systems, the storage capacity has a minimum of 300 GiB, and a maximum of 65,536 GiB.
For Lustre file systems, the storage capacity has a minimum of 3,600 GiB. Storage capacity is provisioned in increments of 3,600 GiB.
storageCapacity
- The storage capacity of the file system.
For Windows file systems, the storage capacity has a minimum of 300 GiB, and a maximum of 65,536 GiB.
For Lustre file systems, the storage capacity has a minimum of 3,600 GiB. Storage capacity is provisioned in increments of 3,600 GiB.
public List<String> getSubnetIds()
A list of IDs for the subnets that the file system will be accessible from. File systems support only one subnet. The file server is also launched in that subnet's Availability Zone.
public void setSubnetIds(Collection<String> subnetIds)
A list of IDs for the subnets that the file system will be accessible from. File systems support only one subnet. The file server is also launched in that subnet's Availability Zone.
subnetIds
- A list of IDs for the subnets that the file system will be accessible from. File systems support only one
subnet. The file server is also launched in that subnet's Availability Zone.public CreateFileSystemRequest withSubnetIds(String... subnetIds)
A list of IDs for the subnets that the file system will be accessible from. File systems support only one subnet. The file server is also 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
- A list of IDs for the subnets that the file system will be accessible from. File systems support only one
subnet. The file server is also launched in that subnet's Availability Zone.public CreateFileSystemRequest withSubnetIds(Collection<String> subnetIds)
A list of IDs for the subnets that the file system will be accessible from. File systems support only one subnet. The file server is also launched in that subnet's Availability Zone.
subnetIds
- A list of IDs for the subnets that the file system will be accessible from. File systems support only one
subnet. The file server is also 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 will apply to all network interfaces. This list isn't returned in later describe 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 will apply to all network interfaces. This list isn't returned in later describe 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 will apply to all network interfaces. This list isn't returned in
later describe requests.public CreateFileSystemRequest 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 will apply to all network interfaces. This list isn't returned in later describe 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 will apply to all network interfaces. This list isn't returned in
later describe requests.public CreateFileSystemRequest 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 will apply to all network interfaces. This list isn't returned in later describe 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 will apply to all network interfaces. This list isn't returned in
later describe 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 CreateFileSystemRequest 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 CreateFileSystemRequest 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 setKmsKeyId(String kmsKeyId)
kmsKeyId
- public String getKmsKeyId()
public CreateFileSystemRequest withKmsKeyId(String kmsKeyId)
kmsKeyId
- 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 CreateFileSystemRequest 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 CreateFileSystemRequest withLustreConfiguration(CreateFileSystemLustreConfiguration lustreConfiguration)
lustreConfiguration
- public String toString()
toString
in class Object
Object.toString()
public CreateFileSystemRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.