CloudWatchLogsLogStream.Builder |
CloudWatchLogsLogStream.Builder.batchCount(Integer batchCount) |
Specifies the max number of log events in a batch, up to 10000.
|
CloudWatchLogsLogStream.Builder |
CloudWatchLogsLogStream.Builder.batchSize(Integer batchSize) |
Specifies the maximum size of log events in a batch, in bytes, up to 1048576 bytes.
|
CloudWatchLogsLogStream.Builder |
CloudWatchLogsLogStream.Builder.bufferDuration(Integer bufferDuration) |
Specifies the time duration for the batching of log events.
|
static CloudWatchLogsLogStream.Builder |
CloudWatchLogsLogStream.builder() |
|
CloudWatchLogsLogStream.Builder |
CloudWatchLogsLogStream.Builder.datetimeFormat(String datetimeFormat) |
Specifies how the time stamp is extracted from logs.
|
CloudWatchLogsLogStream.Builder |
CloudWatchLogsLogStream.Builder.encoding(String encoding) |
Specifies the encoding of the log file so that the file can be read correctly.
|
CloudWatchLogsLogStream.Builder |
CloudWatchLogsLogStream.Builder.encoding(CloudWatchLogsEncoding encoding) |
Specifies the encoding of the log file so that the file can be read correctly.
|
CloudWatchLogsLogStream.Builder |
CloudWatchLogsLogStream.Builder.file(String file) |
Specifies log files that you want to push to CloudWatch Logs.
|
CloudWatchLogsLogStream.Builder |
CloudWatchLogsLogStream.Builder.fileFingerprintLines(String fileFingerprintLines) |
Specifies the range of lines for identifying a file.
|
CloudWatchLogsLogStream.Builder |
CloudWatchLogsLogStream.Builder.initialPosition(String initialPosition) |
Specifies where to start to read data (start_of_file or end_of_file).
|
CloudWatchLogsLogStream.Builder |
CloudWatchLogsLogStream.Builder.initialPosition(CloudWatchLogsInitialPosition initialPosition) |
Specifies where to start to read data (start_of_file or end_of_file).
|
CloudWatchLogsLogStream.Builder |
CloudWatchLogsLogStream.Builder.logGroupName(String logGroupName) |
Specifies the destination log group.
|
CloudWatchLogsLogStream.Builder |
CloudWatchLogsLogStream.Builder.multiLineStartPattern(String multiLineStartPattern) |
Specifies the pattern for identifying the start of a log message.
|
CloudWatchLogsLogStream.Builder |
CloudWatchLogsLogStream.Builder.timeZone(String timeZone) |
Specifies the time zone of log event time stamps.
|
CloudWatchLogsLogStream.Builder |
CloudWatchLogsLogStream.Builder.timeZone(CloudWatchLogsTimeZone timeZone) |
Specifies the time zone of log event time stamps.
|
CloudWatchLogsLogStream.Builder |
CloudWatchLogsLogStream.toBuilder() |
|