public static interface InstanceStatusEvent.Builder extends SdkPojo, CopyableBuilder<InstanceStatusEvent.Builder,InstanceStatusEvent>
Modifier and Type | Method and Description |
---|---|
InstanceStatusEvent.Builder |
code(EventCode code)
The event code.
|
InstanceStatusEvent.Builder |
code(String code)
The event code.
|
InstanceStatusEvent.Builder |
description(String description)
A description of the event.
|
InstanceStatusEvent.Builder |
instanceEventId(String instanceEventId)
The ID of the event.
|
InstanceStatusEvent.Builder |
notAfter(Instant notAfter)
The latest scheduled end time for the event.
|
InstanceStatusEvent.Builder |
notBefore(Instant notBefore)
The earliest scheduled start time for the event.
|
InstanceStatusEvent.Builder |
notBeforeDeadline(Instant notBeforeDeadline)
The deadline for starting the event.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
InstanceStatusEvent.Builder instanceEventId(String instanceEventId)
The ID of the event.
instanceEventId
- The ID of the event.InstanceStatusEvent.Builder code(String code)
The event code.
InstanceStatusEvent.Builder code(EventCode code)
The event code.
InstanceStatusEvent.Builder description(String description)
A description of the event.
After a scheduled event is completed, it can still be described for up to a week. If the event has been completed, this description starts with the following text: [Completed].
description
- A description of the event.
After a scheduled event is completed, it can still be described for up to a week. If the event has been completed, this description starts with the following text: [Completed].
InstanceStatusEvent.Builder notAfter(Instant notAfter)
The latest scheduled end time for the event.
notAfter
- The latest scheduled end time for the event.InstanceStatusEvent.Builder notBefore(Instant notBefore)
The earliest scheduled start time for the event.
notBefore
- The earliest scheduled start time for the event.InstanceStatusEvent.Builder notBeforeDeadline(Instant notBeforeDeadline)
The deadline for starting the event.
notBeforeDeadline
- The deadline for starting the event.Copyright © 2022. All rights reserved.