CopyableBuilder<VolumeStatusEvent.Builder,VolumeStatusEvent>
, SdkBuilder<VolumeStatusEvent.Builder,VolumeStatusEvent>
public static interface VolumeStatusEvent.Builder extends CopyableBuilder<VolumeStatusEvent.Builder,VolumeStatusEvent>
Modifier and Type | Method | 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 |
notAfter(Date notAfter) |
The latest end time of the event.
|
VolumeStatusEvent.Builder |
notBefore(Date notBefore) |
The earliest start time of the event.
|
copy
apply, 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(Date notAfter)
The latest end time of the event.
notAfter
- The latest end time of the event.VolumeStatusEvent.Builder notBefore(Date notBefore)
The earliest start time of the event.
notBefore
- The earliest start time of the event.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.