Interface EventDescription.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<EventDescription.Builder,EventDescription>,SdkBuilder<EventDescription.Builder,EventDescription>,SdkPojo
- Enclosing class:
- EventDescription
public static interface EventDescription.Builder extends SdkPojo, CopyableBuilder<EventDescription.Builder,EventDescription>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EventDescription.BuilderlatestDescription(String latestDescription)The most recent description 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 Detail
-
latestDescription
EventDescription.Builder latestDescription(String latestDescription)
The most recent description of the event.
- Parameters:
latestDescription- The most recent description of the event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-