public static interface DescribeRaidArraysResponse.Builder extends OpsWorksResponse.Builder, CopyableBuilder<DescribeRaidArraysResponse.Builder,DescribeRaidArraysResponse>
Modifier and Type | Method and 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. |
build
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.
raidArrays
- A RaidArrays
object that describes the specified RAID arrays.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.