Interface CreateMountTargetRequest.Builder

    • Method Detail

      • fileSystemId

        CreateMountTargetRequest.Builder fileSystemId​(String fileSystemId)

        The ID of the file system for which to create the mount target.

        Parameters:
        fileSystemId - The ID of the file system for which to create the mount target.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • subnetId

        CreateMountTargetRequest.Builder subnetId​(String subnetId)

        The ID of the subnet to add the mount target in. For One Zone file systems, use the subnet that is associated with the file system's Availability Zone.

        Parameters:
        subnetId - The ID of the subnet to add the mount target in. For One Zone file systems, use the subnet that is associated with the file system's Availability Zone.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ipAddress

        CreateMountTargetRequest.Builder ipAddress​(String ipAddress)

        Valid IPv4 address within the address range of the specified subnet.

        Parameters:
        ipAddress - Valid IPv4 address within the address range of the specified subnet.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • securityGroups

        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.

        Parameters:
        securityGroups - Up to five VPC security group IDs, of the form sg-xxxxxxxx. These must be for the same VPC as subnet specified.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • securityGroups

        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.

        Parameters:
        securityGroups - Up to five VPC security group IDs, of the form sg-xxxxxxxx. These must be for the same VPC as subnet specified.
        Returns:
        Returns a reference to this object so that method calls can be chained together.