Interface EventBridgeParameters.Builder

    • Method Detail

      • detailType

        EventBridgeParameters.Builder detailType​(String detailType)

        A free-form string, with a maximum of 128 characters, used to decide what fields to expect in the event detail.

        Parameters:
        detailType - A free-form string, with a maximum of 128 characters, 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.
      • source

        EventBridgeParameters.Builder source​(String source)

        The source of the event.

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