Interface CreateMountTargetRequest.Builder

  • Method Details

    • fileSystemId

      CreateMountTargetRequest.Builder fileSystemId(String fileSystemId)

      The ID or Amazon Resource Name (ARN) of the S3 File System to create the mount target for.

      Parameters:
      fileSystemId - The ID or Amazon Resource Name (ARN) of the S3 File System to create the mount target for.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • subnetId

      The ID of the subnet where the mount target will be created. The subnet must be in the same Amazon Web Services Region as the file system. For file systems with regional availability, you can create mount targets in any subnet within the Region. The subnet determines the Availability Zone where the mount target will be located.

      Parameters:
      subnetId - The ID of the subnet where the mount target will be created. The subnet must be in the same Amazon Web Services Region as the file system. For file systems with regional availability, you can create mount targets in any subnet within the Region. The subnet determines the Availability Zone where the mount target will be located.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ipv4Address

      CreateMountTargetRequest.Builder ipv4Address(String ipv4Address)

      A specific IPv4 address to assign to the mount target. If not specified and the IP address type supports IPv4, an address is automatically assigned from the subnet's available IPv4 address range. The address must be within the subnet's CIDR block and not already in use.

      Parameters:
      ipv4Address - A specific IPv4 address to assign to the mount target. If not specified and the IP address type supports IPv4, an address is automatically assigned from the subnet's available IPv4 address range. The address must be within the subnet's CIDR block and not already in use.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ipv6Address

      CreateMountTargetRequest.Builder ipv6Address(String ipv6Address)

      A specific IPv6 address to assign to the mount target. If not specified and the IP address type supports IPv6, an address is automatically assigned from the subnet's available IPv6 address range. The address must be within the subnet's IPv6 CIDR block and not already in use.

      Parameters:
      ipv6Address - A specific IPv6 address to assign to the mount target. If not specified and the IP address type supports IPv6, an address is automatically assigned from the subnet's available IPv6 address range. The address must be within the subnet's IPv6 CIDR block and not already in use.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ipAddressType

      CreateMountTargetRequest.Builder ipAddressType(String ipAddressType)

      The IP address type for the mount target. If not specified, IPV4_ONLY is used. The IP address type must match the IP configuration of the specified subnet.

      Parameters:
      ipAddressType - The IP address type for the mount target. If not specified, IPV4_ONLY is used. The IP address type must match the IP configuration of the specified subnet.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • ipAddressType

      CreateMountTargetRequest.Builder ipAddressType(IpAddressType ipAddressType)

      The IP address type for the mount target. If not specified, IPV4_ONLY is used. The IP address type must match the IP configuration of the specified subnet.

      Parameters:
      ipAddressType - The IP address type for the mount target. If not specified, IPV4_ONLY is used. The IP address type must match the IP configuration of the specified subnet.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • securityGroups

      CreateMountTargetRequest.Builder securityGroups(Collection<String> securityGroups)

      An array of VPC security group IDs to associate with the mount target's network interface. These security groups control network access to the mount target. If not specified, the default security group for the subnet's VPC is used. All security groups must belong to the same VPC as the subnet.

      Parameters:
      securityGroups - An array of VPC security group IDs to associate with the mount target's network interface. These security groups control network access to the mount target. If not specified, the default security group for the subnet's VPC is used. All security groups must belong to the same VPC as the subnet.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • securityGroups

      CreateMountTargetRequest.Builder securityGroups(String... securityGroups)

      An array of VPC security group IDs to associate with the mount target's network interface. These security groups control network access to the mount target. If not specified, the default security group for the subnet's VPC is used. All security groups must belong to the same VPC as the subnet.

      Parameters:
      securityGroups - An array of VPC security group IDs to associate with the mount target's network interface. These security groups control network access to the mount target. If not specified, the default security group for the subnet's VPC is used. All security groups must belong to the same VPC as the subnet.
      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.