Interface ListMountTargetsDescription.Builder

  • Method Details

    • availabilityZoneId

      ListMountTargetsDescription.Builder availabilityZoneId(String availabilityZoneId)

      The Availability Zone ID where the mount target is located.

      Parameters:
      availabilityZoneId - The Availability Zone ID where the mount target is located.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • fileSystemId

      ListMountTargetsDescription.Builder fileSystemId(String fileSystemId)

      The ID of the S3 File System.

      Parameters:
      fileSystemId - The ID of the S3 File System.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ipv4Address

      ListMountTargetsDescription.Builder ipv4Address(String ipv4Address)

      The IPv4 address of the mount target.

      Parameters:
      ipv4Address - The IPv4 address of the mount target.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ipv6Address

      ListMountTargetsDescription.Builder ipv6Address(String ipv6Address)

      The IPv6 address of the mount target.

      Parameters:
      ipv6Address - The IPv6 address of the mount target.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The current status of the mount target.

      Parameters:
      status - The current status of the mount target.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The current status of the mount target.

      Parameters:
      status - The current status of the mount target.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • statusMessage

      ListMountTargetsDescription.Builder statusMessage(String statusMessage)

      Additional information about the mount target status.

      Parameters:
      statusMessage - Additional information about the mount target status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • mountTargetId

      ListMountTargetsDescription.Builder mountTargetId(String mountTargetId)

      The ID of the mount target.

      Parameters:
      mountTargetId - The ID of the mount target.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • networkInterfaceId

      ListMountTargetsDescription.Builder networkInterfaceId(String networkInterfaceId)

      The ID of the network interface associated with the mount target.

      Parameters:
      networkInterfaceId - The ID of the network interface associated with the mount target.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ownerId

      The Amazon Web Services account ID of the mount target owner.

      Parameters:
      ownerId - The Amazon Web Services account ID of the mount target owner.
      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 is located.

      Parameters:
      subnetId - The ID of the subnet where the mount target is located.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • vpcId

      The ID of the VPC where the mount target is located.

      Parameters:
      vpcId - The ID of the VPC where the mount target is located.
      Returns:
      Returns a reference to this object so that method calls can be chained together.