Interface RaidArray.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RaidArray.Builder,
,RaidArray> SdkBuilder<RaidArray.Builder,
,RaidArray> SdkPojo
- Enclosing class:
RaidArray
public static interface RaidArray.Builder
extends SdkPojo, CopyableBuilder<RaidArray.Builder,RaidArray>
-
Method Summary
Modifier and TypeMethodDescriptionavailabilityZone
(String availabilityZone) The array's Availability Zone.When the RAID array was created.The array's Linux device.instanceId
(String instanceId) The instance ID.For PIOPS volumes, the IOPS per disk.mountPoint
(String mountPoint) The array's mount point.The array name.numberOfDisks
(Integer numberOfDisks) The number of disks in the array.raidArrayId
(String raidArrayId) The array ID.The RAID level.The array's size.The stack ID.volumeType
(String volumeType) The volume type, standard or PIOPS.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
raidArrayId
The array ID.
- Parameters:
raidArrayId
- The array ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instanceId
The instance ID.
- Parameters:
instanceId
- The instance ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The array name.
- Parameters:
name
- The array name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
raidLevel
The RAID level.
- Parameters:
raidLevel
- The RAID level.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
numberOfDisks
The number of disks in the array.
- Parameters:
numberOfDisks
- The number of disks in the array.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
size
The array's size.
- Parameters:
size
- The array's size.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
device
The array's Linux device. For example /dev/mdadm0.
- Parameters:
device
- The array's Linux device. For example /dev/mdadm0.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mountPoint
The array's mount point.
- Parameters:
mountPoint
- The array's mount point.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
availabilityZone
The array's Availability Zone. For more information, see Regions and Endpoints.
- Parameters:
availabilityZone
- The array's Availability Zone. For more information, see Regions and Endpoints.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
When the RAID array was created.
- Parameters:
createdAt
- When the RAID array was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stackId
The stack ID.
- Parameters:
stackId
- The stack ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
volumeType
The volume type, standard or PIOPS.
- Parameters:
volumeType
- The volume type, standard or PIOPS.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
iops
For PIOPS volumes, the IOPS per disk.
- Parameters:
iops
- For PIOPS volumes, the IOPS per disk.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-