Interface ManagedSourceEventMetadataSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ManagedSourceEventMetadataSummary.Builder,ManagedSourceEventMetadataSummary>,SdkBuilder<ManagedSourceEventMetadataSummary.Builder,ManagedSourceEventMetadataSummary>,SdkPojo
- Enclosing class:
- ManagedSourceEventMetadataSummary
public static interface ManagedSourceEventMetadataSummary.Builder extends SdkPojo, CopyableBuilder<ManagedSourceEventMetadataSummary.Builder,ManagedSourceEventMetadataSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ManagedSourceEventMetadataSummary.BuildereventOriginRegion(String eventOriginRegion)The Region where the notification originated.ManagedSourceEventMetadataSummary.BuildereventType(String eventType)The event Type of the notification.ManagedSourceEventMetadataSummary.Buildersource(String source)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 Detail
-
eventOriginRegion
ManagedSourceEventMetadataSummary.Builder eventOriginRegion(String 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
ManagedSourceEventMetadataSummary.Builder source(String 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.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.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
ManagedSourceEventMetadataSummary.Builder eventType(String 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.
-
-