Interface UpdateChannelResponse.Builder

    • Method Detail

      • channelArn

        UpdateChannelResponse.Builder channelArn​(String channelArn)

        The ARN of the channel that was updated.

        Parameters:
        channelArn - The ARN of the channel that was updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        UpdateChannelResponse.Builder name​(String name)

        The name of the channel that was updated.

        Parameters:
        name - The name of the channel that was updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • source

        UpdateChannelResponse.Builder source​(String source)

        The event source of the channel that was updated.

        Parameters:
        source - The event source of the channel that was updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • destinations

        UpdateChannelResponse.Builder destinations​(Collection<Destination> destinations)

        The event data stores that log events arriving through the channel.

        Parameters:
        destinations - The event data stores that log events arriving through the channel.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • destinations

        UpdateChannelResponse.Builder destinations​(Destination... destinations)

        The event data stores that log events arriving through the channel.

        Parameters:
        destinations - The event data stores that log events arriving through the channel.
        Returns:
        Returns a reference to this object so that method calls can be chained together.