Interface GetConfigurationSetEventDestinationsResponse.Builder

    • Method Detail

      • eventDestinations

        GetConfigurationSetEventDestinationsResponse.Builder eventDestinations​(Collection<EventDestination> eventDestinations)

        An array that includes all of the events destinations that have been configured for the configuration set.

        Parameters:
        eventDestinations - An array that includes all of the events destinations that have been configured for the configuration set.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • eventDestinations

        GetConfigurationSetEventDestinationsResponse.Builder eventDestinations​(EventDestination... eventDestinations)

        An array that includes all of the events destinations that have been configured for the configuration set.

        Parameters:
        eventDestinations - An array that includes all of the events destinations that have been configured for the configuration set.
        Returns:
        Returns a reference to this object so that method calls can be chained together.