Interface PutPartnerEventsRequestEntry.Builder

All Superinterfaces:
Buildable, CopyableBuilder<PutPartnerEventsRequestEntry.Builder,PutPartnerEventsRequestEntry>, SdkBuilder<PutPartnerEventsRequestEntry.Builder,PutPartnerEventsRequestEntry>, SdkPojo
Enclosing class:
PutPartnerEventsRequestEntry

public static interface PutPartnerEventsRequestEntry.Builder extends SdkPojo, CopyableBuilder<PutPartnerEventsRequestEntry.Builder,PutPartnerEventsRequestEntry>
  • Method Details

    • time

      The date and time of the event.

      Parameters:
      time - The date and time of the event.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • source

      The event source that is generating the entry.

      Parameters:
      source - The event source that is generating the entry.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resources

      Amazon Web Services resources, identified by Amazon Resource Name (ARN), which the event primarily concerns. Any number, including zero, may be present.

      Parameters:
      resources - Amazon Web Services resources, identified by Amazon Resource Name (ARN), which the event primarily concerns. Any number, including zero, may be present.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resources

      Amazon Web Services resources, identified by Amazon Resource Name (ARN), which the event primarily concerns. Any number, including zero, may be present.

      Parameters:
      resources - Amazon Web Services resources, identified by Amazon Resource Name (ARN), which the event primarily concerns. Any number, including zero, may be present.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • detailType

      A free-form string used to decide what fields to expect in the event detail.

      Parameters:
      detailType - A free-form string used to decide what fields to expect in the event detail.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • detail

      A valid JSON string. There is no other schema imposed. The JSON string may contain fields and nested subobjects.

      Parameters:
      detail - A valid JSON string. There is no other schema imposed. The JSON string may contain fields and nested subobjects.
      Returns:
      Returns a reference to this object so that method calls can be chained together.