Interface EventSourceSummary.Builder

  • Method Details

    • eventSourceArn

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

      EventSourceSummary.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.
    • type

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

      Sets the value of the Type property for this object.
      Parameters:
      type - The new value for the Type 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:
    • 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:
    • revoked

      True when the bus owner has withdrawn this EventSource. Present only when true, so a bus owner listing EventSources sees at a glance which ones they revoked. See DescribeEventSourceResponse$Revoked.

      Parameters:
      revoked - True when the bus owner has withdrawn this EventSource. Present only when true, so a bus owner listing EventSources sees at a glance which ones they revoked. See DescribeEventSourceResponse$Revoked.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • creationTime

      EventSourceSummary.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.
    • lastModifiedTime

      EventSourceSummary.Builder lastModifiedTime(Instant lastModifiedTime)

      The time the EventSource was last modified.

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

      EventSourceSummary.Builder eventSourceAccountId(String eventSourceAccountId)
      Sets the value of the EventSourceAccountId property for this object.
      Parameters:
      eventSourceAccountId - The new value for the EventSourceAccountId property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.