Interface SourceEventMetadataSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SourceEventMetadataSummary.Builder,SourceEventMetadataSummary>,SdkBuilder<SourceEventMetadataSummary.Builder,SourceEventMetadataSummary>,SdkPojo
- Enclosing class:
- SourceEventMetadataSummary
public static interface SourceEventMetadataSummary.Builder extends SdkPojo, CopyableBuilder<SourceEventMetadataSummary.Builder,SourceEventMetadataSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SourceEventMetadataSummary.BuildereventOriginRegion(String eventOriginRegion)The Region where the notification originated.SourceEventMetadataSummary.BuildereventType(String eventType)The event type to match.SourceEventMetadataSummary.Buildersource(String source)The matched event source.-
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 Detail
-
eventOriginRegion
SourceEventMetadataSummary.Builder eventOriginRegion(String eventOriginRegion)
The Region where the notification originated.
Unavailable for aggregated notifications.
- Parameters:
eventOriginRegion- The Region where the notification originated.Unavailable for aggregated notifications.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
source
SourceEventMetadataSummary.Builder source(String source)
The matched event source.
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 matched event source.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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventType
SourceEventMetadataSummary.Builder eventType(String eventType)
The event type to match.
Must match one of the valid Amazon EventBridge event types. For example, EC2 Instance State-change Notification and Amazon CloudWatch Alarm State Change. For more information, see Event delivery from Amazon Web Services services in the Amazon EventBridge User Guide.
- Parameters:
eventType- The event type to match.Must match one of the valid Amazon EventBridge event types. For example, EC2 Instance State-change Notification and Amazon CloudWatch Alarm State Change. 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.
-
-