CopyableBuilder<DescribeRaidArraysResponse.Builder,DescribeRaidArraysResponse>
, SdkBuilder<DescribeRaidArraysResponse.Builder,DescribeRaidArraysResponse>
public static interface DescribeRaidArraysResponse.Builder extends CopyableBuilder<DescribeRaidArraysResponse.Builder,DescribeRaidArraysResponse>
Modifier and Type | Method | Description |
---|---|---|
DescribeRaidArraysResponse.Builder |
raidArrays(Collection<RaidArray> raidArrays) |
A
RaidArrays object that describes the specified RAID arrays. |
DescribeRaidArraysResponse.Builder |
raidArrays(RaidArray... raidArrays) |
A
RaidArrays object that describes the specified RAID arrays. |
copy
apply, build
DescribeRaidArraysResponse.Builder raidArrays(Collection<RaidArray> raidArrays)
A RaidArrays
object that describes the specified RAID arrays.
raidArrays
- A RaidArrays
object that describes the specified RAID arrays.DescribeRaidArraysResponse.Builder raidArrays(RaidArray... raidArrays)
A RaidArrays
object that describes the specified RAID arrays.
NOTE: This method appends the values to the existing list (if any). Use
#setRaidArrays(java.util.Collection)
or #withRaidArrays(java.util.Collection)
if you want to
override the existing values.
raidArrays
- A RaidArrays
object that describes the specified RAID arrays.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.