Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.LogStream.Builder
-
Packages that use LogStream.Builder Package Description software.amazon.awssdk.services.cloudwatchlogs.model -
-
Uses of LogStream.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return LogStream.Builder Modifier and Type Method Description LogStream.BuilderLogStream.Builder. arn(String arn)The Amazon Resource Name (ARN) of the log stream.static LogStream.BuilderLogStream. builder()LogStream.BuilderLogStream.Builder. creationTime(Long creationTime)The creation time of the stream, expressed as the number of milliseconds afterJan 1, 1970 00:00:00 UTC.LogStream.BuilderLogStream.Builder. firstEventTimestamp(Long firstEventTimestamp)The time of the first event, expressed as the number of milliseconds afterJan 1, 1970 00:00:00 UTC.LogStream.BuilderLogStream.Builder. lastEventTimestamp(Long lastEventTimestamp)The time of the most recent log event in the log stream in CloudWatch Logs.LogStream.BuilderLogStream.Builder. lastIngestionTime(Long lastIngestionTime)The ingestion time, expressed as the number of milliseconds afterJan 1, 1970 00:00:00 UTCThelastIngestionTimevalue updates on an eventual consistency basis.LogStream.BuilderLogStream.Builder. logStreamName(String logStreamName)The name of the log stream.LogStream.BuilderLogStream.Builder. storedBytes(Long storedBytes)Deprecated.Starting on June 17, 2019, this parameter will be deprecated for log streams, and will be reported as zero.LogStream.BuilderLogStream. toBuilder()LogStream.BuilderLogStream.Builder. uploadSequenceToken(String uploadSequenceToken)The sequence token.Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type LogStream.Builder Modifier and Type Method Description static Class<? extends LogStream.Builder>LogStream. serializableBuilderClass()
-