Class EventBridgeDataSource.Builder

java.lang.Object
software.amazon.awscdk.services.appsync.EventBridgeDataSource.Builder
All Implemented Interfaces:
software.amazon.jsii.Builder<EventBridgeDataSource>
Enclosing class:
EventBridgeDataSource

@Stability(Stable) public static final class EventBridgeDataSource.Builder extends Object implements software.amazon.jsii.Builder<EventBridgeDataSource>
A fluent builder for EventBridgeDataSource.
  • Method Details

    • create

      @Stability(Stable) public static EventBridgeDataSource.Builder create(software.constructs.Construct scope, String id)
      Parameters:
      scope - This parameter is required.
      id - This parameter is required.
      Returns:
      a new instance of EventBridgeDataSource.Builder.
    • api

      @Stability(Stable) public EventBridgeDataSource.Builder api(IGraphqlApi api)
      The API to attach this data source to.

      Parameters:
      api - The API to attach this data source to. This parameter is required.
      Returns:
      this
    • description

      @Stability(Stable) public EventBridgeDataSource.Builder description(String description)
      the description of the data source.

      Default: - None

      Parameters:
      description - the description of the data source. This parameter is required.
      Returns:
      this
    • name

      @Stability(Stable) public EventBridgeDataSource.Builder name(String name)
      The name of the data source.

      Default: - id of data source

      Parameters:
      name - The name of the data source. This parameter is required.
      Returns:
      this
    • serviceRole

      @Stability(Stable) public EventBridgeDataSource.Builder serviceRole(IRole serviceRole)
      The IAM service role to be assumed by AppSync to interact with the data source.

      Default: - Create a new role

      Parameters:
      serviceRole - The IAM service role to be assumed by AppSync to interact with the data source. This parameter is required.
      Returns:
      this
    • eventBus

      @Stability(Stable) public EventBridgeDataSource.Builder eventBus(IEventBus eventBus)
      The EventBridge EventBus.

      Parameters:
      eventBus - The EventBridge EventBus. This parameter is required.
      Returns:
      this
    • build

      @Stability(Stable) public EventBridgeDataSource build()
      Specified by:
      build in interface software.amazon.jsii.Builder<EventBridgeDataSource>
      Returns:
      a newly built instance of EventBridgeDataSource.