CopyableBuilder<DescribeRaidArraysRequest.Builder,DescribeRaidArraysRequest>, SdkBuilder<DescribeRaidArraysRequest.Builder,DescribeRaidArraysRequest>public static interface DescribeRaidArraysRequest.Builder extends CopyableBuilder<DescribeRaidArraysRequest.Builder,DescribeRaidArraysRequest>
| Modifier and Type | Method | Description |
|---|---|---|
DescribeRaidArraysRequest.Builder |
instanceId(String instanceId) |
The instance ID.
|
DescribeRaidArraysRequest.Builder |
raidArrayIds(String... raidArrayIds) |
An array of RAID array IDs.
|
DescribeRaidArraysRequest.Builder |
raidArrayIds(Collection<String> raidArrayIds) |
An array of RAID array IDs.
|
DescribeRaidArraysRequest.Builder |
stackId(String stackId) |
The stack ID.
|
copyapply, buildDescribeRaidArraysRequest.Builder instanceId(String instanceId)
The instance ID. If you use this parameter, DescribeRaidArrays returns descriptions of the RAID
arrays associated with the specified instance.
instanceId - The instance ID. If you use this parameter, DescribeRaidArrays returns descriptions of
the RAID arrays associated with the specified instance.DescribeRaidArraysRequest.Builder stackId(String stackId)
The stack ID.
stackId - The stack ID.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.
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.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.
NOTE: This method appends the values to the existing list (if any). Use
#setRaidArrayIds(java.util.Collection) or #withRaidArrayIds(java.util.Collection) if you want
to override the existing values.
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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.