Interface PutRawEventsSystemMetadata.Builder

  • Method Details

    • contentType

      PutRawEventsSystemMetadata.Builder contentType(String 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

      PutRawEventsSystemMetadata.Builder deduplicationId(String 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

      PutRawEventsSystemMetadata.Builder eventGroupId(String 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.