static CreateFileSystemRequest.Builder |
CreateFileSystemRequest.builder() |
|
CreateFileSystemRequest.Builder |
CreateFileSystemRequest.Builder.clientRequestToken(String clientRequestToken) |
A string of up to 63 ASCII characters that Amazon FSx uses to ensure idempotent creation.
|
CreateFileSystemRequest.Builder |
CreateFileSystemRequest.Builder.fileSystemType(String fileSystemType) |
The type of Amazon FSx file system to create.
|
CreateFileSystemRequest.Builder |
CreateFileSystemRequest.Builder.fileSystemType(FileSystemType fileSystemType) |
The type of Amazon FSx file system to create.
|
CreateFileSystemRequest.Builder |
CreateFileSystemRequest.Builder.fileSystemTypeVersion(String fileSystemTypeVersion) |
For FSx for Lustre file systems, sets the Lustre version for the file system that you're creating.
|
CreateFileSystemRequest.Builder |
CreateFileSystemRequest.Builder.kmsKeyId(String kmsKeyId) |
Sets the value of the KmsKeyId property for this object.
|
default CreateFileSystemRequest.Builder |
CreateFileSystemRequest.Builder.lustreConfiguration(Consumer<CreateFileSystemLustreConfiguration.Builder> lustreConfiguration) |
Sets the value of the LustreConfiguration property for this object.
|
CreateFileSystemRequest.Builder |
CreateFileSystemRequest.Builder.lustreConfiguration(CreateFileSystemLustreConfiguration lustreConfiguration) |
Sets the value of the LustreConfiguration property for this object.
|
default CreateFileSystemRequest.Builder |
CreateFileSystemRequest.Builder.ontapConfiguration(Consumer<CreateFileSystemOntapConfiguration.Builder> ontapConfiguration) |
Sets the value of the OntapConfiguration property for this object.
|
CreateFileSystemRequest.Builder |
CreateFileSystemRequest.Builder.ontapConfiguration(CreateFileSystemOntapConfiguration ontapConfiguration) |
Sets the value of the OntapConfiguration property for this object.
|
default CreateFileSystemRequest.Builder |
CreateFileSystemRequest.Builder.openZFSConfiguration(Consumer<CreateFileSystemOpenZFSConfiguration.Builder> openZFSConfiguration) |
The OpenZFS configuration for the file system that's being created.
|
CreateFileSystemRequest.Builder |
CreateFileSystemRequest.Builder.openZFSConfiguration(CreateFileSystemOpenZFSConfiguration openZFSConfiguration) |
The OpenZFS configuration for the file system that's being created.
|
CreateFileSystemRequest.Builder |
CreateFileSystemRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateFileSystemRequest.Builder |
CreateFileSystemRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateFileSystemRequest.Builder |
CreateFileSystemRequest.Builder.securityGroupIds(String... securityGroupIds) |
A list of IDs specifying the security groups to apply to all network interfaces created for file system
access.
|
CreateFileSystemRequest.Builder |
CreateFileSystemRequest.Builder.securityGroupIds(Collection<String> securityGroupIds) |
A list of IDs specifying the security groups to apply to all network interfaces created for file system
access.
|
CreateFileSystemRequest.Builder |
CreateFileSystemRequest.Builder.storageCapacity(Integer storageCapacity) |
Sets the storage capacity of the file system that you're creating, in gibibytes (GiB).
|
CreateFileSystemRequest.Builder |
CreateFileSystemRequest.Builder.storageType(String storageType) |
Sets the storage class for the file system that you're creating.
|
CreateFileSystemRequest.Builder |
CreateFileSystemRequest.Builder.storageType(StorageType storageType) |
Sets the storage class for the file system that you're creating.
|
CreateFileSystemRequest.Builder |
CreateFileSystemRequest.Builder.subnetIds(String... subnetIds) |
Specifies the IDs of the subnets that the file system will be accessible from.
|
CreateFileSystemRequest.Builder |
CreateFileSystemRequest.Builder.subnetIds(Collection<String> subnetIds) |
Specifies the IDs of the subnets that the file system will be accessible from.
|
CreateFileSystemRequest.Builder |
CreateFileSystemRequest.Builder.tags(Collection<Tag> tags) |
The tags to apply to the file system that's being created.
|
CreateFileSystemRequest.Builder |
CreateFileSystemRequest.Builder.tags(Consumer<Tag.Builder>... tags) |
The tags to apply to the file system that's being created.
|
CreateFileSystemRequest.Builder |
CreateFileSystemRequest.Builder.tags(Tag... tags) |
The tags to apply to the file system that's being created.
|
CreateFileSystemRequest.Builder |
CreateFileSystemRequest.toBuilder() |
|
default CreateFileSystemRequest.Builder |
CreateFileSystemRequest.Builder.windowsConfiguration(Consumer<CreateFileSystemWindowsConfiguration.Builder> windowsConfiguration) |
The Microsoft Windows configuration for the file system that's being created.
|
CreateFileSystemRequest.Builder |
CreateFileSystemRequest.Builder.windowsConfiguration(CreateFileSystemWindowsConfiguration windowsConfiguration) |
The Microsoft Windows configuration for the file system that's being created.
|