Interface EventActionEntry.Builder

    • Method Detail

      • action

        EventActionEntry.Builder action​(Action action)

        What occurs after a certain event.

        Parameters:
        action - What occurs after a certain event.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • arn

        EventActionEntry.Builder arn​(String arn)

        The Amazon Resource Name (ARN) for the event action.

        Parameters:
        arn - The Amazon Resource Name (ARN) for the event action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdAt

        EventActionEntry.Builder createdAt​(Instant createdAt)

        The date and time that the event action was created, in ISO 8601 format.

        Parameters:
        createdAt - The date and time that the event action was created, in ISO 8601 format.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • event

        EventActionEntry.Builder event​(Event event)

        What occurs to start an action.

        Parameters:
        event - What occurs to start an action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • id

        EventActionEntry.Builder id​(String id)

        The unique identifier for the event action.

        Parameters:
        id - The unique identifier for the event action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • updatedAt

        EventActionEntry.Builder updatedAt​(Instant updatedAt)

        The date and time that the event action was last updated, in ISO 8601 format.

        Parameters:
        updatedAt - The date and time that the event action was last updated, in ISO 8601 format.
        Returns:
        Returns a reference to this object so that method calls can be chained together.