public static interface LogStream.Builder extends SdkPojo, CopyableBuilder<LogStream.Builder,LogStream>
Modifier and Type | Method and Description |
---|---|
LogStream.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the log stream.
|
LogStream.Builder |
creationTime(Long creationTime)
The creation time of the stream, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
|
LogStream.Builder |
firstEventTimestamp(Long firstEventTimestamp)
The time of the first event, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
|
LogStream.Builder |
lastEventTimestamp(Long lastEventTimestamp)
The time of the most recent log event in the log stream in CloudWatch Logs.
|
LogStream.Builder |
lastIngestionTime(Long lastIngestionTime)
The ingestion time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
|
LogStream.Builder |
logStreamName(String logStreamName)
The name of the log stream.
|
LogStream.Builder |
storedBytes(Long storedBytes)
The number of bytes stored.
|
LogStream.Builder |
uploadSequenceToken(String uploadSequenceToken)
The sequence token.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
LogStream.Builder logStreamName(String logStreamName)
The name of the log stream.
logStreamName
- The name of the log stream.LogStream.Builder creationTime(Long creationTime)
The creation time of the stream, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
creationTime
- The creation time of the stream, expressed as the number of milliseconds after Jan 1, 1970 00:00:00
UTC.LogStream.Builder firstEventTimestamp(Long firstEventTimestamp)
The time of the first event, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
firstEventTimestamp
- The time of the first event, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.LogStream.Builder lastEventTimestamp(Long lastEventTimestamp)
The time of the most recent log event in the log stream in CloudWatch Logs. This number is expressed as the
number of milliseconds after Jan 1, 1970 00:00:00 UTC. The lastEventTime
value updates on an
eventual consistency basis. It typically updates in less than an hour from ingestion, but may take longer in
some rare situations.
lastEventTimestamp
- The time of the most recent log event in the log stream in CloudWatch Logs. This number is expressed
as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. The lastEventTime
value
updates on an eventual consistency basis. It typically updates in less than an hour from ingestion,
but may take longer in some rare situations.LogStream.Builder lastIngestionTime(Long lastIngestionTime)
The ingestion time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
lastIngestionTime
- The ingestion time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.LogStream.Builder uploadSequenceToken(String uploadSequenceToken)
The sequence token.
uploadSequenceToken
- The sequence token.LogStream.Builder arn(String arn)
The Amazon Resource Name (ARN) of the log stream.
arn
- The Amazon Resource Name (ARN) of the log stream.LogStream.Builder storedBytes(Long storedBytes)
The number of bytes stored.
IMPORTANT: Starting on June 17, 2019, this parameter will be deprecated for log streams, and will be
reported as zero. This change applies only to log streams. The storedBytes
parameter for log
groups is not affected.
storedBytes
- The number of bytes stored.
IMPORTANT: Starting on June 17, 2019, this parameter will be deprecated for log streams, and
will be reported as zero. This change applies only to log streams. The storedBytes
parameter for log groups is not affected.
Copyright © 2019. All rights reserved.