Interface EventBus.Builder

    • Method Detail

      • name

        EventBus.Builder name​(String name)

        The name of the event bus.

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

        EventBus.Builder arn​(String arn)

        The ARN of the event bus.

        Parameters:
        arn - The ARN of the event bus.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        EventBus.Builder description​(String description)

        The event bus description.

        Parameters:
        description - The event bus description.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • policy

        EventBus.Builder policy​(String policy)

        The permissions policy of the event bus, describing which other Amazon Web Services accounts can write events to this event bus.

        Parameters:
        policy - The permissions policy of the event bus, describing which other Amazon Web Services accounts can write events to this event bus.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationTime

        EventBus.Builder creationTime​(Instant creationTime)

        The time the event bus was created.

        Parameters:
        creationTime - The time the event bus was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastModifiedTime

        EventBus.Builder lastModifiedTime​(Instant lastModifiedTime)

        The time the event bus was last modified.

        Parameters:
        lastModifiedTime - The time the event bus was last modified.
        Returns:
        Returns a reference to this object so that method calls can be chained together.