Interface EventBusV2SystemMetadata.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<EventBusV2SystemMetadata.Builder,,EventBusV2SystemMetadata> SdkBuilder<EventBusV2SystemMetadata.Builder,,EventBusV2SystemMetadata> SdkPojo
- Enclosing class:
EventBusV2SystemMetadata
@Mutable
@NotThreadSafe
public static interface EventBusV2SystemMetadata.Builder
extends SdkPojo, CopyableBuilder<EventBusV2SystemMetadata.Builder,EventBusV2SystemMetadata>
-
Method Summary
Modifier and TypeMethodDescriptiondeduplicationId(String deduplicationId) Deduplication ID for FIFO deduplication on the downstream bus.eventGroupId(String eventGroupId) Event group ID for FIFO ordering on the downstream bus.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
eventGroupId
Event group ID for FIFO ordering on the downstream bus. Accepts a literal or a JSONata expression.
- Parameters:
eventGroupId- Event group ID for FIFO ordering on the downstream bus. Accepts a literal or a JSONata expression.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deduplicationId
Deduplication ID for FIFO deduplication on the downstream bus. Accepts a literal or a JSONata expression.
- Parameters:
deduplicationId- Deduplication ID for FIFO deduplication on the downstream bus. Accepts a literal or a JSONata expression.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-