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(Consumer<RaidArray.Builder>... raidArrays)
A
RaidArrays object that describes the specified RAID arrays. |
DescribeRaidArraysResponse.Builder |
raidArrays(RaidArray... raidArrays)
A
RaidArrays object that describes the specified RAID arrays. |
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildDescribeRaidArraysResponse.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.DescribeRaidArraysResponse.Builder raidArrays(Consumer<RaidArray.Builder>... raidArrays)
A RaidArrays object that describes the specified RAID arrays.
List.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #raidArrays(List) .raidArrays - a consumer that will call methods on List.Builder #raidArrays(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.