Interface PutRawEventsSystemMetadata.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<PutRawEventsSystemMetadata.Builder,,PutRawEventsSystemMetadata> SdkBuilder<PutRawEventsSystemMetadata.Builder,,PutRawEventsSystemMetadata> SdkPojo
- Enclosing class:
PutRawEventsSystemMetadata
@Mutable
@NotThreadSafe
public static interface PutRawEventsSystemMetadata.Builder
extends SdkPojo, CopyableBuilder<PutRawEventsSystemMetadata.Builder,PutRawEventsSystemMetadata>
-
Method Summary
Modifier and TypeMethodDescriptioncontentType(String contentType) Content type of the event data (e.g., "application/cloudevents+json").deduplicationId(String deduplicationId) Deduplication ID for FIFO deduplication.eventGroupId(String eventGroupId) Event group ID for FIFO ordering.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
-
contentType
Content type of the event data (e.g., "application/cloudevents+json").
- Parameters:
contentType- Content type of the event data (e.g., "application/cloudevents+json").- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deduplicationId
Deduplication ID for FIFO deduplication.
- Parameters:
deduplicationId- Deduplication ID for FIFO deduplication.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventGroupId
Event group ID for FIFO ordering.
- Parameters:
eventGroupId- Event group ID for FIFO ordering.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-