public static interface VolumeStatusEvent.Builder extends SdkPojo, CopyableBuilder<VolumeStatusEvent.Builder,VolumeStatusEvent>
Modifier and Type | Method and Description |
---|---|
VolumeStatusEvent.Builder |
description(String description)
A description of the event.
|
VolumeStatusEvent.Builder |
eventId(String eventId)
The ID of this event.
|
VolumeStatusEvent.Builder |
eventType(String eventType)
The type of this event.
|
VolumeStatusEvent.Builder |
instanceId(String instanceId)
The ID of the instance associated with the event.
|
VolumeStatusEvent.Builder |
notAfter(Instant notAfter)
The latest end time of the event.
|
VolumeStatusEvent.Builder |
notBefore(Instant notBefore)
The earliest start time of the event.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
VolumeStatusEvent.Builder description(String description)
A description of the event.
description
- A description of the event.VolumeStatusEvent.Builder eventId(String eventId)
The ID of this event.
eventId
- The ID of this event.VolumeStatusEvent.Builder eventType(String eventType)
The type of this event.
eventType
- The type of this event.VolumeStatusEvent.Builder notAfter(Instant notAfter)
The latest end time of the event.
notAfter
- The latest end time of the event.VolumeStatusEvent.Builder notBefore(Instant notBefore)
The earliest start time of the event.
notBefore
- The earliest start time of the event.VolumeStatusEvent.Builder instanceId(String instanceId)
The ID of the instance associated with the event.
instanceId
- The ID of the instance associated with the event.Copyright © 2020. All rights reserved.