public static interface CreateMountTargetRequest.Builder extends EfsRequest.Builder, SdkPojo, CopyableBuilder<CreateMountTargetRequest.Builder,CreateMountTargetRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateMountTargetRequest.Builder |
fileSystemId(String fileSystemId)
The ID of the file system for which to create the mount target.
|
CreateMountTargetRequest.Builder |
ipAddress(String ipAddress)
Valid IPv4 address within the address range of the specified subnet.
|
CreateMountTargetRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateMountTargetRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateMountTargetRequest.Builder |
securityGroups(Collection<String> securityGroups)
Up to five VPC security group IDs, of the form
sg-xxxxxxxx. |
CreateMountTargetRequest.Builder |
securityGroups(String... securityGroups)
Up to five VPC security group IDs, of the form
sg-xxxxxxxx. |
CreateMountTargetRequest.Builder |
subnetId(String subnetId)
The ID of the subnet to add the mount target in.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateMountTargetRequest.Builder fileSystemId(String fileSystemId)
The ID of the file system for which to create the mount target.
fileSystemId - The ID of the file system for which to create the mount target.CreateMountTargetRequest.Builder subnetId(String subnetId)
The ID of the subnet to add the mount target in. For file systems that use One Zone storage classes, use the subnet that is associated with the file system's Availability Zone.
subnetId - The ID of the subnet to add the mount target in. For file systems that use One Zone storage classes,
use the subnet that is associated with the file system's Availability Zone.CreateMountTargetRequest.Builder ipAddress(String ipAddress)
Valid IPv4 address within the address range of the specified subnet.
ipAddress - Valid IPv4 address within the address range of the specified subnet.CreateMountTargetRequest.Builder securityGroups(Collection<String> securityGroups)
Up to five VPC security group IDs, of the form sg-xxxxxxxx. These must be for the same VPC as
subnet specified.
securityGroups - Up to five VPC security group IDs, of the form sg-xxxxxxxx. These must be for the same
VPC as subnet specified.CreateMountTargetRequest.Builder securityGroups(String... securityGroups)
Up to five VPC security group IDs, of the form sg-xxxxxxxx. These must be for the same VPC as
subnet specified.
securityGroups - Up to five VPC security group IDs, of the form sg-xxxxxxxx. These must be for the same
VPC as subnet specified.CreateMountTargetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateMountTargetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.