Interface DescribeRaidArraysRequest.Builder

    • Method Detail

      • instanceId

        DescribeRaidArraysRequest.Builder instanceId​(String instanceId)

        The instance ID. If you use this parameter, DescribeRaidArrays returns descriptions of the RAID arrays associated with the specified instance.

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

        DescribeRaidArraysRequest.Builder stackId​(String stackId)

        The stack ID.

        Parameters:
        stackId - The stack ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • raidArrayIds

        DescribeRaidArraysRequest.Builder raidArrayIds​(Collection<String> raidArrayIds)

        An array of RAID array IDs. If you use this parameter, DescribeRaidArrays returns descriptions of the specified arrays. Otherwise, it returns a description of every array.

        Parameters:
        raidArrayIds - An array of RAID array IDs. If you use this parameter, DescribeRaidArrays returns descriptions of the specified arrays. Otherwise, it returns a description of every array.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • raidArrayIds

        DescribeRaidArraysRequest.Builder raidArrayIds​(String... raidArrayIds)

        An array of RAID array IDs. If you use this parameter, DescribeRaidArrays returns descriptions of the specified arrays. Otherwise, it returns a description of every array.

        Parameters:
        raidArrayIds - An array of RAID array IDs. If you use this parameter, DescribeRaidArrays returns descriptions of the specified arrays. Otherwise, it returns a description of every array.
        Returns:
        Returns a reference to this object so that method calls can be chained together.