Interface SourceEventMetadata.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<SourceEventMetadata.Builder,,- SourceEventMetadata> - SdkBuilder<SourceEventMetadata.Builder,,- SourceEventMetadata> - SdkPojo
- Enclosing class:
- SourceEventMetadata
@Mutable
@NotThreadSafe
public static interface SourceEventMetadata.Builder
extends SdkPojo, CopyableBuilder<SourceEventMetadata.Builder,SourceEventMetadata> 
- 
Method SummaryModifier and TypeMethodDescriptioneventOccurrenceTime(Instant eventOccurrenceTime) The date and time the source event occurred.eventOriginRegion(String eventOriginRegion) The Region the event originated from.The type of event.eventTypeVersion(String eventTypeVersion) The version of the type of event.relatedAccount(String relatedAccount) The primary Amazon Web Services account ofSourceEvent.relatedResources(Collection<Resource> relatedResources) A list of resources related to thisNotificationEvent.relatedResources(Consumer<Resource.Builder>... relatedResources) A list of resources related to thisNotificationEvent.relatedResources(Resource... relatedResources) A list of resources related to thisNotificationEvent.The Amazon Web Services service the event originates from.sourceEventId(String sourceEventId) The source event id.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- 
eventTypeVersionThe version of the type of event. - Parameters:
- eventTypeVersion- The version of the type of event.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
sourceEventIdThe source event id. - Parameters:
- sourceEventId- The source event id.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
eventOriginRegionThe Region the event originated from. - Parameters:
- eventOriginRegion- The Region the event originated from.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
sourceThe Amazon Web Services service the event originates from. For example aws.cloudwatch.- Parameters:
- source- The Amazon Web Services service the event originates from. For example- aws.cloudwatch.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
eventOccurrenceTimeThe date and time the source event occurred. This is based on the Source Event. - Parameters:
- eventOccurrenceTime- The date and time the source event occurred. This is based on the Source Event.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
eventTypeThe type of event. For example, an Amazon CloudWatch state change. - Parameters:
- eventType- The type of event. For example, an Amazon CloudWatch state change.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-