Interface EventBridgeParameters.Builder

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

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

    • 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

      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.