Interface ManagedSourceEventMetadataSummary.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ManagedSourceEventMetadataSummary.Builder,,- ManagedSourceEventMetadataSummary> - SdkBuilder<ManagedSourceEventMetadataSummary.Builder,,- ManagedSourceEventMetadataSummary> - SdkPojo
- Enclosing class:
- ManagedSourceEventMetadataSummary
@Mutable
@NotThreadSafe
public static interface ManagedSourceEventMetadataSummary.Builder
extends SdkPojo, CopyableBuilder<ManagedSourceEventMetadataSummary.Builder,ManagedSourceEventMetadataSummary> 
- 
Method SummaryModifier and TypeMethodDescriptioneventOriginRegion(String eventOriginRegion) The Region where the notification originated.The event Type of the notification.The source service of the notification.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- 
eventOriginRegionThe Region where the notification originated. - Parameters:
- eventOriginRegion- The Region where the notification originated.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
sourceThe source service of the notification. Must match one of the valid EventBridge sources. Only Amazon Web Services service sourced events are supported. For example, aws.ec2andaws.cloudwatch. For more information, see Event delivery from Amazon Web Services services in the Amazon EventBridge User Guide.- Parameters:
- source- The source service of the notification.- Must match one of the valid EventBridge sources. Only Amazon Web Services service sourced events are supported. For example, - aws.ec2and- aws.cloudwatch. For more information, see Event delivery from Amazon Web Services services in the Amazon EventBridge User Guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
eventTypeThe event Type of the notification. - Parameters:
- eventType- The event Type of the notification.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-