Interface VolumeStatusEvent.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<VolumeStatusEvent.Builder,VolumeStatusEvent>,SdkBuilder<VolumeStatusEvent.Builder,VolumeStatusEvent>,SdkPojo
- Enclosing class:
- VolumeStatusEvent
@Mutable @NotThreadSafe public static interface VolumeStatusEvent.Builder extends SdkPojo, CopyableBuilder<VolumeStatusEvent.Builder,VolumeStatusEvent>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VolumeStatusEvent.Builderdescription(String description)A description of the event.VolumeStatusEvent.BuildereventId(String eventId)The ID of this event.VolumeStatusEvent.BuildereventType(String eventType)The type of this event.VolumeStatusEvent.BuilderinstanceId(String instanceId)The ID of the instance associated with the event.VolumeStatusEvent.BuildernotAfter(Instant notAfter)The latest end time of the event.VolumeStatusEvent.BuildernotBefore(Instant notBefore)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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
description
VolumeStatusEvent.Builder description(String 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
VolumeStatusEvent.Builder eventId(String 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
VolumeStatusEvent.Builder eventType(String 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
VolumeStatusEvent.Builder notAfter(Instant 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
VolumeStatusEvent.Builder notBefore(Instant 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
VolumeStatusEvent.Builder instanceId(String 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.
-
-