Interface CreateMountTargetRequest.Builder

  • Method Details

    • 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

      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

      If the IP address type for the mount target is IPv4, then specify the IPv4 address within the address range of the specified subnet.

      Parameters:
      ipAddress - If the IP address type for the mount target is IPv4, then specify the 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.
    • ipv6Address

      CreateMountTargetRequest.Builder ipv6Address(String ipv6Address)

      If the IP address type for the mount target is IPv6, then specify the IPv6 address within the address range of the specified subnet.

      Parameters:
      ipv6Address - If the IP address type for the mount target is IPv6, then specify the IPv6 address within the address range of the specified subnet.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ipAddressType

      CreateMountTargetRequest.Builder ipAddressType(String ipAddressType)

      Specify the type of IP address of the mount target you are creating. Options are IPv4, dual stack, or IPv6. If you don’t specify an IpAddressType, then IPv4 is used.

      • IPV4_ONLY – Create mount target with IPv4 only subnet or dual-stack subnet.

      • DUAL_STACK – Create mount target with dual-stack subnet.

      • IPV6_ONLY – Create mount target with IPv6 only subnet.

      Creating IPv6 mount target only ENI in dual-stack subnet is not supported.

      Parameters:
      ipAddressType - Specify the type of IP address of the mount target you are creating. Options are IPv4, dual stack, or IPv6. If you don’t specify an IpAddressType, then IPv4 is used.

      • IPV4_ONLY – Create mount target with IPv4 only subnet or dual-stack subnet.

      • DUAL_STACK – Create mount target with dual-stack subnet.

      • IPV6_ONLY – Create mount target with IPv6 only subnet.

      Creating IPv6 mount target only ENI in dual-stack subnet is not supported.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • ipAddressType

      CreateMountTargetRequest.Builder ipAddressType(IpAddressType ipAddressType)

      Specify the type of IP address of the mount target you are creating. Options are IPv4, dual stack, or IPv6. If you don’t specify an IpAddressType, then IPv4 is used.

      • IPV4_ONLY – Create mount target with IPv4 only subnet or dual-stack subnet.

      • DUAL_STACK – Create mount target with dual-stack subnet.

      • IPV6_ONLY – Create mount target with IPv6 only subnet.

      Creating IPv6 mount target only ENI in dual-stack subnet is not supported.

      Parameters:
      ipAddressType - Specify the type of IP address of the mount target you are creating. Options are IPv4, dual stack, or IPv6. If you don’t specify an IpAddressType, then IPv4 is used.

      • IPV4_ONLY – Create mount target with IPv4 only subnet or dual-stack subnet.

      • DUAL_STACK – Create mount target with dual-stack subnet.

      • IPV6_ONLY – Create mount target with IPv6 only subnet.

      Creating IPv6 mount target only ENI in dual-stack subnet is not supported.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • securityGroups

      CreateMountTargetRequest.Builder securityGroups(Collection<String> securityGroups)

      VPC security group IDs, of the form sg-xxxxxxxx. These must be for the same VPC as the subnet specified. The maximum number of security groups depends on account quota. For more information, see Amazon VPC Quotas in the Amazon VPC User Guide (see the Security Groups table).

      Parameters:
      securityGroups - VPC security group IDs, of the form sg-xxxxxxxx. These must be for the same VPC as the subnet specified. The maximum number of security groups depends on account quota. For more information, see Amazon VPC Quotas in the Amazon VPC User Guide (see the Security Groups table).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • securityGroups

      CreateMountTargetRequest.Builder securityGroups(String... securityGroups)

      VPC security group IDs, of the form sg-xxxxxxxx. These must be for the same VPC as the subnet specified. The maximum number of security groups depends on account quota. For more information, see Amazon VPC Quotas in the Amazon VPC User Guide (see the Security Groups table).

      Parameters:
      securityGroups - VPC security group IDs, of the form sg-xxxxxxxx. These must be for the same VPC as the subnet specified. The maximum number of security groups depends on account quota. For more information, see Amazon VPC Quotas in the Amazon VPC User Guide (see the Security Groups table).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      CreateMountTargetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.