CopyableBuilder<CreateMountTargetRequest.Builder,CreateMountTargetRequest>
, SdkBuilder<CreateMountTargetRequest.Builder,CreateMountTargetRequest>
public static interface CreateMountTargetRequest.Builder extends CopyableBuilder<CreateMountTargetRequest.Builder,CreateMountTargetRequest>
Modifier and Type | Method | 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 |
securityGroups(String... securityGroups) |
Up to five VPC security group IDs, of the form
sg-xxxxxxxx . |
CreateMountTargetRequest.Builder |
securityGroups(Collection<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.
|
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.
NOTE: This method appends the values to the existing list (if any). Use
#setSecurityGroups(java.util.Collection)
or #withSecurityGroups(java.util.Collection)
if you
want to override the existing values.
securityGroups
- Up to five VPC security group IDs, of the form sg-xxxxxxxx
. These must be for the same
VPC as subnet specified.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.