Interface DiscovererSummary.Builder

    • Method Detail

      • discovererArn

        DiscovererSummary.Builder discovererArn​(String discovererArn)

        The ARN of the discoverer.

        Parameters:
        discovererArn - The ARN of the discoverer.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • discovererId

        DiscovererSummary.Builder discovererId​(String discovererId)

        The ID of the discoverer.

        Parameters:
        discovererId - The ID of the discoverer.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sourceArn

        DiscovererSummary.Builder sourceArn​(String sourceArn)

        The ARN of the event bus.

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

        DiscovererSummary.Builder crossAccount​(Boolean crossAccount)

        The Status if the discoverer will discover schemas from events sent from another account.

        Parameters:
        crossAccount - The Status if the discoverer will discover schemas from events sent from another account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        DiscovererSummary.Builder tags​(Map<String,​String> tags)

        Tags associated with the resource.

        Parameters:
        tags - Tags associated with the resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.