Interface VolumeStatusEvent.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<VolumeStatusEvent.Builder,
,VolumeStatusEvent> SdkBuilder<VolumeStatusEvent.Builder,
,VolumeStatusEvent> SdkPojo
- Enclosing class:
VolumeStatusEvent
public static interface VolumeStatusEvent.Builder
extends SdkPojo, CopyableBuilder<VolumeStatusEvent.Builder,VolumeStatusEvent>
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) A description of the event.The ID of this event.The type of this event.instanceId
(String instanceId) The ID of the instance associated with the event.The latest end time of the event.The earliest start time of the event.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
-
description
A description of the event.
- Parameters:
description
- A description of the event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventId
The ID of this event.
- Parameters:
eventId
- The ID of this event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventType
The type of this event.
- Parameters:
eventType
- The type of this event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
notAfter
The latest end time of the event.
- Parameters:
notAfter
- The latest end time of the event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
notBefore
The earliest start time of the event.
- Parameters:
notBefore
- The earliest start time of the event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instanceId
The ID of the instance associated with the event.
- Parameters:
instanceId
- The ID of the instance associated with the event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-