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 SummaryModifier and TypeMethodDescriptionlatestDescription(String latestDescription) The most recent description of the event.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
latestDescriptionThe 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.
 
 
-