Interface CreateEventSourceResponse.Builder

  • Method Details

    • eventSourceArn

      CreateEventSourceResponse.Builder eventSourceArn(String eventSourceArn)
      Sets the value of the EventSourceArn property for this object.
      Parameters:
      eventSourceArn - The new value for the EventSourceArn property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      Sets the value of the Name property for this object.
      Parameters:
      name - The new value for the Name property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • eventBusArn

      CreateEventSourceResponse.Builder eventBusArn(String eventBusArn)
      Sets the value of the EventBusArn property for this object.
      Parameters:
      eventBusArn - The new value for the EventBusArn property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • state

      Sets the value of the State property for this object.
      Parameters:
      state - The new value for the State property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • state

      Sets the value of the State property for this object.
      Parameters:
      state - The new value for the State property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • creationTime

      CreateEventSourceResponse.Builder creationTime(Instant creationTime)

      The time the EventSource was created.

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