public static interface DescribeRaidArraysRequest.Builder extends OpsWorksRequest.Builder, SdkPojo, CopyableBuilder<DescribeRaidArraysRequest.Builder,DescribeRaidArraysRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeRaidArraysRequest.Builder |
instanceId(String instanceId)
The instance ID.
|
DescribeRaidArraysRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DescribeRaidArraysRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
DescribeRaidArraysRequest.Builder |
raidArrayIds(Collection<String> raidArrayIds)
An array of RAID array IDs.
|
DescribeRaidArraysRequest.Builder |
raidArrayIds(String... raidArrayIds)
An array of RAID array IDs.
|
DescribeRaidArraysRequest.Builder |
stackId(String stackId)
The stack ID.
|
buildoverrideConfigurationcopyapplyMutation, 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.
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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DescribeRaidArraysRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.