Interface VolumeStatusAttachmentStatus.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<VolumeStatusAttachmentStatus.Builder,
,VolumeStatusAttachmentStatus> SdkBuilder<VolumeStatusAttachmentStatus.Builder,
,VolumeStatusAttachmentStatus> SdkPojo
- Enclosing class:
VolumeStatusAttachmentStatus
public static interface VolumeStatusAttachmentStatus.Builder
extends SdkPojo, CopyableBuilder<VolumeStatusAttachmentStatus.Builder,VolumeStatusAttachmentStatus>
-
Method Summary
Modifier and TypeMethodDescriptioninstanceId
(String instanceId) The ID of the attached instance.ioPerformance
(String ioPerformance) The maximum IOPS supported by the attached instance.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
-
ioPerformance
The maximum IOPS supported by the attached instance.
- Parameters:
ioPerformance
- The maximum IOPS supported by the attached instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instanceId
The ID of the attached instance.
- Parameters:
instanceId
- The ID of the attached instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-