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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VolumeStatusAttachmentStatus.BuilderinstanceId(String instanceId)The ID of the attached instance.VolumeStatusAttachmentStatus.BuilderioPerformance(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 Detail
-
ioPerformance
VolumeStatusAttachmentStatus.Builder ioPerformance(String 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
VolumeStatusAttachmentStatus.Builder instanceId(String 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.
-
-