Interface EventDescription.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<EventDescription.Builder,
,EventDescription> SdkBuilder<EventDescription.Builder,
,EventDescription> SdkPojo
- Enclosing class:
EventDescription
@Mutable
@NotThreadSafe
public static interface EventDescription.Builder
extends SdkPojo, CopyableBuilder<EventDescription.Builder,EventDescription>
-
Method Summary
Modifier and TypeMethodDescriptionlatestDescription
(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, sdkFieldNameToField, sdkFields
-
Method Details
-
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.
-