Interface EndPoint.Builder

    • Method Detail

      • streamType

        EndPoint.Builder streamType​(String streamType)

        The type of data stream where you are sending real-time log data. The only valid value is Kinesis.

        Parameters:
        streamType - The type of data stream where you are sending real-time log data. The only valid value is Kinesis.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • kinesisStreamConfig

        EndPoint.Builder kinesisStreamConfig​(KinesisStreamConfig kinesisStreamConfig)

        Contains information about the Amazon Kinesis data stream where you are sending real-time log data.

        Parameters:
        kinesisStreamConfig - Contains information about the Amazon Kinesis data stream where you are sending real-time log data.
        Returns:
        Returns a reference to this object so that method calls can be chained together.