Interface SourceConfig.Builder

    • Method Detail

      • applyToAllRegions

        SourceConfig.Builder applyToAllRegions​(Boolean applyToAllRegions)

        Specifies whether the channel applies to a single Region or to all Regions.

        Parameters:
        applyToAllRegions - Specifies whether the channel applies to a single Region or to all Regions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • advancedEventSelectors

        SourceConfig.Builder advancedEventSelectors​(Collection<AdvancedEventSelector> advancedEventSelectors)

        The advanced event selectors that are configured for the channel.

        Parameters:
        advancedEventSelectors - The advanced event selectors that are configured for the channel.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • advancedEventSelectors

        SourceConfig.Builder advancedEventSelectors​(AdvancedEventSelector... advancedEventSelectors)

        The advanced event selectors that are configured for the channel.

        Parameters:
        advancedEventSelectors - The advanced event selectors that are configured for the channel.
        Returns:
        Returns a reference to this object so that method calls can be chained together.