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) |
DescribeRaidArraysRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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)
overrideConfiguration in interface AwsRequest.BuilderDescribeRaidArraysRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.