public static interface CreateMountTargetRequest.Builder extends EFSRequest.Builder, CopyableBuilder<CreateMountTargetRequest.Builder,CreateMountTargetRequest>
Modifier and Type | Method and Description |
---|---|
CreateMountTargetRequest.Builder |
fileSystemId(String fileSystemId)
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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
CreateMountTargetRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
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)
ID of the subnet to add the mount target in.
|
build
requestOverrideConfig
copy
apply, build
CreateMountTargetRequest.Builder fileSystemId(String fileSystemId)
ID of the file system for which to create the mount target.
fileSystemId
- ID of the file system for which to create the mount target.CreateMountTargetRequest.Builder subnetId(String subnetId)
ID of the subnet to add the mount target in.
subnetId
- ID of the subnet to add the mount target in.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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.CreateMountTargetRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.