Interface DescribeRaidArraysRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeRaidArraysRequest.Builder,DescribeRaidArraysRequest>,OpsWorksRequest.Builder,SdkBuilder<DescribeRaidArraysRequest.Builder,DescribeRaidArraysRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeRaidArraysRequest
public static interface DescribeRaidArraysRequest.Builder extends OpsWorksRequest.Builder, SdkPojo, CopyableBuilder<DescribeRaidArraysRequest.Builder,DescribeRaidArraysRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeRaidArraysRequest.BuilderinstanceId(String instanceId)The instance ID.DescribeRaidArraysRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeRaidArraysRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeRaidArraysRequest.BuilderraidArrayIds(String... raidArrayIds)An array of RAID array IDs.DescribeRaidArraysRequest.BuilderraidArrayIds(Collection<String> raidArrayIds)An array of RAID array IDs.DescribeRaidArraysRequest.BuilderstackId(String stackId)The stack ID.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.opsworks.model.OpsWorksRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
instanceId
DescribeRaidArraysRequest.Builder instanceId(String instanceId)
The instance ID. If you use this parameter,
DescribeRaidArraysreturns descriptions of the RAID arrays associated with the specified instance.- Parameters:
instanceId- The instance ID. If you use this parameter,DescribeRaidArraysreturns descriptions of the RAID arrays associated with the specified instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stackId
DescribeRaidArraysRequest.Builder stackId(String stackId)
The stack ID.
- Parameters:
stackId- The stack ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
raidArrayIds
DescribeRaidArraysRequest.Builder raidArrayIds(Collection<String> raidArrayIds)
An array of RAID array IDs. If you use this parameter,
DescribeRaidArraysreturns descriptions of the specified arrays. Otherwise, it returns a description of every array.- Parameters:
raidArrayIds- An array of RAID array IDs. If you use this parameter,DescribeRaidArraysreturns descriptions of the specified arrays. Otherwise, it returns a description of every array.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
raidArrayIds
DescribeRaidArraysRequest.Builder raidArrayIds(String... raidArrayIds)
An array of RAID array IDs. If you use this parameter,
DescribeRaidArraysreturns descriptions of the specified arrays. Otherwise, it returns a description of every array.- Parameters:
raidArrayIds- An array of RAID array IDs. If you use this parameter,DescribeRaidArraysreturns descriptions of the specified arrays. Otherwise, it returns a description of every array.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeRaidArraysRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeRaidArraysRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-