Interface CreateEventActionResponse.Builder

    • Method Detail

      • action

        CreateEventActionResponse.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

        CreateEventActionResponse.Builder arn​(String arn)

        The ARN for the event action.

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

        CreateEventActionResponse.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

        CreateEventActionResponse.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

        CreateEventActionResponse.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

        CreateEventActionResponse.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.