Interface DescribeRaidArraysResponse.Builder

    • Method Detail

      • raidArrays

        DescribeRaidArraysResponse.Builder raidArrays​(Collection<RaidArray> raidArrays)

        A RaidArrays object that describes the specified RAID arrays.

        Parameters:
        raidArrays - A RaidArrays object that describes the specified RAID arrays.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • raidArrays

        DescribeRaidArraysResponse.Builder raidArrays​(RaidArray... raidArrays)

        A RaidArrays object that describes the specified RAID arrays.

        Parameters:
        raidArrays - A RaidArrays object that describes the specified RAID arrays.
        Returns:
        Returns a reference to this object so that method calls can be chained together.