Interface DescribeVolumesRequest.Builder

    • Method Detail

      • instanceId

        DescribeVolumesRequest.Builder instanceId​(String instanceId)

        The instance ID. If you use this parameter, DescribeVolumes returns descriptions of the volumes associated with the specified instance.

        Parameters:
        instanceId - The instance ID. If you use this parameter, DescribeVolumes returns descriptions of the volumes associated with the specified instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • stackId

        DescribeVolumesRequest.Builder stackId​(String stackId)

        A stack ID. The action describes the stack's registered Amazon EBS volumes.

        Parameters:
        stackId - A stack ID. The action describes the stack's registered Amazon EBS volumes.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • raidArrayId

        DescribeVolumesRequest.Builder raidArrayId​(String raidArrayId)

        The RAID array ID. If you use this parameter, DescribeVolumes returns descriptions of the volumes associated with the specified RAID array.

        Parameters:
        raidArrayId - The RAID array ID. If you use this parameter, DescribeVolumes returns descriptions of the volumes associated with the specified RAID array.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • volumeIds

        DescribeVolumesRequest.Builder volumeIds​(Collection<String> volumeIds)

        Am array of volume IDs. If you use this parameter, DescribeVolumes returns descriptions of the specified volumes. Otherwise, it returns a description of every volume.

        Parameters:
        volumeIds - Am array of volume IDs. If you use this parameter, DescribeVolumes returns descriptions of the specified volumes. Otherwise, it returns a description of every volume.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • volumeIds

        DescribeVolumesRequest.Builder volumeIds​(String... volumeIds)

        Am array of volume IDs. If you use this parameter, DescribeVolumes returns descriptions of the specified volumes. Otherwise, it returns a description of every volume.

        Parameters:
        volumeIds - Am array of volume IDs. If you use this parameter, DescribeVolumes returns descriptions of the specified volumes. Otherwise, it returns a description of every volume.
        Returns:
        Returns a reference to this object so that method calls can be chained together.