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 Summary
Modifier 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.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
-
eventOriginRegion
The 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.
-
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.ec2
andaws.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.ec2
andaws.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.
-
eventType
The 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.
-